AwsRoute53HostedZoneReference

AwsRoute53HostedZoneReference = pulumi.Output<AwsRoute53HostedZoneReferenceValue>

Consumer-facing reference to a public Route53 hosted zone.

Remarks

Pulumi output property lifting makes name, nameServers, and zoneId directly available as outputs.

Example

CODE
const zone: AwsRoute53HostedZoneReference = getAwsRoute53HostedZone({
  zoneId: 'Z0123456789EXAMPLE',
});