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