Class: Aws::Types::CreateFirewallRuleRequest

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


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.

Returns:

  • ("CNAME")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • ("INSPECT_REDIRECTION_DOMAIN", "TRUST_REDIRECTION_DOMAIN")


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.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def firewall_rule_group_id
  @firewall_rule_group_id
end

#firewall_rule_typeTypes::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.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def priority
  @priority
end

#qtype::String

Returns the value of attribute qtype.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def qtype
  @qtype
end