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

StackSetOperationStatusDetails

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

Detailed information about the StackSet operation.

interface StackSetOperationStatusDetails {
FailedStackInstancesCount?: number | null;
}

§Properties

§
FailedStackInstancesCount?: number | null
[src]

The number of stack instances for which the StackSet operation failed.