| 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)
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.deadLetterQueue(IQueue deadLetterQueue)
The SQS queue to be used as deadLetterQueue.
|
BatchJob.Builder |
BatchJob.Builder.event(RuleTargetInput event)
The event to send to the Lambda.
|
BatchJob.Builder |
BatchJob.Builder.jobName(String jobName)
The name of the submitted job.
|
BatchJob.Builder |
BatchJob.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
BatchJob.Builder |
BatchJob.Builder.retryAttempts(Number retryAttempts)
The maximum number of times to retry when the function returns an error.
|
BatchJob.Builder |
BatchJob.Builder.size(Number size)
The size of the array, if this is an array batch job.
|
Copyright © 2022. All rights reserved.