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