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 dictionary
The following arguments are supported:
getLimit Result
The following output properties are available:
- 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 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.
- Display
Name 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.
- Limit
Id string - 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
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.
- 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 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.
- Display
Name 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.
- Limit
Id string - 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
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.
- current
Count 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.
- display
Name 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.
- limit
Id String - The unique identifier of the limit.
- max
Count 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
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.
- current
Count 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.
- display
Name 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.
- limit
Id string - The unique identifier of the limit.
- max
Count 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
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.
- 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
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.
- current
Count 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.
- display
Name 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.
- limit
Id String - The unique identifier of the limit.
- max
Count 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
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.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.