DATASOURCE::VPC::HaVip is used to query a high-availability virtual IP address (HAVIP).
Syntax
{
"Type": "DATASOURCE::VPC::HaVip",
"Properties": {
"HaVipId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
HaVipId | String | Yes | Yes | The ID of the HAVIP. | None. |
Return values
Fn::GetAtt
AssociatedInstances: the information about the instances associated with the HAVIP.
Description: the description of the HAVIP.
VpcId: the ID of the virtual private cloud (VPC) to which the HAVIP belongs.
AssociatedEipAddresses: the elastic IP addresses (EIPs) associated with the HAVIP.
MasterInstanceId: the primary instance ID associated with the HAVIP.
VSwitchId: the vSwitch ID of the HAVIP.
CreateTime: the time when the HAVIP was created.
HaVipName: the name of the HAVIP.
IpAddress: the private IP address of the HAVIP.
HaVipId: the ID of the HAVIP.
AssociatedInstanceType: the instance type associated with the HAVIP.