Batch Functions
object BatchFunctions
Functions
Link copied to clipboard
suspend fun getComputeEnvironment(argument: GetComputeEnvironmentPlainArgs): GetComputeEnvironmentResult
The Batch Compute Environment data source allows access to details of a specific compute environment within AWS Batch.
suspend fun getComputeEnvironment(argument: suspend GetComputeEnvironmentPlainArgsBuilder.() -> Unit): GetComputeEnvironmentResult
suspend fun getComputeEnvironment(computeEnvironmentName: String, tags: Map<String, String>? = null): GetComputeEnvironmentResult
Link copied to clipboard
Data source for managing an AWS Batch Job Definition.
suspend fun getJobDefinition(argument: suspend GetJobDefinitionPlainArgsBuilder.() -> Unit): GetJobDefinitionResult
suspend fun getJobDefinition(arn: String? = null, name: String? = null, revision: Int? = null, status: String? = null): GetJobDefinitionResult
Link copied to clipboard
The Batch Job Queue data source allows access to details of a specific job queue within AWS Batch.
suspend fun getJobQueue(argument: suspend GetJobQueuePlainArgsBuilder.() -> Unit): GetJobQueueResult
Link copied to clipboard
The Batch Scheduling Policy data source allows access to details of a specific Scheduling Policy within AWS Batch.
suspend fun getSchedulingPolicy(argument: suspend GetSchedulingPolicyPlainArgsBuilder.() -> Unit): GetSchedulingPolicyResult
suspend fun getSchedulingPolicy(arn: String, tags: Map<String, String>? = null): GetSchedulingPolicyResult