Firewall Policy Args
data class FirewallPolicyArgs(val description: Output<String>? = null, val firewallPolicy: Output<FirewallPolicyArgs>? = null, val firewallPolicyName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FirewallPolicyArgs>
Resource type definition for AWS::NetworkFirewall::FirewallPolicy
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, firewallPolicy: Output<FirewallPolicyArgs>? = null, firewallPolicyName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
A description of the firewall policy.
Link copied to clipboard
The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.
Link copied to clipboard
The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.