GetSubnetResult

data class GetSubnetResult(val assignIpv6AddressOnCreation: Boolean? = null, val enableDns64: Boolean? = null, val ipv4NetmaskLength: Int? = null, val ipv6CidrBlock: String? = null, val ipv6CidrBlocks: List<String>? = null, val ipv6NetmaskLength: Int? = null, val mapPublicIpOnLaunch: Boolean? = null, val networkAclAssociationId: String? = null, val privateDnsNameOptionsOnLaunch: PrivateDnsNameOptionsOnLaunchProperties? = null, val subnetId: String? = null, val tags: List<SubnetTag>? = null)

Constructors

Link copied to clipboard
fun GetSubnetResult(assignIpv6AddressOnCreation: Boolean? = null, enableDns64: Boolean? = null, ipv4NetmaskLength: Int? = null, ipv6CidrBlock: String? = null, ipv6CidrBlocks: List<String>? = null, ipv6NetmaskLength: Int? = null, mapPublicIpOnLaunch: Boolean? = null, networkAclAssociationId: String? = null, privateDnsNameOptionsOnLaunch: PrivateDnsNameOptionsOnLaunchProperties? = null, subnetId: String? = null, tags: List<SubnetTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val enableDns64: Boolean? = null
Link copied to clipboard
val ipv4NetmaskLength: Int? = null

The netmask length of the IPv4 CIDR you want to allocate to this subnet from an Amazon VPC IP Address Manager (IPAM) pool

Link copied to clipboard
val ipv6CidrBlock: String? = null
Link copied to clipboard
val ipv6CidrBlocks: List<String>? = null
Link copied to clipboard
val ipv6NetmaskLength: Int? = null

The netmask length of the IPv6 CIDR you want to allocate to this subnet from an Amazon VPC IP Address Manager (IPAM) pool

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subnetId: String? = null
Link copied to clipboard
val tags: List<SubnetTag>? = null