LimitSummary
Provides information about a specific limit.
Contents
- amountRequirementName
-
The value that you specify as the
name
in theamounts
field of thehostRequirements
in a step of a job template to declare the limit requirement.Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: Yes
- createdAt
-
The Unix timestamp of the date and time that the limit was created.
Type: Timestamp
Required: Yes
- createdBy
-
The user identifier of the person that created the limit.
Type: String
Required: Yes
- currentCount
-
The number of resources from the limit that are being used by jobs. The result is delayed and may not be the count at the time that you called the operation.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2147483647.
Required: Yes
- displayName
-
The name of the limit used in lists to identify the limit.
Important
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- farmId
-
The unique identifier of the farm that contains the limit.
Type: String
Pattern:
farm-[0-9a-f]{32}
Required: Yes
- limitId
-
The unique identifier of the limit.
Type: String
Pattern:
limit-[0-9a-f]{32}
Required: Yes
- maxCount
-
The maximum number of resources constrained by this limit. When all of the resources are in use, steps that require the limit won't be scheduled until the resource is available.
The
maxValue
must not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.Type: Integer
Valid Range: Minimum value of -1. Maximum value of 2147483647.
Required: Yes
- updatedAt
-
The Unix timestamp of the date and time that the limit was last updated.
Type: Timestamp
Required: No
- updatedBy
-
The user identifier of the person that last updated the limit.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: