FirewallPolicyResponse

data class FirewallPolicyResponse(val policyVariables: RuleVariablesModelResponse? = null, val statefulDefaultActions: List<String>? = null, val statefulEngineOptions: StatefulEngineOptionsResponse? = null, val statefulRuleGroupReferences: List<StatefulRuleGroupReferenceResponse>? = null, val statelessCustomActions: List<CustomActionResponse>? = null, val statelessDefaultActions: List<String>? = null, val statelessFragmentDefaultActions: List<String>? = null, val statelessRuleGroupReferences: List<StatelessRuleGroupReferenceResponse>? = null, val tlsInspectionConfigurationArn: String? = null)

Definition of FirewallPolicy

Constructors

Link copied to clipboard
constructor(policyVariables: RuleVariablesModelResponse? = null, statefulDefaultActions: List<String>? = null, statefulEngineOptions: StatefulEngineOptionsResponse? = null, statefulRuleGroupReferences: List<StatefulRuleGroupReferenceResponse>? = null, statelessCustomActions: List<CustomActionResponse>? = null, statelessDefaultActions: List<String>? = null, statelessFragmentDefaultActions: List<String>? = null, statelessRuleGroupReferences: List<StatelessRuleGroupReferenceResponse>? = null, tlsInspectionConfigurationArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property policyVariables

Link copied to clipboard

Property statefulDefaultActions

Link copied to clipboard

Property statefulEngineOptions

Link copied to clipboard

Property statefulRuleGroupReferences

Link copied to clipboard

Property statelessCustomActions

Link copied to clipboard

Property statelessDefaultActions

Link copied to clipboard

Property statelessFragmentDefaultActions

Link copied to clipboard

Property statelessRuleGroupReferences

Link copied to clipboard

A resource ARN.