BatchFunctions

Functions

Link copied to clipboard

The Batch Compute Environment data source allows access to details of a specific compute environment within AWS Batch.

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(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
suspend fun getJobQueue(name: String, tags: Map<String, String>? = null): GetJobQueueResult
Link copied to clipboard

The Batch Scheduling Policy data source allows access to details of a specific Scheduling Policy within AWS Batch.