@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.106Z") @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 BatchJobProps
Copyright © 2021. All rights reserved.