Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_redshift_subnet_group.DataAwsRedshiftSubnetGroupConfig
-
Packages that use DataAwsRedshiftSubnetGroupConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_redshift_subnet_group data_aws_redshift_subnet_group -
-
Uses of DataAwsRedshiftSubnetGroupConfig in com.hashicorp.cdktf.providers.aws.data_aws_redshift_subnet_group
Classes in com.hashicorp.cdktf.providers.aws.data_aws_redshift_subnet_group that implement DataAwsRedshiftSubnetGroupConfig Modifier and Type Class Description static classDataAwsRedshiftSubnetGroupConfig.Jsii$ProxyAn implementation forDataAwsRedshiftSubnetGroupConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_redshift_subnet_group that return DataAwsRedshiftSubnetGroupConfig Modifier and Type Method Description DataAwsRedshiftSubnetGroupConfigDataAwsRedshiftSubnetGroupConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_redshift_subnet_group with parameters of type DataAwsRedshiftSubnetGroupConfig Constructor Description DataAwsRedshiftSubnetGroup(software.constructs.Construct scope, String id, DataAwsRedshiftSubnetGroupConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/redshift_subnet_group aws_redshift_subnet_group} Data Source.
-