Amazon Neptune · Schema
DBCluster
Contains the details of an Amazon Neptune DB cluster.
AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL
Properties
| Name | Type | Description |
|---|---|---|
| DBClusterIdentifier | string | The user-supplied DB cluster identifier. |
| DBClusterArn | string | The Amazon Resource Name (ARN) for the DB cluster. |
| Status | string | Current state of the cluster. |
| Engine | string | The database engine (neptune). |
| EngineVersion | string | The version of the database engine. |
| Endpoint | string | The connection endpoint for the primary instance. |
| ReaderEndpoint | string | The reader endpoint for read replicas. |
| Port | integer | The port that the DB cluster listens on. |
| MasterUsername | string | The master username for the cluster. |
| DBClusterParameterGroup | string | The name of the DB cluster parameter group. |
| DBSubnetGroup | string | The DB subnet group associated with the cluster. |
| AllocatedStorage | integer | The allocated storage size in gigabytes. |
| ClusterCreateTime | string | The time when the DB cluster was created. |
| PreferredBackupWindow | string | The daily time range for automated backups. |
| PreferredMaintenanceWindow | string | The weekly time range for system maintenance. |
| MultiAZ | boolean | Whether the cluster is Multi-AZ enabled. |
| StorageEncrypted | boolean | Whether the cluster storage is encrypted. |
| KmsKeyId | string | The KMS key identifier for encrypted clusters. |
| DeletionProtection | boolean | Whether deletion protection is enabled. |
| IAMDatabaseAuthenticationEnabled | boolean | Whether IAM database authentication is enabled. |
| DBClusterMembers | array | The list of instances in the cluster. |
| AssociatedRoles | array | IAM roles associated with the cluster. |