Show / Hide Table of Contents

Class SnapshotCopyGrantState

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

Constructors

View Source

SnapshotCopyGrantState()

Declaration
public SnapshotCopyGrantState()

Properties

View Source

Arn

Amazon Resource Name (ARN) of snapshot copy grant

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

KmsKeyId

The unique identifier for the customer master key (CMK) that the grant applies to. Specify the key ID or the Amazon Resource Name (ARN) of the CMK. To specify a CMK in a different AWS account, you must use the key ARN. If not specified, the default key is used.

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

SnapshotCopyGrantName

A friendly name for identifying the grant.

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

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.