{ "$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-configuration-schema.json", "title": "RdsDbClusterSnapshotConfiguration", "description": "The proposed access control configuration for an Amazon RDS DB cluster snapshot. You can propose a configuration for a new Amazon RDS DB cluster snapshot or an Amazon RDS DB cluster snapshot that you own by specifying the RdsDbClusterSnapshotAttributeValue and optional KMS encryption key. For more information, see ModifyDBClusterSnapshotAttribute.", "type": "object", "properties": { "attributes": { "allOf": [ { "$ref": "#/components/schemas/RdsDbClusterSnapshotAttributesMap" }, { "description": "The names and values of manual DB cluster snapshot attributes. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. The only valid value for AttributeName for the attribute map is restore " } ] }, "kmsKeyId": { "allOf": [ { "$ref": "#/components/schemas/RdsDbClusterSnapshotKmsKeyId" }, { "description": "

The KMS key identifier for an encrypted Amazon RDS DB cluster snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

" } ] } } }