Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudformation_describe_account_limits

Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account


Description

Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account. For more information about account limits, see AWS CloudFormation Limits in the AWS CloudFormation User Guide.

Usage

cloudformation_describe_account_limits(NextToken)

Arguments

NextToken

A string that identifies the next page of limits that you want to retrieve.

Value

A list with the following syntax:

list(
  AccountLimits = list(
    list(
      Name = "string",
      Value = 123
    )
  ),
  NextToken = "string"
)

Request syntax

svc$describe_account_limits(
  NextToken = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.