subnetIds

@JvmName(name = "rfslkjufsfahkiaw")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "dyfpwrwgxwlmnabk")
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 = "iurbjodwemwjxvyc")
suspend fun subnetIds(vararg values: Output<String>)


@JvmName(name = "ljmvyqygvhgylfeb")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "liqtpdsgulekdmiq")
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.