amazonka-resiliencehub-2.0: Amazon Resilience Hub 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.ResilienceHub.Types.AlarmRecommendation

Description

 
Synopsis

Documentation

data AlarmRecommendation Source #

Defines a recommendation for a CloudWatch alarm.

See: newAlarmRecommendation smart constructor.

Constructors

AlarmRecommendation' 

Fields

Instances

Instances details
FromJSON AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Generic AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Associated Types

type Rep AlarmRecommendation :: Type -> Type #

Read AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Show AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

NFData AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Methods

rnf :: AlarmRecommendation -> () #

Eq AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

Hashable AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

type Rep AlarmRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AlarmRecommendation

type Rep AlarmRecommendation = D1 ('MetaData "AlarmRecommendation" "Amazonka.ResilienceHub.Types.AlarmRecommendation" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AlarmRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationItem])) :*: S1 ('MetaSel ('Just "prerequisite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlarmType)))))

newAlarmRecommendation Source #

Create a value of AlarmRecommendation 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:appComponentName:AlarmRecommendation', alarmRecommendation_appComponentName - The application component for the CloudWatch alarm recommendation.

$sel:description:AlarmRecommendation', alarmRecommendation_description - The description of the recommendation.

$sel:items:AlarmRecommendation', alarmRecommendation_items - The list of CloudWatch alarm recommendations.

$sel:prerequisite:AlarmRecommendation', alarmRecommendation_prerequisite - The prerequisite for the alarm recommendation.

$sel:name:AlarmRecommendation', alarmRecommendation_name - The name of the alarm recommendation.

$sel:recommendationId:AlarmRecommendation', alarmRecommendation_recommendationId - The identifier of the alarm recommendation.

$sel:referenceId:AlarmRecommendation', alarmRecommendation_referenceId - The reference identifier of the alarm recommendation.

$sel:type':AlarmRecommendation', alarmRecommendation_type - The type of alarm recommendation.

alarmRecommendation_appComponentName :: Lens' AlarmRecommendation (Maybe Text) Source #

The application component for the CloudWatch alarm recommendation.

alarmRecommendation_description :: Lens' AlarmRecommendation (Maybe Text) Source #

The description of the recommendation.

alarmRecommendation_items :: Lens' AlarmRecommendation (Maybe [RecommendationItem]) Source #

The list of CloudWatch alarm recommendations.

alarmRecommendation_prerequisite :: Lens' AlarmRecommendation (Maybe Text) Source #

The prerequisite for the alarm recommendation.

alarmRecommendation_name :: Lens' AlarmRecommendation Text Source #

The name of the alarm recommendation.

alarmRecommendation_recommendationId :: Lens' AlarmRecommendation Text Source #

The identifier of the alarm recommendation.

alarmRecommendation_referenceId :: Lens' AlarmRecommendation Text Source #

The reference identifier of the alarm recommendation.