Class VaultArgs
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.Glacier
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VaultArgs : ResourceArgs
Constructors
View SourceVaultArgs()
Declaration
public VaultArgs()
Properties
View SourceAccessPolicy
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> |
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> |
Notifications
The notifications for the Vault. Fields documented below.
Declaration
public InputList<VaultNotificationArgs> Notifications { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VaultNotificationArgs> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |