Class: Aws::Types::CreateFirewallRuleEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ALLOW", ...

Returns the value of attribute action.

Returns:

  • ("ALLOW", "BLOCK", "ALERT")


142
143
144
# File 'sig/types.rbs', line 142

def action
  @action
end

#block_override_dns_type"CNAME"

Returns the value of attribute block_override_dns_type.

Returns:

  • ("CNAME")


145
146
147
# File 'sig/types.rbs', line 145

def block_override_dns_type
  @block_override_dns_type
end

#block_override_domain::String

Returns the value of attribute block_override_domain.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def block_override_domain
  @block_override_domain
end

#block_override_ttl::Integer

Returns the value of attribute block_override_ttl.

Returns:

  • (::Integer)


146
147
148
# File 'sig/types.rbs', line 146

def block_override_ttl
  @block_override_ttl
end

#block_response"NODATA", ...

Returns the value of attribute block_response.

Returns:

  • ("NODATA", "NXDOMAIN", "OVERRIDE")


143
144
145
# File 'sig/types.rbs', line 143

def block_response
  @block_response
end

#confidence_threshold"LOW", ...

Returns the value of attribute confidence_threshold.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


151
152
153
# File 'sig/types.rbs', line 151

def confidence_threshold
  @confidence_threshold
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def creator_request_id
  @creator_request_id
end

#dns_threat_protection"DGA", ...

Returns the value of attribute dns_threat_protection.

Returns:

  • ("DGA", "DNS_TUNNELING", "DICTIONARY_DGA")


150
151
152
# File 'sig/types.rbs', line 150

def dns_threat_protection
  @dns_threat_protection
end

#firewall_domain_list_id::String

Returns the value of attribute firewall_domain_list_id.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

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.

Returns:

  • ("INSPECT_REDIRECTION_DOMAIN", "TRUST_REDIRECTION_DOMAIN")


148
149
150
# File 'sig/types.rbs', line 148

def firewall_domain_redirection_action
  @firewall_domain_redirection_action
end

#firewall_rule_group_id::String

Returns the value of attribute firewall_rule_group_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def firewall_rule_group_id
  @firewall_rule_group_id
end

#firewall_rule_typeTypes::FirewallRuleType

Returns the value of attribute firewall_rule_type.



152
153
154
# File 'sig/types.rbs', line 152

def firewall_rule_type
  @firewall_rule_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


141
142
143
# File 'sig/types.rbs', line 141

def priority
  @priority
end

#qtype::String

Returns the value of attribute qtype.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def qtype
  @qtype
end