Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
CloudFormationHealth' | |
|
Instances
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.