IAWSReplicationTargetRegionEndPoint Property
|
Gets/sets the URL that serves as the entry point for the web service.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string 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
Type:
StringExamples Example: https://dynamodb.us-west-2.amazonaws.com is an entry point for the Amazon DynamoDB service.
See Also