snapshotArnsToRestores

@JvmName(name = "nmcqrjyqmoulntaa")
suspend fun snapshotArnsToRestores(value: Output<List<String>>)
@JvmName(name = "efdpmuummdsekgbi")
suspend fun snapshotArnsToRestores(value: List<String>?)

Parameters

value

The list of ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis only.


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


@JvmName(name = "mreqmjgbrrmqvwne")
suspend fun snapshotArnsToRestores(values: List<Output<String>>)
@JvmName(name = "irburmbkmgygbsct")
suspend fun snapshotArnsToRestores(vararg values: String)

Parameters

values

The list of ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis only.