AWS Redshift · JSON Structure

Redshift Delete Snapshot Copy Grant Message Structure

The result of the DeleteSnapshotCopyGrant action.

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

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

Properties

SnapshotCopyGrantName

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

JSON Structure

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