excludeVaults

@JvmName(name = "meyhlvulgubcddwu")
suspend fun excludeVaults(value: Output<List<String>>)
@JvmName(name = "gykwagikownokdkg")
suspend fun excludeVaults(value: List<String>?)

Parameters

value

Specifies the backup vaults to exclude from the recovery point selection. Each value must be a valid AWS ARN for a backup vault or "*" to exclude all backup vaults.


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


@JvmName(name = "qgpluokyljqebyvm")
suspend fun excludeVaults(values: List<Output<String>>)
@JvmName(name = "aoxeroigkyfkvloo")
suspend fun excludeVaults(vararg values: String)

Parameters

values

Specifies the backup vaults to exclude from the recovery point selection. Each value must be a valid AWS ARN for a backup vault or "*" to exclude all backup vaults.