VpcCidrBlock

class VpcCidrBlock : KotlinCustomResource

Resource Type definition for AWS::EC2::VPCCidrBlock

Properties

Link copied to clipboard

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

Link copied to clipboard
val awsId: Output<String>

The Id of the VPC associated CIDR Block.

Link copied to clipboard
val cidrBlock: Output<String>?

An IPv4 CIDR block to associate with the VPC.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipSource: Output<String>

The IP Source of an IPv6 VPC CIDR Block.

Link copied to clipboard
val ipv4IpamPoolId: Output<String>?

The ID of the IPv4 IPAM pool to Associate a CIDR from to a VPC.

Link copied to clipboard
val ipv4NetmaskLength: Output<Int>?

The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.

Link copied to clipboard

The value denoting whether an IPv6 VPC CIDR Block is public or private.

Link copied to clipboard
val ipv6CidrBlock: Output<String>?

An IPv6 CIDR block from the IPv6 address pool.

Link copied to clipboard
val ipv6IpamPoolId: Output<String>?

The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.

Link copied to clipboard
val ipv6NetmaskLength: Output<Int>?

The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.

Link copied to clipboard
val ipv6Pool: Output<String>?

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC.