AWS Redshift · JSON Structure

Redshift Create Snapshot Copy Grant Result Structure

CreateSnapshotCopyGrantResult schema from Amazon Redshift

Type: object Properties: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

CreateSnapshotCopyGrantResult is a JSON Structure definition published by AWS Redshift, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SnapshotCopyGrant

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-create-snapshot-copy-grant-result-structure.json",
  "name": "CreateSnapshotCopyGrantResult",
  "description": "CreateSnapshotCopyGrantResult schema from Amazon Redshift"
}