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

Description

 
Synopsis

Documentation

data AwsEc2InstanceViolation Source #

Violation detail for an EC2 instance resource.

See: newAwsEc2InstanceViolation smart constructor.

Constructors

AwsEc2InstanceViolation' 

Fields

Instances

Instances details
FromJSON AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

Generic AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

Associated Types

type Rep AwsEc2InstanceViolation :: Type -> Type #

Read AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

Show AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

NFData AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

Methods

rnf :: AwsEc2InstanceViolation -> () #

Eq AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

Hashable AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

type Rep AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

type Rep AwsEc2InstanceViolation = D1 ('MetaData "AwsEc2InstanceViolation" "Amazonka.FMS.Types.AwsEc2InstanceViolation" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" 'False) (C1 ('MetaCons "AwsEc2InstanceViolation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsEc2NetworkInterfaceViolations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsEc2NetworkInterfaceViolation])) :*: S1 ('MetaSel ('Just "violationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsEc2InstanceViolation :: AwsEc2InstanceViolation Source #

Create a value of AwsEc2InstanceViolation 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:awsEc2NetworkInterfaceViolations:AwsEc2InstanceViolation', awsEc2InstanceViolation_awsEc2NetworkInterfaceViolations - Violation detail for network interfaces associated with the EC2 instance.

AwsEc2InstanceViolation, awsEc2InstanceViolation_violationTarget - The resource ID of the EC2 instance.

awsEc2InstanceViolation_awsEc2NetworkInterfaceViolations :: Lens' AwsEc2InstanceViolation (Maybe [AwsEc2NetworkInterfaceViolation]) Source #

Violation detail for network interfaces associated with the EC2 instance.