subnets

@JvmName(name = "rckqqijdbwhoafwk")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "wtbslatebhcmuvoa")
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 = "mpiesisayqocjiri")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "qcbqjethswsqpoqg")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "yaeqwcctynwdcprx")
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 .