Subnet

class Subnet : KotlinCustomResource

Resource Type definition for AWS::EC2::Subnet

Properties

Link copied to clipboard
Link copied to clipboard
val availabilityZone: Output<String>?
Link copied to clipboard
Link copied to clipboard
val cidrBlock: Output<String>?
Link copied to clipboard
val enableDns64: Output<Boolean>?
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipv4NetmaskLength: Output<Int>?

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: Output<String>?
Link copied to clipboard
val ipv6CidrBlocks: Output<List<String>>
Link copied to clipboard
val ipv6Native: Output<Boolean>?
Link copied to clipboard
val ipv6NetmaskLength: Output<Int>?

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 outpostArn: Output<String>?
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subnetId: Output<String>
Link copied to clipboard
val tags: Output<List<SubnetTag>>?
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>