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

RollbackConfiguration

import type { RollbackConfiguration } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";

This property corresponds to the AWS CloudFormation RollbackConfiguration Data Type.

interface RollbackConfiguration {
MonitoringTimeInMinutes?: number | null;
RollbackTriggers?: RollbackTrigger[] | null;
}

§Properties

§
MonitoringTimeInMinutes?: number | null
[src]

This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.

§
RollbackTriggers?: RollbackTrigger[] | null
[src]

This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.