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.Glacier
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VaultState : ResourceArgs

Constructors

View Source

VaultState()

Declaration
public VaultState()

Properties

View Source

AccessPolicy

The policy document. This is a JSON formatted string. The heredoc syntax or file function is helpful here. Use the Glacier Developer Guide for more information on Glacier Vault Policy

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

Arn

The ARN of the vault.

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

Location

The URI of the vault that was created.

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

Name

The name of the Vault. Names can be between 1 and 255 characters long and the valid characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).

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

Notifications

The notifications for the Vault. Fields documented below.

Declaration
public InputList<VaultNotificationGetArgs> Notifications { get; set; }
Property Value
Type Description
InputList<VaultNotificationGetArgs>
View Source

Tags

A map of tags to assign to the resource.

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