Class: Aws::Types::FirewallPolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_tls_session_holdingBoolean

Returns the value of attribute enable_tls_session_holding.

Returns:

  • (Boolean)


860
861
862
# File 'sig/types.rbs', line 860

def enable_tls_session_holding
  @enable_tls_session_holding
end

#policy_variablesTypes::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.

Returns:

  • (::Array[::String])


856
857
858
# File 'sig/types.rbs', line 856

def stateful_default_actions
  @stateful_default_actions
end

#stateful_engine_optionsTypes::StatefulEngineOptions

Returns the value of attribute stateful_engine_options.



857
858
859
# File 'sig/types.rbs', line 857

def stateful_engine_options
  @stateful_engine_options
end

#stateful_rule_group_references::Array[Types::StatefulRuleGroupReference]

Returns the value of attribute stateful_rule_group_references.

Returns:



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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def tls_inspection_configuration_arn
  @tls_inspection_configuration_arn
end