Class: Aws::NetworkFirewall::Types::ProxyConfigRuleGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Proxy rule group contained within a proxy configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#priorityInteger

Priority of the proxy rule group in the proxy configuration.

Returns:

  • (Integer)


5896
5897
5898
5899
5900
5901
5902
5903
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5896

class ProxyConfigRuleGroup < Struct.new(
  :proxy_rule_group_name,
  :proxy_rule_group_arn,
  :type,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#proxy_rule_group_arnString

The Amazon Resource Name (ARN) of a proxy rule group.

Returns:

  • (String)


5896
5897
5898
5899
5900
5901
5902
5903
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5896

class ProxyConfigRuleGroup < Struct.new(
  :proxy_rule_group_name,
  :proxy_rule_group_arn,
  :type,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#proxy_rule_group_nameString

The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.

Returns:

  • (String)


5896
5897
5898
5899
5900
5901
5902
5903
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5896

class ProxyConfigRuleGroup < Struct.new(
  :proxy_rule_group_name,
  :proxy_rule_group_arn,
  :type,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Proxy rule group type.

Returns:

  • (String)


5896
5897
5898
5899
5900
5901
5902
5903
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5896

class ProxyConfigRuleGroup < Struct.new(
  :proxy_rule_group_name,
  :proxy_rule_group_arn,
  :type,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end