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

RollbackStackInput

import type { RollbackStackInput } from "https://aws-api.deno.dev/v0.3/services/cloudformation.ts?docs=full";
interface RollbackStackInput {
ClientRequestToken?: string | null;
RoleARN?: string | null;
StackName: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A unique identifier for this RollbackStack request.

§
RoleARN?: string | null
[src]

The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.

§
StackName: string
[src]

The name that is associated with the stack.