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.FirewallStatus

Description

 
Synopsis

Documentation

data FirewallStatus Source #

Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.

See: newFirewallStatus smart constructor.

Constructors

FirewallStatus' 

Fields

  • syncStates :: Maybe (HashMap Text SyncState)

    The subnets that you've configured for use by the Network Firewall firewall. This contains one array element per Availability Zone where you've configured a subnet. These objects provide details of the information that is summarized in the ConfigurationSyncStateSummary and Status, broken down by zone and configuration object.

  • status :: FirewallStatusValue

    The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.

  • configurationSyncStateSummary :: ConfigurationSyncState

    The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

    When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

    This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.

Instances

Instances details
Eq FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

Read FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

Show FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

Generic FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

Associated Types

type Rep FirewallStatus :: Type -> Type #

NFData FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

Methods

rnf :: FirewallStatus -> () #

Hashable FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

FromJSON FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

type Rep FirewallStatus Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.FirewallStatus

type Rep FirewallStatus = D1 ('MetaData "FirewallStatus" "Amazonka.NetworkFirewall.Types.FirewallStatus" "libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall" 'False) (C1 ('MetaCons "FirewallStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "syncStates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text SyncState))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FirewallStatusValue) :*: S1 ('MetaSel ('Just "configurationSyncStateSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigurationSyncState))))

newFirewallStatus Source #

Create a value of FirewallStatus 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:syncStates:FirewallStatus', firewallStatus_syncStates - The subnets that you've configured for use by the Network Firewall firewall. This contains one array element per Availability Zone where you've configured a subnet. These objects provide details of the information that is summarized in the ConfigurationSyncStateSummary and Status, broken down by zone and configuration object.

$sel:status:FirewallStatus', firewallStatus_status - The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.

$sel:configurationSyncStateSummary:FirewallStatus', firewallStatus_configurationSyncStateSummary - The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.

firewallStatus_syncStates :: Lens' FirewallStatus (Maybe (HashMap Text SyncState)) Source #

The subnets that you've configured for use by the Network Firewall firewall. This contains one array element per Availability Zone where you've configured a subnet. These objects provide details of the information that is summarized in the ConfigurationSyncStateSummary and Status, broken down by zone and configuration object.

firewallStatus_status :: Lens' FirewallStatus FirewallStatusValue Source #

The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.

firewallStatus_configurationSyncStateSummary :: Lens' FirewallStatus ConfigurationSyncState Source #

The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.