libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.ActiveViolation

Description

 
Synopsis

Documentation

data ActiveViolation Source #

Information about an active Device Defender security profile behavior violation.

See: newActiveViolation smart constructor.

Constructors

ActiveViolation' 

Fields

Instances

Instances details
Eq ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

Read ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

Show ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

Generic ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

Associated Types

type Rep ActiveViolation :: Type -> Type #

NFData ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

Methods

rnf :: ActiveViolation -> () #

Hashable ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

FromJSON ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

type Rep ActiveViolation Source # 
Instance details

Defined in Amazonka.IoT.Types.ActiveViolation

newActiveViolation :: ActiveViolation Source #

Create a value of ActiveViolation 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:verificationStateDescription:ActiveViolation', activeViolation_verificationStateDescription - The description of the verification state of the violation.

$sel:lastViolationValue:ActiveViolation', activeViolation_lastViolationValue - The value of the metric (the measurement) that caused the most recent violation.

$sel:lastViolationTime:ActiveViolation', activeViolation_lastViolationTime - The time the most recent violation occurred.

$sel:violationStartTime:ActiveViolation', activeViolation_violationStartTime - The time the violation started.

$sel:violationId:ActiveViolation', activeViolation_violationId - The ID of the active violation.

$sel:behavior:ActiveViolation', activeViolation_behavior - The behavior that is being violated.

$sel:securityProfileName:ActiveViolation', activeViolation_securityProfileName - The security profile with the behavior is in violation.

$sel:violationEventAdditionalInfo:ActiveViolation', activeViolation_violationEventAdditionalInfo - The details of a violation event.

$sel:thingName:ActiveViolation', activeViolation_thingName - The name of the thing responsible for the active violation.

$sel:verificationState:ActiveViolation', activeViolation_verificationState - The verification state of the violation (detect alarm).

activeViolation_verificationStateDescription :: Lens' ActiveViolation (Maybe Text) Source #

The description of the verification state of the violation.

activeViolation_lastViolationValue :: Lens' ActiveViolation (Maybe MetricValue) Source #

The value of the metric (the measurement) that caused the most recent violation.

activeViolation_lastViolationTime :: Lens' ActiveViolation (Maybe UTCTime) Source #

The time the most recent violation occurred.

activeViolation_violationId :: Lens' ActiveViolation (Maybe Text) Source #

The ID of the active violation.

activeViolation_behavior :: Lens' ActiveViolation (Maybe Behavior) Source #

The behavior that is being violated.

activeViolation_securityProfileName :: Lens' ActiveViolation (Maybe Text) Source #

The security profile with the behavior is in violation.

activeViolation_thingName :: Lens' ActiveViolation (Maybe Text) Source #

The name of the thing responsible for the active violation.

activeViolation_verificationState :: Lens' ActiveViolation (Maybe VerificationState) Source #

The verification state of the violation (detect alarm).