Skip to content

Data Source: awsRedshiftSubnetGroup

Provides details about a specific redshift subnet group.

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.dataAwsRedshiftSubnetGroup.DataAwsRedshiftSubnetGroup(this, "example", {
  name: "${aws_redshift_subnet_group.example.name}",
});

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the cluster subnet group for which information is requested.

Attribute Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the Redshift Subnet Group name.
  • description - Description of the Redshift Subnet group.
  • id - Redshift Subnet group Name.
  • subnetIds - An array of VPC subnet IDs.
  • tags - Tags associated to the Subnet Group