| Package | Description |
|---|---|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IJobQueue.Jsii$Default
Internal default implementation for
IJobQueue. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IJobQueue.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
JobQueue
(experimental) Batch Job Queue.
|
| Modifier and Type | Method and Description |
|---|---|
static IJobQueue |
JobQueue.fromJobQueueArn(software.constructs.Construct scope,
String id,
String jobQueueArn)
(experimental) Fetches an existing batch job queue by its amazon resource name.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchJob.Builder |
BatchJob.Builder.create(IJobQueue jobQueue,
IJobDefinition jobDefinition) |
| Constructor and Description |
|---|
BatchJob(IJobQueue jobQueue,
IJobDefinition jobDefinition) |
BatchJob(IJobQueue jobQueue,
IJobDefinition jobDefinition,
BatchJobProps props) |
| Modifier and Type | Method and Description |
|---|---|
IJobQueue |
BatchSubmitJobProps.getJobQueue()
(experimental) The job queue into which the job is submitted.
|
IJobQueue |
BatchSubmitJobProps.Jsii$Proxy.getJobQueue() |
IJobQueue |
RunBatchJobProps.getJobQueue()
Deprecated.
|
IJobQueue |
RunBatchJobProps.Jsii$Proxy.getJobQueue()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.jobQueue(IJobQueue jobQueue)
(experimental) The job queue into which the job is submitted.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.jobQueue(IJobQueue jobQueue)
Sets the value of
BatchSubmitJobProps.getJobQueue() |
RunBatchJob.Builder |
RunBatchJob.Builder.jobQueue(IJobQueue jobQueue)
Deprecated.
|
RunBatchJobProps.Builder |
RunBatchJobProps.Builder.jobQueue(IJobQueue jobQueue)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(IJobDefinition jobDefinition,
String jobName,
IJobQueue jobQueue,
Number arraySize,
Number attempts,
BatchContainerOverrides containerOverrides,
List<? extends BatchJobDependency> dependsOn,
TaskInput payload,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
BatchSubmitJobProps.Builder. |
Jsii$Proxy(IJobDefinition jobDefinition,
String jobName,
IJobQueue jobQueue,
Number arraySize,
Number attempts,
ContainerOverrides containerOverrides,
List<? extends JobDependency> dependsOn,
ServiceIntegrationPattern integrationPattern,
Map<String,? extends Object> payload,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunBatchJobProps.Builder. |
Copyright © 2021. All rights reserved.