aws.rds.dbcluster
Supported Platform
- aws
Description
AWS RDS Cluster
The aws.rds.dbcluster
provides fields for assessing the configuration of AWS RDS Clusters.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | ARN for the db cluster |
region | string | region where the db cluster exists |
id | string | identifier for the db cluster |
members | []aws.rds.dbinstance | list of db instances that belong to the cluster |
snapshots | []aws.rds.snapshot | list of snapshots for the cluster |
tags | map[string]string | tags for the db cluster |