Class: Aws::Redshift::Types::CreateSnapshotCopyGrantResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_copy_grantTypes::SnapshotCopyGrant

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][1

in the *Amazon Redshift

Cluster Management Guide*.

[1]: docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html



2310
2311
2312
2313
# File 'lib/aws-sdk-redshift/types.rb', line 2310

class CreateSnapshotCopyGrantResult < Struct.new(
  :snapshot_copy_grant)
  include Aws::Structure
end