Amazon RDS database cluster
aws.rds.dbcluster MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWS
Amazon RDS database cluster
Use MQL in cnspec shell or policy:
aws.rds.dbclusterMin version: 5.15.0Defaults:
id region engine engineVersionRelationships
6 resources · 13 relationships·Click to select, expand fields to see properties.
Fields (43)
| Field | Type | Description |
|---|---|---|
activityStreamModerequired | string | Mode of the database activity stream |
activityStreamStatusrequired | string | Status of the database activity stream |
arnrequired | string | ARN for the database cluster |
autoMinorVersionUpgraderequired | int | Whether minor version patches are applied automatically |
availabilityZonesrequired | []string | List of Availability Zones (AZs) where instances in the database cluster can be created |
backupRetentionPeriodrequired | int | Number of days automated snapshots are retained |
backupSettings | []aws.rds.backupsetting | Backup setting for the database cluster |
certificateAuthorityrequired | string | ID of the Certificate Authority |
certificateExpiresAtrequired | time | Expiration date for the instance certificate |
clusterDbInstanceClassrequired | string | Name of the compute and memory capacity class of the cluster database instances |
createdAtrequired | time | Date and time the RDS cluster was created |
createdTimerequired | time | Deprecated (use `createdAt` instead) |
databaseInsightsModerequired | string | CloudWatch Database Insights mode. Possible values are `standard` and `advanced` |
deletionProtectionrequired | int | Whether deletion protection is enabled |
endpointrequired | string | Connection endpoint for the primary instance of the database cluster |
enginerequired | string | Name of the database engine for this database cluster |
engineLifecycleSupportrequired | 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. |
engineVersionrequired | string | Version of the database engine for this DB cluster |
globalClusterIdentifierrequired | string | Global cluster identifier if the cluster is a global cluster member |
hostedZoneIdrequired | string | Cluster hosted zone ID |
httpEndpointEnabledrequired | int | Whether the HTTP API endpoint is enabled |
iamDatabaseAuthenticationrequired | int | Whether IAM database authentication is enabled |
idrequired | string | Identifier for the database cluster |
latestRestorableTimerequired | time | Latest time to which a database can be restored with point-in-time restore |
masterUsernamerequired | string | Master username for the database |
membersrequired | []aws.rds.dbinstance | List of database instances that belong to the cluster |
monitoringIntervalrequired | int | Interval, in seconds, between points when Enhanced Monitoring metrics are collected |
multiAZrequired | int | Whether the cluster is a Multi-AZ deployment |
networkTyperequired | string | Network type of the DB instance |
parameterGroupNamerequired | string | Container for engine configuration values |
portrequired | int | Port on which the database engine is listening |
preferredBackupWindowrequired | string | Preferred backup window for the database cluster |
preferredMaintenanceWindowrequired | string | Preferred maintenance window for the database cluster |
publiclyAccessiblerequired | int | Whether the cluster is publicly accessible |
regionrequired | string | Region where the database cluster exists |
securityGroups | []aws.ec2.securitygroup | List of VPC security group elements that the database cluster belongs to |
snapshots | []aws.rds.snapshot | List of snapshots for the cluster |
statusrequired | string | Current state of the cluster |
storageAllocatedrequired | int | Amount of storage, in GiB, provisioned on the cluster |
storageEncryptedrequired | int | Whether the cluster is encrypted |
storageIopsrequired | int | Storage IOPS provisioned on the cluster |
storageTyperequired | string | Type of storage provisioned on the cluster |
tagsrequired | map[string]string | Tags for the database cluster |