subnets

@JvmName(name = "kyueporrgvsxehri")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "mubmlauwwudqfcoh")
suspend fun subnets(value: List<String>)

Parameters

value

The ID for each subnet being used in your private VPC. This subnet is a subset of the a range of IPv4 addresses used by the VPC and is specific to a given availability zone in the VPC’s Region. This ID number is preceded by "subnet-", for instance: "subnet-04ccf456919e69055". For more information, see VPCs and Subnets .


@JvmName(name = "vyjilklwpjbbfcfh")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "hdxpjaegilgrmrwp")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "kacyugopgeqhsruj")
suspend fun subnets(vararg values: String)

Parameters

values

The ID for each subnet being used in your private VPC. This subnet is a subset of the a range of IPv4 addresses used by the VPC and is specific to a given availability zone in the VPC’s Region. This ID number is preceded by "subnet-", for instance: "subnet-04ccf456919e69055". For more information, see VPCs and Subnets .