AWS Redshift · Schema

AuthorizeSnapshotAccessMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SnapshotIdentifier object
SnapshotArn object
SnapshotClusterIdentifier object
AccountWithRestoreAccess object
View JSON Schema on GitHub

JSON Schema

redshift-authorize-snapshot-access-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotIdentifier": {},
    "SnapshotArn": {},
    "SnapshotClusterIdentifier": {},
    "AccountWithRestoreAccess": {}
  },
  "required": [
    "AccountWithRestoreAccess"
  ],
  "description": "<p/>",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-authorize-snapshot-access-message-schema.json",
  "title": "AuthorizeSnapshotAccessMessage"
}