You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::SnapshotCopyGrant

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified customer master key (CMK) from AWS KMS in the destination region.

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

Returns:

  • (String)

    The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

#snapshot_copy_grant_nameString

The name of the snapshot copy grant.

Returns:

  • (String)

    The name of the snapshot copy grant.

#tagsArray<Types::Tag>

A list of tag instances.

Returns:

  • (Array<Types::Tag>)

    A list of tag instances.