Amazon Neptune · JSON Structure

Management Db Cluster Role Structure

An IAM role associated with a Neptune DB cluster.

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

RoleArn Status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/management-db-cluster-role-structure.json",
  "name": "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)."
    }
  }
}