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

Description

 
Synopsis

Documentation

data AwsEc2NetworkInterfaceViolation Source #

Violation detail for network interfaces associated with an EC2 instance.

See: newAwsEc2NetworkInterfaceViolation smart constructor.

Constructors

AwsEc2NetworkInterfaceViolation' 

Fields

Instances

Instances details
Eq AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Read AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Show AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Generic AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Associated Types

type Rep AwsEc2NetworkInterfaceViolation :: Type -> Type #

NFData AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Hashable AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

FromJSON AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

type Rep AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

type Rep AwsEc2NetworkInterfaceViolation = D1 ('MetaData "AwsEc2NetworkInterfaceViolation" "Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "AwsEc2NetworkInterfaceViolation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "violatingSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "violationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsEc2NetworkInterfaceViolation :: AwsEc2NetworkInterfaceViolation Source #

Create a value of AwsEc2NetworkInterfaceViolation 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:violatingSecurityGroups:AwsEc2NetworkInterfaceViolation', awsEc2NetworkInterfaceViolation_violatingSecurityGroups - List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.

$sel:violationTarget:AwsEc2NetworkInterfaceViolation', awsEc2NetworkInterfaceViolation_violationTarget - The resource ID of the network interface.

awsEc2NetworkInterfaceViolation_violatingSecurityGroups :: Lens' AwsEc2NetworkInterfaceViolation (Maybe [Text]) Source #

List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.