Class: Aws::Types::FirewallPolicy
- Inherits:
-
Object
- Object
- Aws::Types::FirewallPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_tls_session_holding ⇒ Boolean
Returns the value of attribute enable_tls_session_holding.
-
#policy_variables ⇒ Types::PolicyVariables
Returns the value of attribute policy_variables.
-
#stateful_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateful_default_actions.
-
#stateful_engine_options ⇒ Types::StatefulEngineOptions
Returns the value of attribute stateful_engine_options.
-
#stateful_rule_group_references ⇒ ::Array[Types::StatefulRuleGroupReference]
Returns the value of attribute stateful_rule_group_references.
-
#stateless_custom_actions ⇒ ::Array[Types::CustomAction]
Returns the value of attribute stateless_custom_actions.
-
#stateless_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_default_actions.
-
#stateless_fragment_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_fragment_default_actions.
-
#stateless_rule_group_references ⇒ ::Array[Types::StatelessRuleGroupReference]
Returns the value of attribute stateless_rule_group_references.
-
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
Instance Attribute Details
#enable_tls_session_holding ⇒ Boolean
Returns the value of attribute enable_tls_session_holding.
860 861 862 |
# File 'sig/types.rbs', line 860 def enable_tls_session_holding @enable_tls_session_holding end |
#policy_variables ⇒ Types::PolicyVariables
Returns the value of attribute policy_variables.
859 860 861 |
# File 'sig/types.rbs', line 859 def policy_variables @policy_variables end |
#stateful_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateful_default_actions.
856 857 858 |
# File 'sig/types.rbs', line 856 def stateful_default_actions @stateful_default_actions end |
#stateful_engine_options ⇒ Types::StatefulEngineOptions
Returns the value of attribute stateful_engine_options.
857 858 859 |
# File 'sig/types.rbs', line 857 def @stateful_engine_options end |
#stateful_rule_group_references ⇒ ::Array[Types::StatefulRuleGroupReference]
Returns the value of attribute stateful_rule_group_references.
855 856 857 |
# File 'sig/types.rbs', line 855 def stateful_rule_group_references @stateful_rule_group_references end |
#stateless_custom_actions ⇒ ::Array[Types::CustomAction]
Returns the value of attribute stateless_custom_actions.
854 855 856 |
# File 'sig/types.rbs', line 854 def stateless_custom_actions @stateless_custom_actions end |
#stateless_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_default_actions.
852 853 854 |
# File 'sig/types.rbs', line 852 def stateless_default_actions @stateless_default_actions end |
#stateless_fragment_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_fragment_default_actions.
853 854 855 |
# File 'sig/types.rbs', line 853 def stateless_fragment_default_actions @stateless_fragment_default_actions end |
#stateless_rule_group_references ⇒ ::Array[Types::StatelessRuleGroupReference]
Returns the value of attribute stateless_rule_group_references.
851 852 853 |
# File 'sig/types.rbs', line 851 def stateless_rule_group_references @stateless_rule_group_references end |
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
858 859 860 |
# File 'sig/types.rbs', line 858 def tls_inspection_configuration_arn @tls_inspection_configuration_arn end |