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

Description

 
Synopsis

Documentation

data AwsEc2InstanceViolation Source #

Violation detail for an EC2 instance resource.

See: newAwsEc2InstanceViolation smart constructor.

Constructors

AwsEc2InstanceViolation' 

Fields

Instances

Instances details
Eq AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

Read AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

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

NFData AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

Methods

rnf :: AwsEc2InstanceViolation -> () #

Hashable AwsEc2InstanceViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.AwsEc2InstanceViolation

FromJSON 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" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "AwsEc2InstanceViolation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "violationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsEc2NetworkInterfaceViolations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsEc2NetworkInterfaceViolation]))))

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:violationTarget:AwsEc2InstanceViolation', awsEc2InstanceViolation_violationTarget - The resource ID of the EC2 instance.

$sel:awsEc2NetworkInterfaceViolations:AwsEc2InstanceViolation', awsEc2InstanceViolation_awsEc2NetworkInterfaceViolations - Violation detail for network interfaces associated with the EC2 instance.

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

Violation detail for network interfaces associated with the EC2 instance.