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.
869 870 871 |
# File 'sig/types.rbs', line 869 def enable_tls_session_holding @enable_tls_session_holding end |
#policy_variables ⇒ Types::PolicyVariables
Returns the value of attribute policy_variables.
868 869 870 |
# File 'sig/types.rbs', line 868 def policy_variables @policy_variables end |
#stateful_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateful_default_actions.
865 866 867 |
# File 'sig/types.rbs', line 865 def stateful_default_actions @stateful_default_actions end |
#stateful_engine_options ⇒ Types::StatefulEngineOptions
Returns the value of attribute stateful_engine_options.
866 867 868 |
# File 'sig/types.rbs', line 866 def @stateful_engine_options end |
#stateful_rule_group_references ⇒ ::Array[Types::StatefulRuleGroupReference]
Returns the value of attribute stateful_rule_group_references.
864 865 866 |
# File 'sig/types.rbs', line 864 def stateful_rule_group_references @stateful_rule_group_references end |
#stateless_custom_actions ⇒ ::Array[Types::CustomAction]
Returns the value of attribute stateless_custom_actions.
863 864 865 |
# File 'sig/types.rbs', line 863 def stateless_custom_actions @stateless_custom_actions end |
#stateless_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_default_actions.
861 862 863 |
# File 'sig/types.rbs', line 861 def stateless_default_actions @stateless_default_actions end |
#stateless_fragment_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_fragment_default_actions.
862 863 864 |
# File 'sig/types.rbs', line 862 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.
860 861 862 |
# File 'sig/types.rbs', line 860 def stateless_rule_group_references @stateless_rule_group_references end |
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
867 868 869 |
# File 'sig/types.rbs', line 867 def tls_inspection_configuration_arn @tls_inspection_configuration_arn end |