snapshotArns

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

Parameters

value

List of ARN-s that uniquely identify RDB snapshot files stored in S3. The snapshot files will be used to populate the new cluster. Object names in the ARN-s cannot contain any commas.


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


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

Parameters

values

List of ARN-s that uniquely identify RDB snapshot files stored in S3. The snapshot files will be used to populate the new cluster. Object names in the ARN-s cannot contain any commas.