subnetIds

@JvmName(name = "qvjjpjmpqlcbuvuo")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "fpprqahlatuvewep")
suspend fun subnetIds(value: List<String>?)

Parameters

value

The IDs of the subnets in which to create endpoint network interfaces. You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.


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


@JvmName(name = "vpgpjhdwifryyriy")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "qqugjntayiqqxoys")
suspend fun subnetIds(vararg values: String)

Parameters

values

The IDs of the subnets in which to create endpoint network interfaces. You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.