Class: Aws::NetworkFirewall::Types::PerObjectStatus

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

Overview

Provides configuration status for a single policy or rule group that is used for a firewall endpoint. Network Firewall provides each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it can properly filter network traffic. This is part of a SyncState for a firewall.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_statusString

Indicates whether this object is in sync with the version indicated in the update token.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2863

class PerObjectStatus < Struct.new(
  :sync_status,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#update_tokenString

The current version of the object that is either in sync or pending synchronization.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2863

class PerObjectStatus < Struct.new(
  :sync_status,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end