amazonka-fms-2.0: Amazon Firewall Management Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON 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 #

Read AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Show AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

NFData AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Eq AwsEc2NetworkInterfaceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2NetworkInterfaceViolation

Hashable 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" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" '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.