AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the CreateSnapshotCopyGrant operation. Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.

For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Redshift.AmazonRedshiftRequest
      Amazon.Redshift.Model.CreateSnapshotCopyGrantRequest

Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateSnapshotCopyGrantRequest : AmazonRedshiftRequest
         IRequestEvents

The CreateSnapshotCopyGrantRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property KmsKeyId System.String Gets and sets the property KmsKeyId.

The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

Public Property SnapshotCopyGrantName System.String Gets and sets the property SnapshotCopyGrantName.

The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • Alphabetic characters must be lowercase.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.
  • Must be unique for all clusters within an AWS account.

Public Property Tags System.Collections.Generic.List<Amazon.Redshift.Model.Tag> Gets and sets the property Tags.

A list of tag instances.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8