Struct aws_sdk_backup::output::get_backup_vault_notifications_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetBackupVaultNotificationsOutput
Implementations
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 Region where they are created. They consist of lowercase letters, numbers, and hyphens.
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 Region where they are created. They consist of lowercase letters, numbers, and hyphens.
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS)
topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic
.
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS)
topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic
.
Appends an item to backup_vault_events
.
To override the contents of this collection use set_backup_vault_events
.
An array of events that indicate the status of jobs to back up resources to the backup vault.
An array of events that indicate the status of jobs to back up resources to the backup vault.
Consumes the builder and constructs a GetBackupVaultNotificationsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more