@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.237Z") @Stability(value=Experimental) public interface BatchJobProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BatchJobProps.Builder
A builder for
BatchJobProps |
static class |
BatchJobProps.Jsii$Proxy
An implementation for
BatchJobProps |
| Modifier and Type | Method and Description |
|---|---|
static BatchJobProps.Builder |
builder() |
default Number |
getAttempts()
(experimental) The number of times to attempt to retry, if the job fails.
|
default RuleTargetInput |
getEvent()
(experimental) The event to send to the Lambda.
|
default String |
getJobName()
(experimental) The name of the submitted job.
|
default Number |
getSize()
(experimental) The size of the array, if this is an array batch job.
|
@Stability(value=Experimental) @Nullable default Number getAttempts()
Valid values are 1–10.
Default: no retryStrategy is set
@Stability(value=Experimental) @Nullable default RuleTargetInput getEvent()
This will be the payload sent to the Lambda Function.
Default: the entire EventBridge event
@Stability(value=Experimental) @Nullable default String getJobName()
Default: - Automatically generated
@Stability(value=Experimental) @Nullable default Number getSize()
Valid values are integers between 2 and 10,000.
Default: no arrayProperties are set
@Stability(value=Experimental) static BatchJobProps.Builder builder()
BatchJobProps.Builder of BatchJobPropsCopyright © 2021. All rights reserved.