IAWSReplicationTargetRegionEndPoint Property
|
Gets/sets the URL that serves as the entry point for the web service.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring RegionEndPoint { get; set; }Property RegionEndPoint As String
Get
Set
property String^ RegionEndPoint {
String^ get ();
void set (String^ value);
}abstract RegionEndPoint : string with get, set
Property Value
String
ExampleExample: https://dynamodb.us-west-2.amazonaws.com is an entry point for the Amazon DynamoDB service.
See Also