| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
InsightHealth |
InsightHealth.clone() |
InsightHealth |
CloudFormationHealth.getInsight()
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.
|
InsightHealth |
InsightHealth.withMeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Meant Time to Recover (MTTR) for the insight.
|
InsightHealth |
InsightHealth.withOpenProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights.
|
InsightHealth |
InsightHealth.withOpenReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudFormationHealth.setInsight(InsightHealth 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.
|
CloudFormationHealth |
CloudFormationHealth.withInsight(InsightHealth 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.
|
Copyright © 2021. All rights reserved.