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

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

Overview

The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified encrypted symmetric key from Amazon Web Services 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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The unique identifier of the encrypted symmetric key in Amazon Web Services KMS to which Amazon Redshift is granted permission.

Returns:

  • (String)


11369
11370
11371
11372
11373
11374
11375
# File 'lib/aws-sdk-redshift/types.rb', line 11369

class SnapshotCopyGrant < Struct.new(
  :snapshot_copy_grant_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_copy_grant_nameString

The name of the snapshot copy grant.

Returns:

  • (String)


11369
11370
11371
11372
11373
11374
11375
# File 'lib/aws-sdk-redshift/types.rb', line 11369

class SnapshotCopyGrant < Struct.new(
  :snapshot_copy_grant_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tag instances.

Returns:



11369
11370
11371
11372
11373
11374
11375
# File 'lib/aws-sdk-redshift/types.rb', line 11369

class SnapshotCopyGrant < Struct.new(
  :snapshot_copy_grant_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end