Limit

class Limit : KotlinCustomResource

Definition of AWS::Deadline::Limit Resource Type

Properties

Link copied to clipboard

The value that you specify as the name in the amounts field of the hostRequirements in a step of a job template to declare the limit requirement.

Link copied to clipboard
val currentCount: Output<Int>

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.

Link copied to clipboard
val description: Output<String>?

A description of the limit. A clear description helps you identify the purpose of the limit.

Link copied to clipboard
val displayName: Output<String>

The name of the limit used in lists to identify the limit.

Link copied to clipboard
val farmId: Output<String>

The unique identifier of the farm that contains the limit.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val limitId: Output<String>

The unique identifier of the limit.

Link copied to clipboard
val maxCount: Output<Int>

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.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>