Skip to content

Data Source: awsRdsCluster

Provides information about an RDS cluster.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsRdsCluster.DataAwsRdsCluster(this, "clusterName", {
  clusterIdentifier: "clusterName",
});

Argument Reference

The following arguments are supported:

  • clusterIdentifier - (Required) Cluster identifier of the RDS cluster.

Attributes Reference

See the RDS Cluster Resource for details on the returned attributes - they are identical for all attributes, except the tagsAll. If you need to get the tags for this resource, use the attribute tags as described below.

  • tags - A map of tags assigned to the resource.