AWS Redshift · JSON Structure

Redshift Create Snapshot Copy Grant Message Structure

The result of the CreateSnapshotCopyGrant action.

Type: object Properties: 3 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

CreateSnapshotCopyGrantMessage is a JSON Structure definition published by AWS Redshift, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SnapshotCopyGrantName KmsKeyId Tags

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

JSON Structure

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