redshift_create_snapshot_copy_grant: Creates a snapshot copy grant that permits Amazon Redshift to...

View source: R/redshift_operations.R

redshift_create_snapshot_copy_grantR Documentation

Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region

Description

Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region.

See https://www.paws-r-sdk.com/docs/redshift_create_snapshot_copy_grant/ for full documentation.

Usage

redshift_create_snapshot_copy_grant(
  SnapshotCopyGrantName,
  KmsKeyId = NULL,
  Tags = NULL
)

Arguments

SnapshotCopyGrantName

[required] 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.

KmsKeyId

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.

Tags

A list of tag instances.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.