Class: Aws::NetworkFirewall::Types::CreateProxyRuleGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::CreateProxyRuleGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the 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
#description ⇒ String
A description of the proxy rule group.
1298 1299 1300 1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1298 class CreateProxyRuleGroupRequest < Struct.new( :proxy_rule_group_name, :description, :rules, :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.
1298 1299 1300 1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1298 class CreateProxyRuleGroupRequest < Struct.new( :proxy_rule_group_name, :description, :rules, :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).
1298 1299 1300 1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1298 class CreateProxyRuleGroupRequest < Struct.new( :proxy_rule_group_name, :description, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key:value pairs to associate with the resource.
1298 1299 1300 1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1298 class CreateProxyRuleGroupRequest < Struct.new( :proxy_rule_group_name, :description, :rules, :tags) SENSITIVE = [] include Aws::Structure end |