| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchContainerOverrides.Jsii$Proxy
An implementation for
BatchContainerOverrides |
| Modifier and Type | Method and Description |
|---|---|
BatchContainerOverrides |
BatchContainerOverrides.Builder.build()
Builds the configured instance.
|
default BatchContainerOverrides |
BatchSubmitJobProps.getContainerOverrides()
(experimental) A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.
|
BatchContainerOverrides |
BatchSubmitJobProps.Jsii$Proxy.getContainerOverrides() |
| Modifier and Type | Method and Description |
|---|---|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.containerOverrides(BatchContainerOverrides containerOverrides)
(experimental) A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.containerOverrides(BatchContainerOverrides containerOverrides)
Sets the value of
BatchSubmitJobProps.getContainerOverrides() |
| Constructor and Description |
|---|
Jsii$Proxy(String jobDefinitionArn,
String jobName,
String jobQueueArn,
Number arraySize,
Number attempts,
BatchContainerOverrides containerOverrides,
List<? extends BatchJobDependency> dependsOn,
TaskInput payload,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
BatchSubmitJobProps.Builder. |
Copyright © 2021. All rights reserved.