subnetIds

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

Parameters

value

A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID. The following arguments are optional:


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


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

Parameters

values

A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID. The following arguments are optional: