Provides details about a specific redshift subnet group.
data "aws_redshift_subnet_group" "example" {
name = aws_redshift_subnet_group.example.name
}
This data source supports the following arguments:
name
- (Required) Name of the cluster subnet group for which information is requested.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Redshift Subnet Group name.description
- Description of the Redshift Subnet group.id
- Redshift Subnet group Name.subnet_ids
- An array of VPC subnet IDs.tags
- Tags associated to the Subnet Group