ALIYUN::CR::InstanceVpcEndpointLinkedVpc is used to associate a virtual private cloud (VPC) with a Container Registry instance.
Syntax
{
"Type": "ALIYUN::CR::InstanceVpcEndpointLinkedVpc",
"Properties": {
"EnableCreateDNSRecordInPvzt": Boolean,
"VpcId": String,
"InstanceId": String,
"ModuleName": String,
"VswitchId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
EnableCreateDNSRecordInPvzt | Boolean | No | No | Specifies whether to automatically create Alibaba Cloud DNS PrivateZone records. | Valid values:
Note If you set this property to true, an Alibaba Cloud DNS PrivateZone record is automatically created when you associate a VPC with a Container Registry instance. |
VpcId | String | Yes | No | The VPC ID. | None. |
InstanceId | String | Yes | No | The instance ID. | None. |
ModuleName | String | No | No | The module to be accessed. | Valid values:
|
VswitchId | String | Yes | No | The vSwitch ID. | None. |
Return values
Fn::GetAtt
VpcId: the VPC ID.
InstanceId: the instance ID.
VswitchId: the vSwitch ID.