Amazon RDS · Schema
DBCluster
Describes an Amazon Aurora DB cluster
AWSCloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational Databases
Properties
| Name | Type | Description |
|---|---|---|
| dBClusterIdentifier | string | The user-supplied identifier for the DB cluster |
| dBClusterArn | string | The Amazon Resource Name (ARN) for the DB cluster |
| status | string | The current state of the DB cluster |
| engine | string | The database engine for the DB cluster |
| engineVersion | string | The version of the database engine |
| databaseName | string | The name of the initial database |
| masterUsername | string | The master username for the DB cluster |
| endpoint | string | The DNS address of 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 |
| dBClusterMembers | array | The list of DB instances that are part of the cluster |
| availabilityZones | array | The Availability Zones the DB cluster is associated with |
| backupRetentionPeriod | integer | The number of days for which automatic DB snapshots are retained |
| storageEncrypted | boolean | Whether the DB cluster is encrypted |
| multiAZ | boolean | Whether the DB cluster has instances in multiple AZs |
| clusterCreateTime | string | The time when the DB cluster was created |
| allocatedStorage | integer | The current allocated storage size in GiB for the cluster |
| tags | array | Tags assigned to the DB cluster |