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

RollbackTrigger

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

A rollback trigger CloudFormation monitors during creation and updating of stacks. If any of the alarms you specify goes to ALARM state during the stack operation or within the specified monitoring period afterwards, CloudFormation rolls back the entire stack operation.

interface RollbackTrigger {
Arn: string;
Type: string;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the rollback trigger.

If a specified trigger is missing, the entire stack operation fails and is rolled back.

§
Type: string
[src]

The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.