ALIYUN::OTS::VpcBinder is used to bind a Tablestore instance to a virtual private cloud (VPC).
Syntax
{
"Type": "ALIYUN::OTS::VpcBinder",
"Properties": {
"Vpcs": List,
"InstanceName": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Vpcs | List | Yes | Yes | The VPC binding configurations. | The element type of this property is VpcInfo. |
InstanceName | String | Yes | No | The name of the Tablestore instance. | None. |
Vpcs syntax
"Vpcs":[
{
"VpcId":String,
"InstanceVpcName":String,
"VirtualSwitchId": String,
"Network": String
}
]
Vpcs properties
Property | Type | Required | Editable | Description | Constraint |
VpcId | String | Yes | No | The VPC ID. | The VPC and the Tablestore instance must belong to the same account and reside in the same region. |
InstanceVpcName | String | Yes | No | The custom name. | This name must be unique in the Tablestore instance. |
VirtualSwitchId | String | Yes | No | The vSwitch ID. | The vSwitch must belong to the specified VPC. |
Network | String | Yes | No | The network type of the Tablestore instance. | Valid values:
|
Return values
Fn::GetAtt
Domains: the domain names that are used to access the Tablestore instance in the VPC.
Endpoints: the private endpoints that are used to access the Tablestore instance in the VPC.