Method: Aws::Redshift::Types::CreateSnapshotCopyGrantMessage#kms_key_id

Defined in:
lib/aws-sdk-redshift/types.rb

#kms_key_idString

The unique identifier of the encrypted symmetric key to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
# File 'lib/aws-sdk-redshift/types.rb', line 3111

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