VaultNotificationsState class
Input properties used for looking up and filtering VaultNotifications resources.
Constructors
-
VaultNotificationsState({Input<
String?> ? backupVaultArn, Input<List< ? backupVaultEvents, Input<String> ?>String?> ? backupVaultName, Input<String?> ? region, Input<String?> ? snsTopicArn}) -
Creates a new VaultNotificationsState.
backupVaultArnThe ARN of the vault.backupVaultEventsAn array of events that indicate the status of jobs to back up resources to the backup vault.backupVaultNameName of the backup vault to add notifications for.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.snsTopicArnARN that specifies the topic for a backup vault’s eventsconst -
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