| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default AssembleWith |
TransformOutput.getAssembleWith()
(experimental) Defines how to assemble the results of the transform job as a single S3 object.
|
AssembleWith |
TransformOutput.Jsii$Proxy.getAssembleWith() |
static AssembleWith |
AssembleWith.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssembleWith[] |
AssembleWith.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransformOutput.Builder |
TransformOutput.Builder.assembleWith(AssembleWith assembleWith)
Sets the value of
TransformOutput.getAssembleWith() |
| Constructor and Description |
|---|
Jsii$Proxy(String s3OutputPath,
String accept,
AssembleWith assembleWith,
IKey encryptionKey)
Constructor that initializes the object based on literal property values passed by the
TransformOutput.Builder. |
Copyright © 2021. All rights reserved.