class
Amazonite::CloudFormation::AccountLimit
- Amazonite::CloudFormation::AccountLimit
- Reference
- Object
Overview
Describes the current CloudFormation limits for your account.
CloudFormation has the following limits per account:
-
Number of concurrent resources
-
Number of stacks
-
Number of stack outputs
For more information, see Understand CloudFormation quotas in the CloudFormation User Guide.
Defined in:
cloudformation/account_limit.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the account limit.
-
#name=(name : String | Nil)
The name of the account limit.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#value : Int32 | Nil
The value that's associated with the account limit name.
-
#value=(value : Int32 | Nil)
The value that's associated with the account limit name.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the account limit.
Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit
The name of the account limit.
Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit