Subnet Cidr Block Args
data class SubnetCidrBlockArgs(val ipv6CidrBlock: Output<String>? = null, val ipv6IpamPoolId: Output<String>? = null, val ipv6NetmaskLength: Output<Int>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<SubnetCidrBlockArgs>
The AWS::EC2::SubnetCidrBlock resource creates association between subnet and IPv6 CIDR
Properties
Link copied to clipboard
The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length
Link copied to clipboard
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
The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool