SubnetCidrBlockArgs

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

Constructors

Link copied to clipboard
constructor(ipv6CidrBlock: Output<String>? = null, ipv6IpamPoolId: Output<String>? = null, ipv6NetmaskLength: Output<Int>? = null, subnetId: Output<String>? = null)

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 ipv6IpamPoolId: Output<String>? = null

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>? = null

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

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

The ID of the subnet

Functions

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