Class GetVaultResult
Inheritance
System.Object
GetVaultResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Backup
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVaultResult
Fields
View SourceArn
The ARN of the vault.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KmsKeyArn
The server-side encryption key that is used to protect your backups.
Declaration
public readonly string KmsKeyArn
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RecoveryPoints
The number of recovery points that are stored in a backup vault.
Declaration
public readonly int RecoveryPoints
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Tags
Metadata that you can assign to help organize the resources that you create.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |