AWS Redshift · JSON Structure

Redshift Revoke Snapshot Access Message Structure

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

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

Properties

SnapshotIdentifier SnapshotArn SnapshotClusterIdentifier AccountWithRestoreAccess

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotIdentifier": {},
    "SnapshotArn": {},
    "SnapshotClusterIdentifier": {},
    "AccountWithRestoreAccess": {}
  },
  "required": [
    "AccountWithRestoreAccess"
  ],
  "description": "<p/>",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-revoke-snapshot-access-message-structure.json",
  "name": "RevokeSnapshotAccessMessage"
}