Skip to content

Data Source: awsRoute53DelegationSet

awsRoute53DelegationSet provides details about a specific Route 53 Delegation Set.

This data source allows to find a list of name servers associated with a specific delegation set.

Example Usage

The following example shows how to get a delegation set from its id.

/*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.dataAwsRoute53DelegationSet.DataAwsRoute53DelegationSet(this, "dset", {
  id: "MQWGHCBFAKEID",
});

Argument Reference

  • id - (Required) Delegation set ID.

The following attribute is additionally exported:

  • arn - ARN of the Delegation Set.
  • callerReference - Caller Reference of the delegation set.
  • nameServers - List of DNS name servers for the delegation set.