Skip to content

Resource: awsRoute53ResolverFirewallDomainList

Provides a Route 53 Resolver DNS Firewall domain list resource.

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.route53ResolverFirewallDomainList.Route53ResolverFirewallDomainList(
  this,
  "example",
  {
    name: "example",
  }
);

Argument Reference

The following argument is supported:

  • name - (Required) A name that lets you identify the domain list, to manage and use it.
  • domains - (Optional) A array of domains for the firewall domain list.
  • tags - (Optional) A map of tags to assign to the resource. f configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - The ARN (Amazon Resource Name) of the domain list.
  • id - The ID of the domain list.
  • tagsAll - A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

Route 53 Resolver DNS Firewall domain lists can be imported using the Route 53 Resolver DNS Firewall domain list ID, e.g.,

$ terraform import aws_route53_resolver_firewall_domain_list.example rslvr-fdl-0123456789abcdef