Show / Hide Table of Contents

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 Source

Arn

The ARN of the vault.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KmsKeyArn

The server-side encryption key that is used to protect your backups.

Declaration
public readonly string KmsKeyArn
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RecoveryPoints

The number of recovery points that are stored in a backup vault.

Declaration
public readonly int RecoveryPoints
Field Value
Type Description
System.Int32
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.