SubnetCidrBlock

class SubnetCidrBlock : KotlinCustomResource

The AWS::EC2::SubnetCidrBlock resource creates association between subnet and IPv6 CIDR

Properties

Link copied to clipboard
val awsId: Output<String>

Information about the IPv6 association.

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

The IP Source of an IPv6 Subnet CIDR Block.

Link copied to clipboard

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

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

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length

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

The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDR

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

The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool

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

The ID of the subnet

Link copied to clipboard
val urn: Output<String>