VaultNotificationsState constructor
const
VaultNotificationsState({})
Creates a new VaultNotificationsState.
backupVaultArn The ARN of the vault.
backupVaultEvents An array of events that indicate the status of jobs to back up resources to the backup vault.
backupVaultName Name of the backup vault to add notifications for.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
snsTopicArn ARN that specifies the topic for a backup vault’s events
Implementation
const VaultNotificationsState({
this.backupVaultArn,
this.backupVaultEvents,
this.backupVaultName,
this.region,
this.snsTopicArn,
});