ResolverFirewallDomainListArgs

data class ResolverFirewallDomainListArgs(val domains: Output<List<String>>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ResolverFirewallDomainListArgs>

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

Constructors

Link copied to clipboard
fun ResolverFirewallDomainListArgs(domains: Output<List<String>>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ResolverFirewallDomainListArgs

Properties

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

A array of domains for the firewall domain list.

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

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.