ResolverFirewallDomainList

class ResolverFirewallDomainList : KotlinCustomResource

Provides a Route 53 Resolver DNS Firewall domain list resource.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.route53.ResolverFirewallDomainList;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new ResolverFirewallDomainList("example");
}
}

Import

In TODO v1.5.0 and later, use an import block to import Route 53 Resolver DNS Firewall domain lists using the Route 53 Resolver DNS Firewall domain list ID. For exampleterraform import { to = aws_route53_resolver_firewall_domain_list.example id = "rslvr-fdl-0123456789abcdef" } Using TODO import, import Route 53 Resolver DNS Firewall domain lists using the Route 53 Resolver DNS Firewall domain list ID. For exampleconsole % TODO import aws_route53_resolver_firewall_domain_list.example rslvr-fdl-0123456789abcdef

Properties

Link copied to clipboard
val arn: Output<String>

The ARN (Amazon Resource Name) of the domain list.

Link copied to clipboard
val domains: Output<List<String>>?

A array of domains for the firewall domain list.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A name that lets you identify the domain list, to manage and use it.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

A map of tags to assign to the resource. f configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>