Class SnapshotCopyArgs
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 SnapshotCopyArgs : ResourceArgs
Constructors
View SourceSnapshotCopyArgs()
Declaration
public SnapshotCopyArgs()
Properties
View SourceDescription
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> |
SourceRegion
The region of the source snapshot.
Declaration
public Input<string> SourceRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceSnapshotId
The ARN for the snapshot to be copied.
Declaration
public Input<string> SourceSnapshotId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags for the snapshot.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |