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)


869
870
871
# File 'sig/types.rbs', line 869

def enable_tls_session_holding
  @enable_tls_session_holding
end

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

Returns:

  • (::Array[::String])


865
866
867
# File 'sig/types.rbs', line 865

def stateful_default_actions
  @stateful_default_actions
end

#stateful_engine_optionsTypes::StatefulEngineOptions

Returns the value of attribute stateful_engine_options.



866
867
868
# File 'sig/types.rbs', line 866

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:



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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def tls_inspection_configuration_arn
  @tls_inspection_configuration_arn
end