Get Subnet Plain Args
data class GetSubnetPlainArgs(val availabilityZone: String? = null, val availabilityZoneId: String? = null, val cidrBlock: String? = null, val defaultForAz: Boolean? = null, val filters: List<GetSubnetFilter>? = null, val id: String? = null, val ipv6CidrBlock: String? = null, val state: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetSubnetPlainArgs>
A collection of arguments for invoking getSubnet.
Constructors
Link copied to clipboard
constructor(availabilityZone: String? = null, availabilityZoneId: String? = null, cidrBlock: String? = null, defaultForAz: Boolean? = null, filters: List<GetSubnetFilter>? = null, id: String? = null, ipv6CidrBlock: String? = null, state: String? = null, tags: Map<String, String>? = null, vpcId: String? = null)
Properties
Link copied to clipboard
Availability zone where the subnet must reside.
Link copied to clipboard
ID of the Availability Zone for the subnet. This argument is not supported in all regions or partitions. If necessary, use availability_zone
instead.
Link copied to clipboard
Whether the desired subnet must be the default subnet for its associated availability zone.
Link copied to clipboard
Configuration block. Detailed below.
Link copied to clipboard
IPv6 CIDR block of the desired subnet.