GetBackupVaultPlainArgs

data class GetBackupVaultPlainArgs(val backupVaultName: String) : ConvertibleToJava<GetBackupVaultPlainArgs>

Constructors

Link copied to clipboard
constructor(backupVaultName: String)

Properties

Link copied to clipboard

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.

Functions

Link copied to clipboard
open override fun toJava(): GetBackupVaultPlainArgs