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