Show / Hide Table of Contents

Class SnapshotCopyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SnapshotCopyArgs
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 SnapshotCopyArgs : ResourceArgs

Constructors

View Source

SnapshotCopyArgs()

Declaration
public SnapshotCopyArgs()

Properties

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.