Class: Aws::Types::FirewallRule
- Inherits:
-
Object
- Object
- Aws::Types::FirewallRule
- 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.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#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.
-
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#qtype ⇒ ::String
Returns the value of attribute qtype.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
447 448 449 |
# File 'sig/types.rbs', line 447 def action @action end |
#block_override_dns_type ⇒ "CNAME"
Returns the value of attribute block_override_dns_type.
450 451 452 |
# File 'sig/types.rbs', line 450 def block_override_dns_type @block_override_dns_type end |
#block_override_domain ⇒ ::String
Returns the value of attribute block_override_domain.
449 450 451 |
# File 'sig/types.rbs', line 449 def block_override_domain @block_override_domain end |
#block_override_ttl ⇒ ::Integer
Returns the value of attribute block_override_ttl.
451 452 453 |
# File 'sig/types.rbs', line 451 def block_override_ttl @block_override_ttl end |
#block_response ⇒ "NODATA", ...
Returns the value of attribute block_response.
448 449 450 |
# File 'sig/types.rbs', line 448 def block_response @block_response end |
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
458 459 460 |
# File 'sig/types.rbs', line 458 def confidence_threshold @confidence_threshold end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
453 454 455 |
# File 'sig/types.rbs', line 453 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def creator_request_id @creator_request_id end |
#dns_threat_protection ⇒ "DGA", ...
Returns the value of attribute dns_threat_protection.
457 458 459 |
# File 'sig/types.rbs', line 457 def dns_threat_protection @dns_threat_protection end |
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
443 444 445 |
# File 'sig/types.rbs', line 443 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.
455 456 457 |
# File 'sig/types.rbs', line 455 def firewall_domain_redirection_action @firewall_domain_redirection_action end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
442 443 444 |
# File 'sig/types.rbs', line 442 def firewall_rule_group_id @firewall_rule_group_id end |
#firewall_rule_type ⇒ Types::FirewallRuleType
Returns the value of attribute firewall_rule_type.
459 460 461 |
# File 'sig/types.rbs', line 459 def firewall_rule_type @firewall_rule_type end |
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def firewall_threat_protection_id @firewall_threat_protection_id end |
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
454 455 456 |
# File 'sig/types.rbs', line 454 def modification_time @modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
445 446 447 |
# File 'sig/types.rbs', line 445 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
446 447 448 |
# File 'sig/types.rbs', line 446 def priority @priority end |
#qtype ⇒ ::String
Returns the value of attribute qtype.
456 457 458 |
# File 'sig/types.rbs', line 456 def qtype @qtype end |
#status ⇒ ::String
Returns the value of attribute status.
460 461 462 |
# File 'sig/types.rbs', line 460 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
461 462 463 |
# File 'sig/types.rbs', line 461 def @status_message end |