DATASOURCE::VPC::Ipv4Gateway is used to query the information about an IPv4 gateway.
Syntax
{
"Type": "DATASOURCE::VPC::Ipv4Gateway",
"Properties": {
"Ipv4GatewayId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Ipv4GatewayId | String | Yes | Yes | The ID of the IPv4 gateway. | None. |
Return values
Fn::GetAtt
Ipv4GatewayName: the name of the IPv4 gateway.
Ipv4GatewayRouteTableId: the ID of the route table that is associated with the IPv4 gateway.
Ipv4GatewayId: the ID of the IPv4 gateway.
VpcId: the ID of the virtual private cloud (VPC) that is associated with the IPv4 gateway.
CreateTime: the time when the IPv4 gateway was created.
Enabled: indicates whether the IPv4 gateway is enabled.
Ipv4GatewayDescription: the description of the IPv4 gateway.