AccountLimit class

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 AWS CloudFormation Limits in the AWS CloudFormation User Guide.

Constructors

AccountLimit({String? name, int? value})
AccountLimit.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the account limit.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int?
The value that is associated with the account limit name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited