We recommend new projects start with resources from the AWS provider.
aws-native.deadline.getLimit
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Deadline::Limit Resource Type
Using getLimit
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLimit(args: GetLimitArgs, opts?: InvokeOptions): Promise<GetLimitResult>
function getLimitOutput(args: GetLimitOutputArgs, opts?: InvokeOptions): Output<GetLimitResult>def get_limit(farm_id: Optional[str] = None,
              limit_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetLimitResult
def get_limit_output(farm_id: Optional[pulumi.Input[str]] = None,
              limit_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetLimitResult]func LookupLimit(ctx *Context, args *LookupLimitArgs, opts ...InvokeOption) (*LookupLimitResult, error)
func LookupLimitOutput(ctx *Context, args *LookupLimitOutputArgs, opts ...InvokeOption) LookupLimitResultOutput> Note: This function is named LookupLimit in the Go SDK.
public static class GetLimit 
{
    public static Task<GetLimitResult> InvokeAsync(GetLimitArgs args, InvokeOptions? opts = null)
    public static Output<GetLimitResult> Invoke(GetLimitInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLimitResult> getLimit(GetLimitArgs args, InvokeOptions options)
public static Output<GetLimitResult> getLimit(GetLimitArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:deadline:getLimit
  arguments:
    # arguments dictionaryThe following arguments are supported:
getLimit Result
The following output properties are available:
- CurrentCount 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.
- Description string
- A description of the limit. A clear description helps you identify the purpose of the limit. - 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. 
- DisplayName string
- The name of the limit used in lists to identify the limit. - 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. 
- LimitId string
- The unique identifier of the limit.
- MaxCount 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 - maxValuemust not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.
- CurrentCount 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.
- Description string
- A description of the limit. A clear description helps you identify the purpose of the limit. - 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. 
- DisplayName string
- The name of the limit used in lists to identify the limit. - 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. 
- LimitId string
- The unique identifier of the limit.
- MaxCount 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 - maxValuemust not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.
- currentCount Integer
- 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.
- description String
- A description of the limit. A clear description helps you identify the purpose of the limit. - 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. 
- displayName String
- The name of the limit used in lists to identify the limit. - 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. 
- limitId String
- The unique identifier of the limit.
- maxCount Integer
- 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 - maxValuemust not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.
- currentCount number
- 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.
- description string
- A description of the limit. A clear description helps you identify the purpose of the limit. - 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. 
- displayName string
- The name of the limit used in lists to identify the limit. - 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. 
- limitId string
- The unique identifier of the limit.
- maxCount number
- 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 - maxValuemust not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.
- current_count 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.
- description str
- A description of the limit. A clear description helps you identify the purpose of the limit. - 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. 
- display_name str
- The name of the limit used in lists to identify the limit. - 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. 
- limit_id str
- The unique identifier of the limit.
- max_count 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 - maxValuemust not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.
- currentCount Number
- 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.
- description String
- A description of the limit. A clear description helps you identify the purpose of the limit. - 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. 
- displayName String
- The name of the limit used in lists to identify the limit. - 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. 
- limitId String
- The unique identifier of the limit.
- maxCount Number
- 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 - maxValuemust not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.