SubnetCidrBlockArgs

data class SubnetCidrBlockArgs(val ipv6CidrBlock: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<SubnetCidrBlockArgs>

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

Constructors

Link copied to clipboard
fun SubnetCidrBlockArgs(ipv6CidrBlock: Output<String>? = null, subnetId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SubnetCidrBlockArgs

Properties

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

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

Link copied to clipboard
val subnetId: Output<String>? = null

The ID of the subnet