aws.rds.dbcluster
Supported Platform
- aws
Description
AWS RDS Database Cluster
The aws.rds.dbcluster
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 |