{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/management-db-cluster-role-schema.json",
"title": "DBClusterRole",
"description": "An IAM role associated with a Neptune DB cluster.",
"type": "object",
"properties": {
"RoleArn": {
"type": "string",
"description": "The ARN of the IAM role."
},
"Status": {
"type": "string",
"description": "The status of the association (active, pending, error)."
}
}
}