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