AWS Redshift · Schema

DeleteSnapshotCopyGrantMessage

The result of the DeleteSnapshotCopyGrant action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SnapshotCopyGrantName object
View JSON Schema on GitHub

JSON Schema

redshift-delete-snapshot-copy-grant-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotCopyGrantName": {}
  },
  "required": [
    "SnapshotCopyGrantName"
  ],
  "description": "The result of the <code>DeleteSnapshotCopyGrant</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-delete-snapshot-copy-grant-message-schema.json",
  "title": "DeleteSnapshotCopyGrantMessage"
}