| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions | |
| software.amazon.awscdk.services.stepfunctions.tasks |
| Modifier and Type | Method and Description |
|---|---|
static TaskInput |
TaskInput.fromContextAt(String path)
(experimental) Use a part of the task context as task input.
|
static TaskInput |
TaskInput.fromDataAt(String path)
(experimental) Use a part of the execution data as task input.
|
static TaskInput |
TaskInput.fromJsonPathAt(String path)
(experimental) Use a part of the execution data or task context as task input.
|
static TaskInput |
TaskInput.fromObject(Map<String,? extends Object> obj)
(experimental) Use an object as task input.
|
static TaskInput |
TaskInput.fromText(String text)
(experimental) Use a literal string as task input.
|
| Modifier and Type | Method and Description |
|---|---|
default TaskInput |
GlueStartJobRunProps.getArguments()
(experimental) The job arguments specifically for this run.
|
TaskInput |
GlueStartJobRunProps.Jsii$Proxy.getArguments() |
default TaskInput |
ContainerDefinitionOptions.getEnvironmentVariables()
(experimental) The environment variables to set in the Docker container.
|
TaskInput |
ContainerDefinitionOptions.Jsii$Proxy.getEnvironmentVariables() |
default TaskInput |
StepFunctionsStartExecutionProps.getInput()
(experimental) The JSON input for the execution, same as that of StartExecution.
|
TaskInput |
StepFunctionsStartExecutionProps.Jsii$Proxy.getInput() |
TaskInput |
PublishToTopicProps.getMessage()
Deprecated.
|
TaskInput |
PublishToTopicProps.Jsii$Proxy.getMessage()
Deprecated.
|
TaskInput |
SnsPublishProps.getMessage()
(experimental) The message you want to send.
|
TaskInput |
SnsPublishProps.Jsii$Proxy.getMessage() |
TaskInput |
SendToQueueProps.getMessageBody()
Deprecated.
|
TaskInput |
SendToQueueProps.Jsii$Proxy.getMessageBody()
Deprecated.
|
TaskInput |
SqsSendMessageProps.getMessageBody()
(experimental) The text message to send to the queue.
|
TaskInput |
SqsSendMessageProps.Jsii$Proxy.getMessageBody() |
default TaskInput |
LambdaInvokeProps.getPayload()
(experimental) The JSON that will be supplied as input to the Lambda function.
|
TaskInput |
LambdaInvokeProps.Jsii$Proxy.getPayload() |
default TaskInput |
RunLambdaTaskProps.getPayload()
Deprecated.
|
TaskInput |
RunLambdaTaskProps.Jsii$Proxy.getPayload()
Deprecated.
|
default TaskInput |
BatchSubmitJobProps.getPayload()
(experimental) The payload to be passed as parameters to the batch job.
|
TaskInput |
BatchSubmitJobProps.Jsii$Proxy.getPayload() |
default TaskInput |
SageMakerCreateEndpointConfigProps.getTags()
(experimental) Tags to be applied to the endpoint configuration.
|
TaskInput |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTags() |
default TaskInput |
SageMakerCreateEndpointProps.getTags()
(experimental) Tags to be applied to the endpoint.
|
TaskInput |
SageMakerCreateEndpointProps.Jsii$Proxy.getTags() |
default TaskInput |
SageMakerCreateModelProps.getTags()
(experimental) Tags to be applied to the model.
|
TaskInput |
SageMakerCreateModelProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.arguments(TaskInput arguments)
(experimental) The job arguments specifically for this run.
|
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.arguments(TaskInput arguments)
Sets the value of
GlueStartJobRunProps.getArguments() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.environmentVariables(TaskInput environmentVariables)
Sets the value of
ContainerDefinitionOptions.getEnvironmentVariables() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.environmentVariables(TaskInput environmentVariables)
(experimental) The environment variables to set in the Docker container.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.input(TaskInput input)
Sets the value of
StepFunctionsStartExecutionProps.getInput() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.input(TaskInput input)
(experimental) The JSON input for the execution, same as that of StartExecution.
|
SnsPublish.Builder |
SnsPublish.Builder.message(TaskInput message)
(experimental) The message you want to send.
|
PublishToTopic.Builder |
PublishToTopic.Builder.message(TaskInput message)
Deprecated.
|
PublishToTopicProps.Builder |
PublishToTopicProps.Builder.message(TaskInput message)
Deprecated.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.message(TaskInput message)
Sets the value of
SnsPublishProps.getMessage() |
SendToQueueProps.Builder |
SendToQueueProps.Builder.messageBody(TaskInput messageBody)
Deprecated.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.messageBody(TaskInput messageBody)
(experimental) The text message to send to the queue.
|
SendToQueue.Builder |
SendToQueue.Builder.messageBody(TaskInput messageBody)
Deprecated.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.messageBody(TaskInput messageBody)
Sets the value of
SqsSendMessageProps.getMessageBody() |
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.payload(TaskInput payload)
Sets the value of
LambdaInvokeProps.getPayload() |
LambdaInvoke.Builder |
LambdaInvoke.Builder.payload(TaskInput payload)
(experimental) The JSON that will be supplied as input to the Lambda function.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.payload(TaskInput payload)
Deprecated.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.payload(TaskInput payload)
(experimental) The payload to be passed as parameters to the batch job.
|
RunLambdaTaskProps.Builder |
RunLambdaTaskProps.Builder.payload(TaskInput payload)
Deprecated.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.payload(TaskInput payload)
Sets the value of
BatchSubmitJobProps.getPayload() |
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateEndpointConfigProps.getTags() |
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the endpoint.
|
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateEndpointProps.getTags() |
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the endpoint configuration.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateModelProps.getTags() |
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the model.
|
| Constructor and Description |
|---|
Jsii$Proxy(IFunction lambdaFunction,
String clientContext,
LambdaInvocationType invocationType,
TaskInput payload,
Boolean payloadResponseOnly,
String qualifier,
Boolean retryOnServiceExceptions,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
LambdaInvokeProps.Builder. |
Jsii$Proxy(IJobDefinition jobDefinition,
String jobName,
IJobQueue jobQueue,
Number arraySize,
Number attempts,
BatchContainerOverrides containerOverrides,
List<? extends BatchJobDependency> dependsOn,
TaskInput payload,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
BatchSubmitJobProps.Builder. |
Jsii$Proxy(IStateMachine stateMachine,
TaskInput input,
String name,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
StepFunctionsStartExecutionProps.Builder. |
Jsii$Proxy(String modelName,
IContainerDefinition primaryContainer,
List<? extends IContainerDefinition> containers,
Boolean enableNetworkIsolation,
IRole role,
SubnetSelection subnetSelection,
TaskInput tags,
IVpc vpc,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateModelProps.Builder. |
Jsii$Proxy(String endpointConfigName,
List<? extends ProductionVariant> productionVariants,
IKey kmsKey,
TaskInput tags,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateEndpointConfigProps.Builder. |
Jsii$Proxy(String clientContext,
ServiceIntegrationPattern integrationPattern,
InvocationType invocationType,
TaskInput payload,
String qualifier)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunLambdaTaskProps.Builder. |
Jsii$Proxy(String endpointConfigName,
String endpointName,
TaskInput tags,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateEndpointProps.Builder. |
Jsii$Proxy(String containerHostName,
TaskInput environmentVariables,
DockerImage image,
Mode mode,
String modelPackageName,
S3Location modelS3Location)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
Jsii$Proxy(String glueJobName,
TaskInput arguments,
Duration notifyDelayAfter,
String securityConfiguration,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
GlueStartJobRunProps.Builder. |
Jsii$Proxy(TaskInput messageBody,
Duration delay,
ServiceIntegrationPattern integrationPattern,
String messageDeduplicationId,
String messageGroupId)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
SendToQueueProps.Builder. |
Jsii$Proxy(TaskInput messageBody,
IQueue queue,
Duration delay,
String messageDeduplicationId,
String messageGroupId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SqsSendMessageProps.Builder. |
Jsii$Proxy(TaskInput message,
ITopic topic,
Boolean messagePerSubscriptionType,
String subject,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SnsPublishProps.Builder. |
Jsii$Proxy(TaskInput message,
ServiceIntegrationPattern integrationPattern,
Boolean messagePerSubscriptionType,
String subject)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
PublishToTopicProps.Builder. |
Copyright © 2020. All rights reserved.