FirewallPolicyArgs

data class FirewallPolicyArgs(val policyVariables: Output<RuleVariablesModelArgs>? = null, val statefulDefaultActions: Output<List<String>>? = null, val statefulEngineOptions: Output<StatefulEngineOptionsArgs>? = null, val statefulRuleGroupReferences: Output<List<StatefulRuleGroupReferenceArgs>>? = null, val statelessCustomActions: Output<List<CustomActionArgs>>? = null, val statelessDefaultActions: Output<List<String>>? = null, val statelessFragmentDefaultActions: Output<List<String>>? = null, val statelessRuleGroupReferences: Output<List<StatelessRuleGroupReferenceArgs>>? = null, val tlsInspectionConfigurationArn: Output<String>? = null) : ConvertibleToJava<FirewallPolicyArgs>

Definition of FirewallPolicy

Constructors

Link copied to clipboard
constructor(policyVariables: Output<RuleVariablesModelArgs>? = null, statefulDefaultActions: Output<List<String>>? = null, statefulEngineOptions: Output<StatefulEngineOptionsArgs>? = null, statefulRuleGroupReferences: Output<List<StatefulRuleGroupReferenceArgs>>? = null, statelessCustomActions: Output<List<CustomActionArgs>>? = null, statelessDefaultActions: Output<List<String>>? = null, statelessFragmentDefaultActions: Output<List<String>>? = null, statelessRuleGroupReferences: Output<List<StatelessRuleGroupReferenceArgs>>? = null, tlsInspectionConfigurationArn: Output<String>? = null)

Properties

Link copied to clipboard

Property policyVariables

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

Property statefulDefaultActions

Link copied to clipboard

Property statefulEngineOptions

Link copied to clipboard

Property statefulRuleGroupReferences

Link copied to clipboard

Property statelessCustomActions

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

Property statelessDefaultActions

Link copied to clipboard

Property statelessFragmentDefaultActions

Link copied to clipboard

Property statelessRuleGroupReferences

Link copied to clipboard

A resource ARN.

Functions

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