AWS Redshift · Schema

CreateSnapshotCopyGrantMessage

The result of the CreateSnapshotCopyGrant action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SnapshotCopyGrantName object
KmsKeyId object
Tags object
View JSON Schema on GitHub

JSON Schema

redshift-create-snapshot-copy-grant-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotCopyGrantName": {},
    "KmsKeyId": {},
    "Tags": {}
  },
  "required": [
    "SnapshotCopyGrantName"
  ],
  "description": "The result of the <code>CreateSnapshotCopyGrant</code> action.",
  "$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-message-schema.json",
  "title": "CreateSnapshotCopyGrantMessage"
}