Skip to content

Data Source: awsElasticBeanstalkHostedZone

Use this data source to get the ID of an elastic beanstalk hosted zone.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsElasticBeanstalkHostedZone.DataAwsElasticBeanstalkHostedZone(
  this,
  "current",
  {}
);

Argument Reference

  • region - (Optional) Region you'd like the zone for. By default, fetches the current region.

Attributes Reference

  • id - ID of the hosted zone.

  • region - Region of the hosted zone.