aws.rds.dbcluster
Supported platform
- aws
Description
Amazon RDS database cluster
The aws.rds.dbcluster resource provides fields for assessing the configuration of AWS RDS Clusters.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| arn | string | ARN for the database cluster |
| region | string | Region where the database cluster exists |
| id | string | Identifier for the database cluster |
| members | []aws.rds.dbinstance | List of database instances that belong to the cluster |
| snapshots | []aws.rds.snapshot | List of snapshots for the cluster |
| tags | map[string]string | Tags for the database cluster |
| storageEncrypted | bool | Whether the cluster is encrypted |
| storageAllocated | int | Amount of storage, in GiB, provisioned on the cluster |
| storageIops | int | Storage IOPS provisioned on the cluster |
| storageType | string | Type of storage provisioned on the cluster |
| status | string | Current state of the cluster |
| createdTime | time | Deprecated (use createdAt instead) |
| createdAt | time | Date and time the RDS cluster was created |
| backupRetentionPeriod | int | Number of days automated snapshots are retained |
| autoMinorVersionUpgrade | bool | Whether minor version patches are applied automatically |
| clusterDbInstanceClass | string | Name of the compute and memory capacity class of the cluster database instances |
| engine | string | Name of the database engine for this database cluster |
| engineVersion | string | Version of the database engine for this DB cluster |
| publiclyAccessible | bool | Whether the cluster is publicly accessible |
| multiAZ | bool | Whether the cluster is a Multi-AZ deployment |
| deletionProtection | bool | Whether deletion protection is enabled |
| securityGroups | []aws.ec2.securitygroup | List of VPC security group elements that the database cluster belongs to |
| availabilityZones | []string | List of Availability Zones (AZs) where instances in the database cluster can be created |
| port | int | Port on which the database engine is listening |
| endpoint | string | Connection endpoint for the primary instance of the database cluster |
| hostedZoneId | string | Cluster hosted zone ID |
| masterUsername | string | Master username for the database |
| latestRestorableTime | time | Latest time to which a database can be restored with point-in-time restore |
| backupSettings | []aws.rds.backupsetting | Backup setting for the database cluster |
| engineLifecycleSupport | string | Life cycle type for the database engine. By default, this value is set to open-source-rds-extended-support, which enrolls your DB engine into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, creating the DB engine will fail if the DB major version is past its end of standard support date. |
| certificateExpiresAt | time | Expiration date for the instance certificate |
| certificateAuthority | string | ID of the Certificate Authority |
| iamDatabaseAuthentication | bool | Whether IAM database authentication is enabled |
| activityStreamMode | string | Mode of the database activity stream |
| activityStreamStatus | string | Status of the database activity stream |
| monitoringInterval | int | Interval, in seconds, between points when Enhanced Monitoring metrics are collected |
| networkType | string | Network type of the DB instance |
| preferredMaintenanceWindow | string | Preferred maintenance window for the database cluster |
| preferredBackupWindow | string | Preferred backup window for the database cluster |
| httpEndpointEnabled | bool | Whether the HTTP API endpoint is enabled |
| parameterGroupName | string | Container for engine configuration values |
| globalClusterIdentifier | string | Global cluster identifier if the cluster is a global cluster member |
| databaseInsightsMode | string | CloudWatch Database Insights mode. Possible values are standard and advanced |