Amazon DocumentDB · Schema

DBCluster

DBCluster schema from Amazon DocumentDB API

Amazon Web ServicesAWSDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQL

Properties

Name Type Description
DBClusterIdentifier string The identifier of the DB cluster.
DBClusterArn string The Amazon Resource Name (ARN) for the DB cluster.
Status string Specifies the current state of this DB cluster.
Engine string The database engine used for this DB cluster.
EngineVersion string The version of the database engine.
Endpoint string The connection endpoint for the primary instance of the DB cluster.
ReaderEndpoint string The reader endpoint for the DB cluster.
Port integer The port that the database engine is listening on.
MasterUsername string The master username for the DB cluster.
DBSubnetGroup string The DB subnet group associated with the DB cluster.
StorageEncrypted boolean Specifies whether the DB cluster is encrypted.
BackupRetentionPeriod integer The number of days for which automatic DB snapshots are retained.
ClusterCreateTime string The time when the DB cluster was created.
DBClusterMembers array The list of instances that make up the DB cluster.
View JSON Schema on GitHub