subnetIds

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

Parameters

value

A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed. All the subnetIds must belong to the same VPC.


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


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

Parameters

values

A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed. All the subnetIds must belong to the same VPC.