AWS Redshift · Schema

AccountWithRestoreAccess

Describes an Amazon Web Services account authorized to restore a snapshot.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
AccountId object
AccountAlias object
View JSON Schema on GitHub

JSON Schema

redshift-account-with-restore-access-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AccountId": {},
    "AccountAlias": {}
  },
  "description": "Describes an Amazon Web Services account authorized to restore a snapshot.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-account-with-restore-access-schema.json",
  "title": "AccountWithRestoreAccess"
}