getLimit

suspend fun getLimit(argument: GetLimitPlainArgs): GetLimitResult

Definition of AWS::Deadline::Limit Resource Type

Return

null

Parameters

argument

null


suspend fun getLimit(farmId: String, limitId: String): GetLimitResult

Return

null

Parameters

farmId

The unique identifier of the farm that contains the limit.

limitId

The unique identifier of the limit.

See also


suspend fun getLimit(argument: suspend GetLimitPlainArgsBuilder.() -> Unit): GetLimitResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.deadline.kotlin.inputs.GetLimitPlainArgs.

See also