snapshotArns

@JvmName(name = "ivmhgqmrjdbuahbl")
suspend fun snapshotArns(value: Output<List<String>>)
@JvmName(name = "fklyqjdhimpijmdl")
suspend fun snapshotArns(value: List<String>?)

Parameters

value

List of ARNs that identify Redis RDB snapshot files stored in Amazon S3. The names object names cannot contain any commas.


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


@JvmName(name = "wglmxugjpneieqpd")
suspend fun snapshotArns(values: List<Output<String>>)
@JvmName(name = "afampyyvutxrcoew")
suspend fun snapshotArns(vararg values: String)

Parameters

values

List of ARNs that identify Redis RDB snapshot files stored in Amazon S3. The names object names cannot contain any commas.