VaultState class

Input properties used for looking up and filtering Vault resources.

Constructors

VaultState({Input<String?>? arn, Input<bool?>? forceDestroy, Input<String?>? kmsKeyArn, Input<String?>? name, Input<int?>? recoveryPoints, Input<String?>? region, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new VaultState. arn The ARN of the vault. forceDestroy A boolean that indicates that all recovery points stored in the vault are deleted so that the vault can be destroyed without error. kmsKeyArn The server-side encryption key that is used to protect your backups. name Name of the backup vault to create. recoveryPoints The number of recovery points that are stored in a backup vault. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Metadata that you can assign to help organize the resources that you create. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
VaultState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
The ARN of the vault.
final
forceDestroy → Input<bool?>?
A boolean that indicates that all recovery points stored in the vault are deleted so that the vault can be destroyed without error.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyArn → Input<String?>?
The server-side encryption key that is used to protect your backups.
final
name → Input<String?>?
Name of the backup vault to create.
final
recoveryPoints → Input<int?>?
The number of recovery points that are stored in a backup vault.
final
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
tags → Input<Map<String, String>?>?
Metadata that you can assign to help organize the resources that you create. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
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