AWS Redshift · JSON Structure

Redshift Account With Restore Access Structure

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

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

AccountWithRestoreAccess is a JSON Structure definition published by AWS Redshift, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AccountId AccountAlias

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

JSON Structure

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