libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.NetworkFirewall.Types.PerObjectStatus

Description

 
Synopsis

Documentation

data PerObjectStatus Source #

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.

See: newPerObjectStatus smart constructor.

Constructors

PerObjectStatus' 

Fields

Instances

Instances details
Eq PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

Read PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

Show PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

Generic PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

Associated Types

type Rep PerObjectStatus :: Type -> Type #

NFData PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

Methods

rnf :: PerObjectStatus -> () #

Hashable PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

FromJSON PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

type Rep PerObjectStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.PerObjectStatus

type Rep PerObjectStatus = D1 ('MetaData "PerObjectStatus" "Amazonka.NetworkFirewall.Types.PerObjectStatus" "libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall" 'False) (C1 ('MetaCons "PerObjectStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "updateToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "syncStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PerObjectSyncStatus))))

newPerObjectStatus :: PerObjectStatus Source #

Create a value of PerObjectStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:updateToken:PerObjectStatus', perObjectStatus_updateToken - The current version of the object that is either in sync or pending synchronization.

$sel:syncStatus:PerObjectStatus', perObjectStatus_syncStatus - Indicates whether this object is in sync with the version indicated in the update token.

perObjectStatus_updateToken :: Lens' PerObjectStatus (Maybe Text) Source #

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

perObjectStatus_syncStatus :: Lens' PerObjectStatus (Maybe PerObjectSyncStatus) Source #

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