Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CloudFormationHealth

import type { CloudFormationHealth } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

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

interface CloudFormationHealth {
Insight?: InsightHealth | null;
StackName?: string | null;
}

§Properties

§
Insight?: InsightHealth | null
[src]

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

§
StackName?: string | null
[src]

The name of the CloudFormation stack.