Class: Aws::NetworkFirewall::Types::ProxyRuleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyRuleGroup
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Collections of related proxy filtering rules. Rule groups help you manage and reuse sets of rules across multiple proxy configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
Time the Proxy Rule Group was created.
-
#delete_time ⇒ Time
Time the Proxy Rule Group was deleted.
-
#description ⇒ String
A description of the proxy rule group.
-
#proxy_rule_group_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy rule group.
-
#proxy_rule_group_name ⇒ String
The descriptive name of the proxy rule group.
-
#rules ⇒ Types::ProxyRulesByRequestPhase
Individual rules that define match conditions and actions for application-layer traffic.
-
#tags ⇒ Array<Types::Tag>
The key:value pairs to associate with the resource.
Instance Attribute Details
#create_time ⇒ Time
Time the Proxy Rule Group was created.
6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6105 class ProxyRuleGroup < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn, :create_time, :delete_time, :rules, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#delete_time ⇒ Time
Time the Proxy Rule Group was deleted.
6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6105 class ProxyRuleGroup < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn, :create_time, :delete_time, :rules, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the proxy rule group.
6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6105 class ProxyRuleGroup < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn, :create_time, :delete_time, :rules, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#proxy_rule_group_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy rule group.
6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6105 class ProxyRuleGroup < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn, :create_time, :delete_time, :rules, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#proxy_rule_group_name ⇒ String
The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.
6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6105 class ProxyRuleGroup < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn, :create_time, :delete_time, :rules, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Types::ProxyRulesByRequestPhase
Individual rules that define match conditions and actions for application-layer traffic. Rules specify what to inspect (domains, headers, methods) and what action to take (allow, deny, alert).
6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6105 class ProxyRuleGroup < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn, :create_time, :delete_time, :rules, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key:value pairs to associate with the resource.
6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6105 class ProxyRuleGroup < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn, :create_time, :delete_time, :rules, :description, :tags) SENSITIVE = [] include Aws::Structure end |