libZSservicesZSamazonka-fmsZSamazonka-fms
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.FMS.Types.PolicyComplianceDetail

Description

 
Synopsis

Documentation

data PolicyComplianceDetail Source #

Describes the noncompliant resources in a member account for a specific Firewall Manager policy. A maximum of 100 entries are displayed. If more than 100 resources are noncompliant, EvaluationLimitExceeded is set to True.

See: newPolicyComplianceDetail smart constructor.

Constructors

PolicyComplianceDetail' 

Fields

Instances

Instances details
Eq PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

Read PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

Show PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

Generic PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

Associated Types

type Rep PolicyComplianceDetail :: Type -> Type #

NFData PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

Methods

rnf :: PolicyComplianceDetail -> () #

Hashable PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

FromJSON PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

type Rep PolicyComplianceDetail Source # 
Instance details

Defined in Amazonka.FMS.Types.PolicyComplianceDetail

type Rep PolicyComplianceDetail = D1 ('MetaData "PolicyComplianceDetail" "Amazonka.FMS.Types.PolicyComplianceDetail" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "PolicyComplianceDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expiredAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "policyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "violators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceViolator])))) :*: ((S1 ('MetaSel ('Just "evaluationLimitExceeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "issueInfoMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DependentServiceName Text)))) :*: (S1 ('MetaSel ('Just "policyOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "memberAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPolicyComplianceDetail :: PolicyComplianceDetail Source #

Create a value of PolicyComplianceDetail 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:expiredAt:PolicyComplianceDetail', policyComplianceDetail_expiredAt - A timestamp that indicates when the returned information should be considered out of date.

$sel:policyId:PolicyComplianceDetail', policyComplianceDetail_policyId - The ID of the Firewall Manager policy.

$sel:violators:PolicyComplianceDetail', policyComplianceDetail_violators - An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance with the security group policy.

$sel:evaluationLimitExceeded:PolicyComplianceDetail', policyComplianceDetail_evaluationLimitExceeded - Indicates if over 100 resources are noncompliant with the Firewall Manager policy.

$sel:issueInfoMap:PolicyComplianceDetail', policyComplianceDetail_issueInfoMap - Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service.

$sel:policyOwner:PolicyComplianceDetail', policyComplianceDetail_policyOwner - The Amazon Web Services account that created the Firewall Manager policy.

$sel:memberAccount:PolicyComplianceDetail', policyComplianceDetail_memberAccount - The Amazon Web Services account ID.

policyComplianceDetail_expiredAt :: Lens' PolicyComplianceDetail (Maybe UTCTime) Source #

A timestamp that indicates when the returned information should be considered out of date.

policyComplianceDetail_violators :: Lens' PolicyComplianceDetail (Maybe [ComplianceViolator]) Source #

An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance with the security group policy.

policyComplianceDetail_evaluationLimitExceeded :: Lens' PolicyComplianceDetail (Maybe Bool) Source #

Indicates if over 100 resources are noncompliant with the Firewall Manager policy.

policyComplianceDetail_issueInfoMap :: Lens' PolicyComplianceDetail (Maybe (HashMap DependentServiceName Text)) Source #

Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service.

policyComplianceDetail_policyOwner :: Lens' PolicyComplianceDetail (Maybe Text) Source #

The Amazon Web Services account that created the Firewall Manager policy.