| Package | Description |
|---|---|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| Modifier and Type | Method and Description |
|---|---|
BatchJob.Builder |
BatchJob.Builder.attempts(Number attempts)
(experimental) The number of times to attempt to retry, if the job fails.
|
static BatchJob.Builder |
BatchJob.Builder.create(String jobQueueArn,
software.constructs.IConstruct jobQueueScope,
String jobDefinitionArn,
software.constructs.IConstruct jobDefinitionScope) |
BatchJob.Builder |
BatchJob.Builder.event(RuleTargetInput event)
(experimental) The event to send to the Lambda.
|
BatchJob.Builder |
BatchJob.Builder.jobName(String jobName)
(experimental) The name of the submitted job.
|
BatchJob.Builder |
BatchJob.Builder.size(Number size)
(experimental) The size of the array, if this is an array batch job.
|
Copyright © 2021. All rights reserved.