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