Show / Hide Table of Contents

Class VaultState

Inheritance
System.Object
InputArgs
ResourceArgs
VaultState
Inherited Members
ResourceArgs.Empty
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 VaultState : ResourceArgs

Constructors

View Source

VaultState()

Declaration
public VaultState()

Properties

View Source

Arn

The ARN of the vault.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KmsKeyArn

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

Declaration
public Input<string> KmsKeyArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the backup vault to create.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecoveryPoints

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

Declaration
public Input<int> RecoveryPoints { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Tags

Metadata that you can assign to help organize the resources that you create.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.