Show / Hide Table of Contents

Class SnapshotCopyState

Inheritance
System.Object
InputArgs
ResourceArgs
SnapshotCopyState
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.Ebs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SnapshotCopyState : ResourceArgs

Constructors

View Source

SnapshotCopyState()

Declaration
public SnapshotCopyState()

Properties

View Source

DataEncryptionKeyId

The data encryption key identifier for the snapshot.

  • source_snapshot_id The ARN of the copied snapshot.
  • source_region The region of the source snapshot.
Declaration
public Input<string> DataEncryptionKeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

A description of what the snapshot is.

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

Encrypted

Whether the snapshot is encrypted.

Declaration
public Input<bool> Encrypted { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

KmsKeyId

The ARN for the KMS encryption key.

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

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>
View Source

OwnerId

The AWS account ID of the snapshot owner.

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

SourceRegion

The region of the source snapshot.

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

SourceSnapshotId

The ARN for the snapshot to be copied.

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

Tags

A map of tags for the snapshot.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

VolumeId

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

VolumeSize

The size of the drive in GiBs.

Declaration
public Input<int> VolumeSize { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.