libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.CloudFormationHealth

Description

 
Synopsis

Documentation

data CloudFormationHealth Source #

Information about the health of AWS resources in your account that are specified by an AWS CloudFormation stack.

See: newCloudFormationHealth smart constructor.

Constructors

CloudFormationHealth' 

Fields

  • insight :: Maybe InsightHealth

    Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

  • stackName :: Maybe Text

    The name of the CloudFormation stack.

Instances

Instances details
Eq CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

Read CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

Show CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

Generic CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

Associated Types

type Rep CloudFormationHealth :: Type -> Type #

NFData CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

Methods

rnf :: CloudFormationHealth -> () #

Hashable CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

FromJSON CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

type Rep CloudFormationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationHealth

type Rep CloudFormationHealth = D1 ('MetaData "CloudFormationHealth" "Amazonka.DevOpsGuru.Types.CloudFormationHealth" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "CloudFormationHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightHealth)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCloudFormationHealth :: CloudFormationHealth Source #

Create a value of CloudFormationHealth 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:insight:CloudFormationHealth', cloudFormationHealth_insight - Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

$sel:stackName:CloudFormationHealth', cloudFormationHealth_stackName - The name of the CloudFormation stack.

cloudFormationHealth_insight :: Lens' CloudFormationHealth (Maybe InsightHealth) Source #

Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

cloudFormationHealth_stackName :: Lens' CloudFormationHealth (Maybe Text) Source #

The name of the CloudFormation stack.