Amazon Neptune · Schema

DBClusterRole

An IAM role associated with a Neptune DB cluster.

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
RoleArn string The ARN of the IAM role.
Status string The status of the association (active, pending, error).
View JSON Schema on GitHub

JSON Schema

amazon-neptune-dbclusterrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DBClusterRole",
  "title": "DBClusterRole",
  "type": "object",
  "description": "An IAM role associated with a Neptune DB cluster.",
  "properties": {
    "RoleArn": {
      "type": "string",
      "description": "The ARN of the IAM role."
    },
    "Status": {
      "type": "string",
      "description": "The status of the association (active, pending, error)."
    }
  }
}