excludeVaults

@JvmName(name = "gqjrjbcnqurhkdjv")
suspend fun excludeVaults(value: Output<List<String>>)
@JvmName(name = "vrkbsfinhwgcndtk")
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 = "bupnesfmqlcnwlhl")
suspend fun excludeVaults(vararg values: Output<String>)


@JvmName(name = "bcobaonusxfhpgvs")
suspend fun excludeVaults(values: List<Output<String>>)
@JvmName(name = "tnxcixpavmwudpuh")
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.