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

AccountLimit

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

The AccountLimit data type.

CloudFormation has the following limits per account:

  • Number of concurrent resources
  • Number of stacks
  • Number of stack outputs

For more information about these account limits, and other CloudFormation limits, see CloudFormation Limits in the CloudFormation User Guide.

interface AccountLimit {
Name?: string | null;
Value?: number | null;
}

§Properties

§
Name?: string | null
[src]

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

§
Value?: number | null
[src]

The value that is associated with the account limit name.