{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-schema/iam-access-analyzer-rds-db-cluster-snapshot-attributes-map-schema.json", "title": "RdsDbClusterSnapshotAttributesMap", "description": "RdsDbClusterSnapshotAttributesMap schema from AWS IAM Access Analyzer API", "type": "object", "additionalProperties": { "type": "object", "properties": { "accountIds": { "allOf": [ { "$ref": "#/components/schemas/RdsDbClusterSnapshotAccountIdsList" }, { "description": "

The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the value all is specified, then the Amazon RDS DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.

" } ] } }, "description": "The values for a manual Amazon RDS DB cluster snapshot attribute." } }