Class SnapshotState
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.Ebs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SnapshotState : ResourceArgs
Constructors
View SourceSnapshotState()
Declaration
public SnapshotState()
Properties
View SourceDataEncryptionKeyId
The data encryption key identifier for the snapshot.
Declaration
public Input<string> DataEncryptionKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of what the snapshot is.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Encrypted
Whether the snapshot is encrypted.
Declaration
public Input<bool> Encrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KmsKeyId
The ARN for the KMS encryption key.
Declaration
public Input<string> KmsKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerAlias
Value from an Amazon-maintained list (amazon, aws-marketplace, microsoft) of snapshot owners.
Declaration
public Input<string> OwnerAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerId
The AWS account ID of the EBS snapshot owner.
Declaration
public Input<string> OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the snapshot
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VolumeId
The Volume ID of which to make a snapshot.
Declaration
public Input<string> VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VolumeSize
The size of the drive in GiBs.
Declaration
public Input<int> VolumeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |