Class: Aws::Types::UpdateFirewallRuleRequest

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


1282
1283
1284
# File 'sig/types.rbs', line 1282

def action
  @action
end

#block_override_dns_type"CNAME"

Returns the value of attribute block_override_dns_type.

Returns:

  • ("CNAME")


1285
1286
1287
# File 'sig/types.rbs', line 1285

def block_override_dns_type
  @block_override_dns_type
end

#block_override_domain::String

Returns the value of attribute block_override_domain.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def block_override_domain
  @block_override_domain
end

#block_override_ttl::Integer

Returns the value of attribute block_override_ttl.

Returns:

  • (::Integer)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def block_override_ttl
  @block_override_ttl
end

#block_response"NODATA", ...

Returns the value of attribute block_response.

Returns:

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


1283
1284
1285
# File 'sig/types.rbs', line 1283

def block_response
  @block_response
end

#confidence_threshold"LOW", ...

Returns the value of attribute confidence_threshold.

Returns:

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


1291
1292
1293
# File 'sig/types.rbs', line 1291

def confidence_threshold
  @confidence_threshold
end

#dns_threat_protection"DGA", ...

Returns the value of attribute dns_threat_protection.

Returns:

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


1290
1291
1292
# File 'sig/types.rbs', line 1290

def dns_threat_protection
  @dns_threat_protection
end

#firewall_domain_list_id::String

Returns the value of attribute firewall_domain_list_id.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

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


1288
1289
1290
# File 'sig/types.rbs', line 1288

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)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def firewall_rule_group_id
  @firewall_rule_group_id
end

#firewall_rule_typeTypes::FirewallRuleType

Returns the value of attribute firewall_rule_type.



1292
1293
1294
# File 'sig/types.rbs', line 1292

def firewall_rule_type
  @firewall_rule_type
end

#firewall_threat_protection_id::String

Returns the value of attribute firewall_threat_protection_id.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def firewall_threat_protection_id
  @firewall_threat_protection_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def priority
  @priority
end

#qtype::String

Returns the value of attribute qtype.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def qtype
  @qtype
end