snapshotArns

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


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