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

StackSetOperationResultSummary

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

The structure that contains information about a specified operation's results for a given account in a given Region.

interface StackSetOperationResultSummary {
Account?: string | null;
AccountGateResult?: AccountGateResult | null;
OrganizationalUnitId?: string | null;
Region?: string | null;
StatusReason?: string | null;
}

§Properties

§
Account?: string | null
[src]

[Self-managed permissions] The name of the Amazon Web Services account for this operation result.

§
AccountGateResult?: AccountGateResult | null
[src]

The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account

§
OrganizationalUnitId?: string | null
[src]

[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

§
Region?: string | null
[src]

The name of the Amazon Web Services Region for this operation result.

§

The result status of the stack set operation for the given account in the given Region.

  • CANCELLED: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded.
  • FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
  • RUNNING: The operation in the specified account and Region is currently in progress.
  • PENDING: The operation in the specified account and Region has yet to start.
  • SUCCEEDED: The operation in the specified account and Region completed successfully.
§
StatusReason?: string | null
[src]

The reason for the assigned result status.