ALIYUN::VPC::NatIpCidr is used to create a NAT CIDR block.
Syntax
{
"Type": "ALIYUN::VPC::NatIpCidr",
"Properties": {
"NatIpCidr": String,
"NatIpCidrDescription": String,
"NatIpCidrName": String,
"NatGatewayId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
NatIpCidr | String | Yes | No | The NAT CIDR block that you want to create. | The NAT CIDR block must meet the following conditions:
|
NatIpCidrDescription | String | Yes | Yes | The description of the NAT CIDR block. | The description must be 2 to 256 characters in length. It must start with a letter and cannot start with |
NatIpCidrName | String | Yes | Yes | The name of the NAT CIDR block. | The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter and cannot start with |
NatGatewayId | String | Yes | No | The ID of the VPC NAT gateway with which you want to associate the NAT CIDR block. | None. |
Return values
Fn::GetAtt
NatIpCidrId: the ID of the created NAT CIDR block.