AWS Redshift · Schema

CreateSnapshotCopyGrantResult

CreateSnapshotCopyGrantResult schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SnapshotCopyGrant object

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.

View JSON Schema on GitHub

JSON Schema

redshift-create-snapshot-copy-grant-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotCopyGrant": {
      "type": "object",
      "properties": {
        "SnapshotCopyGrantName": {},
        "KmsKeyId": {},
        "Tags": {}
      },
      "description": "<p>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.</p> <p> For more information about managing snapshot copy grants, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html\">Amazon Redshift Database Encryption</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-create-snapshot-copy-grant-result-schema.json",
  "title": "CreateSnapshotCopyGrantResult",
  "description": "CreateSnapshotCopyGrantResult schema from Amazon Redshift"
}