Method: Aws::Redshift::Types::CreateSnapshotCopyGrantMessage#snapshot_copy_grant_name

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

#snapshot_copy_grant_nameString

The name of the snapshot copy grant. This name must be unique in the region for the Amazon Web Services 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 Amazon Web Services account.

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