Class: Aws::NetworkFirewall::Types::IPSetReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

Configures one or more IP set references for a Suricata-compatible rule group. This is used in CreateRuleGroup or UpdateRuleGroup. An IP set reference is a rule variable that references resources that you create and manage in another Amazon Web Services service, such as an Amazon VPC prefix list. Network Firewall IP set references enable you to dynamically update the contents of your rules. When you create, update, or delete the resource you are referencing in your rule, Network Firewall automatically updates the rule’s content with the changes. For more information about IP set references in Network Firewall, see [Using IP set references] in the *Network Firewall Developer Guide*.

Network Firewall currently supports [Amazon VPC prefix lists] and

resource groups][3

in IP set references.

[1]: docs.aws.amazon.com/network-firewall/latest/developerguide/rule-groups-ip-set-references [2]: docs.aws.amazon.com/vpc/latest/userguide/managed-prefix-lists.html [3]: docs.aws.amazon.com/network-firewall/latest/developerguide/rule-groups-ip-set-references.html#rule-groups-referencing-resource-groups

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reference_arnString

The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.

Returns:

  • (String)


2350
2351
2352
2353
2354
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2350

class IPSetReference < Struct.new(
  :reference_arn)
  SENSITIVE = []
  include Aws::Structure
end