Class: Aws::Types::UpdateFirewallRuleEntry

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")


1250
1251
1252
# File 'sig/types.rbs', line 1250

def action
  @action
end

#block_override_dns_type"CNAME"

Returns the value of attribute block_override_dns_type.

Returns:

  • ("CNAME")


1253
1254
1255
# File 'sig/types.rbs', line 1253

def block_override_dns_type
  @block_override_dns_type
end

#block_override_domain::String

Returns the value of attribute block_override_domain.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def block_override_domain
  @block_override_domain
end

#block_override_ttl::Integer

Returns the value of attribute block_override_ttl.

Returns:

  • (::Integer)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def block_override_ttl
  @block_override_ttl
end

#block_response"NODATA", ...

Returns the value of attribute block_response.

Returns:

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


1251
1252
1253
# File 'sig/types.rbs', line 1251

def block_response
  @block_response
end

#confidence_threshold"LOW", ...

Returns the value of attribute confidence_threshold.

Returns:

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


1259
1260
1261
# File 'sig/types.rbs', line 1259

def confidence_threshold
  @confidence_threshold
end

#dns_threat_protection"DGA", ...

Returns the value of attribute dns_threat_protection.

Returns:

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


1258
1259
1260
# File 'sig/types.rbs', line 1258

def dns_threat_protection
  @dns_threat_protection
end

#firewall_domain_list_id::String

Returns the value of attribute firewall_domain_list_id.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

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")


1256
1257
1258
# File 'sig/types.rbs', line 1256

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)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def firewall_rule_group_id
  @firewall_rule_group_id
end

#firewall_rule_typeTypes::FirewallRuleType

Returns the value of attribute firewall_rule_type.



1260
1261
1262
# File 'sig/types.rbs', line 1260

def firewall_rule_type
  @firewall_rule_type
end

#firewall_threat_protection_id::String

Returns the value of attribute firewall_threat_protection_id.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def firewall_threat_protection_id
  @firewall_threat_protection_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def priority
  @priority
end

#qtype::String

Returns the value of attribute qtype.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def qtype
  @qtype
end