snapshotArns

@JvmName(name = "dkcwltcsnbhmxdmh")
suspend fun snapshotArns(value: Output<List<String>>)
@JvmName(name = "hslkpbjuxoxfsprl")
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 = "kcmhndncunqumprv")
suspend fun snapshotArns(vararg values: Output<String>)


@JvmName(name = "xtmgpjpqlaycgtfl")
suspend fun snapshotArns(values: List<Output<String>>)
@JvmName(name = "rxfffohuncfuslth")
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.