VaultNotificationsState class

Input properties used for looking up and filtering VaultNotifications resources.

Constructors

VaultNotificationsState({Input<String?>? backupVaultArn, Input<List<String>?>? backupVaultEvents, Input<String?>? backupVaultName, Input<String?>? region, Input<String?>? snsTopicArn})
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
const
VaultNotificationsState.fromMap(Map<String, dynamic> map)
factory

Properties

backupVaultArn → Input<String?>?
The ARN of the vault.
final
backupVaultEvents → Input<List<String>?>?
An array of events that indicate the status of jobs to back up resources to the backup vault.
final
backupVaultName → Input<String?>?
Name of the backup vault to add notifications for.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snsTopicArn → Input<String?>?
ARN that specifies the topic for a backup vault’s events
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited