ALIYUN::VPC::AnycastEIPAssociation is used to associate an Anycast elastic IP address (Anycast EIP) with a cloud resource in a specific region.
Syntax
{
"Type": "ALIYUN::VPC::AnycastEIPAssociation",
"Properties": {
"BindInstanceId": String,
"BindInstanceRegionId": String,
"BindInstanceType": String,
"AnycastId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
BindInstanceId | String | Yes | No | The ID of the cloud resource with which you want to associate the Anycast EIP. | None |
BindInstanceRegionId | String | Yes | No | The region ID of the cloud resource with which you want to associate the Anycast EIP. | None |
BindInstanceType | String | Yes | No | The type of the cloud resource with which you want to associate the Anycast EIP. | Set the value to SlbInstance. You can associate Anycast EIPs with only internal-facing Server Load Balancer (SLB) instances. SLB instances only in the following regions can be associated.
|
AnycastId | String | Yes | No | The ID of the Anycast EIP. | None |
Response parameters
Fn::GetAtt
BindInstanceId: the ID of the cloud resource with which the Anycast EIP is associated.
BindInstanceRegionId: the region ID of the cloud resource with which the Anycast EIP is associated.
BindInstanceType: the type of the cloud resource with which the Anycast EIP is associated.
AnycastId: the ID of the Anycast EIP.