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