SubnetCidrBlock

class SubnetCidrBlock : KotlinCustomResource

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

Properties

Link copied to clipboard
val id: Output<String>
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 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>