ResolverFirewallRuleGroupArgs

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

Provides a Route 53 Resolver DNS Firewall rule group resource.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.route53.ResolverFirewallRuleGroup;
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 ResolverFirewallRuleGroup("example");
}
}

Import

In TODO v1.5.0 and later, use an import block to import Route 53 Resolver DNS Firewall rule groups using the Route 53 Resolver DNS Firewall rule group ID. For exampleterraform import { to = aws_route53_resolver_firewall_rule_group.example id = "rslvr-frg-0123456789abcdef" } Using TODO import, import Route 53 Resolver DNS Firewall rule groups using the Route 53 Resolver DNS Firewall rule group ID. For exampleconsole % TODO import aws_route53_resolver_firewall_rule_group.example rslvr-frg-0123456789abcdef

Constructors

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

Functions

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

Properties

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

A name that lets you identify the rule group, 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. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.