Class: Aws::Types::CreateFirewallRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFirewallRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
-
#block_override_dns_type ⇒ "CNAME"
Returns the value of attribute block_override_dns_type.
-
#block_override_domain ⇒ ::String
Returns the value of attribute block_override_domain.
-
#block_override_ttl ⇒ ::Integer
Returns the value of attribute block_override_ttl.
-
#block_response ⇒ "NODATA", ...
Returns the value of attribute block_response.
-
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#dns_threat_protection ⇒ "DGA", ...
Returns the value of attribute dns_threat_protection.
-
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
-
#firewall_domain_redirection_action ⇒ "INSPECT_REDIRECTION_DOMAIN", "TRUST_REDIRECTION_DOMAIN"
Returns the value of attribute firewall_domain_redirection_action.
-
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
-
#firewall_rule_type ⇒ Types::FirewallRuleType
Returns the value of attribute firewall_rule_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#qtype ⇒ ::String
Returns the value of attribute qtype.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
173 174 175 |
# File 'sig/types.rbs', line 173 def action @action end |
#block_override_dns_type ⇒ "CNAME"
Returns the value of attribute block_override_dns_type.
176 177 178 |
# File 'sig/types.rbs', line 176 def block_override_dns_type @block_override_dns_type end |
#block_override_domain ⇒ ::String
Returns the value of attribute block_override_domain.
175 176 177 |
# File 'sig/types.rbs', line 175 def block_override_domain @block_override_domain end |
#block_override_ttl ⇒ ::Integer
Returns the value of attribute block_override_ttl.
177 178 179 |
# File 'sig/types.rbs', line 177 def block_override_ttl @block_override_ttl end |
#block_response ⇒ "NODATA", ...
Returns the value of attribute block_response.
174 175 176 |
# File 'sig/types.rbs', line 174 def block_response @block_response end |
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
182 183 184 |
# File 'sig/types.rbs', line 182 def confidence_threshold @confidence_threshold end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
169 170 171 |
# File 'sig/types.rbs', line 169 def creator_request_id @creator_request_id end |
#dns_threat_protection ⇒ "DGA", ...
Returns the value of attribute dns_threat_protection.
181 182 183 |
# File 'sig/types.rbs', line 181 def dns_threat_protection @dns_threat_protection end |
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def firewall_domain_list_id @firewall_domain_list_id end |
#firewall_domain_redirection_action ⇒ "INSPECT_REDIRECTION_DOMAIN", "TRUST_REDIRECTION_DOMAIN"
Returns the value of attribute firewall_domain_redirection_action.
179 180 181 |
# File 'sig/types.rbs', line 179 def firewall_domain_redirection_action @firewall_domain_redirection_action end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def firewall_rule_group_id @firewall_rule_group_id end |
#firewall_rule_type ⇒ Types::FirewallRuleType
Returns the value of attribute firewall_rule_type.
183 184 185 |
# File 'sig/types.rbs', line 183 def firewall_rule_type @firewall_rule_type end |
#name ⇒ ::String
Returns the value of attribute name.
178 179 180 |
# File 'sig/types.rbs', line 178 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
172 173 174 |
# File 'sig/types.rbs', line 172 def priority @priority end |
#qtype ⇒ ::String
Returns the value of attribute qtype.
180 181 182 |
# File 'sig/types.rbs', line 180 def qtype @qtype end |