paws.storage (version 0.1.0)

backup_describe_backup_vault: Returns metadata about a backup vault specified by its name

Description

Returns metadata about a backup vault specified by its name.

Usage

backup_describe_backup_vault(BackupVaultName)

Arguments

BackupVaultName

[required] 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. They consist of lowercase letters, numbers, and hyphens.

Request syntax

svc$describe_backup_vault(
  BackupVaultName = "string"
)