subnetIds

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

Parameters

value

The ID of one or more subnets in which to create a network interface for the endpoint. Applicable for endpoints of type GatewayLoadBalancer and Interface. Interface type endpoints cannot function without being assigned to a subnet.


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


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

Parameters

values

The ID of one or more subnets in which to create a network interface for the endpoint. Applicable for endpoints of type GatewayLoadBalancer and Interface. Interface type endpoints cannot function without being assigned to a subnet.