| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
static TaskInput |
TaskInput.fromContextAt(String path)
Deprecated.
Use `fromJsonPathAt`.
|
static TaskInput |
TaskInput.fromDataAt(String path)
Deprecated.
Use `fromJsonPathAt`.
|
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() |
TaskInput |
EventBridgePutEventsEntry.getDetail()
(experimental) The event body.
|
TaskInput |
EventBridgePutEventsEntry.Jsii$Proxy.getDetail() |
TaskInput |
SparkSubmitJobDriver.getEntryPoint()
(experimental) The entry point of job application.
|
TaskInput |
SparkSubmitJobDriver.Jsii$Proxy.getEntryPoint() |
default TaskInput |
SparkSubmitJobDriver.getEntryPointArguments()
(experimental) The arguments for a job application in a task input object containing an array of strings.
|
TaskInput |
SparkSubmitJobDriver.Jsii$Proxy.getEntryPointArguments() |
default TaskInput |
ContainerDefinitionOptions.getEnvironmentVariables()
(experimental) The environment variables to set in the Docker container.
|
TaskInput |
ContainerDefinitionOptions.Jsii$Proxy.getEnvironmentVariables() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeaders() |
default TaskInput |
CallApiGatewayEndpointBaseProps.getHeaders()
(experimental) HTTP request information that does not relate to contents of the request.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeaders() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeaders() |
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 |
SqsSendMessageProps.getMessageBody()
(experimental) The text message to send to the queue.
|
TaskInput |
SqsSendMessageProps.Jsii$Proxy.getMessageBody() |
TaskInput |
SendToQueueProps.getMessageBody()
Deprecated.
|
TaskInput |
SendToQueueProps.Jsii$Proxy.getMessageBody()
Deprecated.
|
default TaskInput |
BatchSubmitJobProps.getPayload()
(experimental) The payload to be passed as parameters to the batch job.
|
TaskInput |
BatchSubmitJobProps.Jsii$Proxy.getPayload() |
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.
|
TaskInput |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getQueryParameters() |
default TaskInput |
CallApiGatewayEndpointBaseProps.getQueryParameters()
(experimental) Query strings attatched to end of request.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getQueryParameters() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getQueryParameters() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getRequestBody() |
default TaskInput |
CallApiGatewayEndpointBaseProps.getRequestBody()
(experimental) HTTP Request body.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getRequestBody() |
default TaskInput |
EksCallProps.getRequestBody()
(experimental) Request body part of HTTP request.
|
TaskInput |
EksCallProps.Jsii$Proxy.getRequestBody() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getRequestBody() |
default TaskInput |
SageMakerCreateModelProps.getTags()
(experimental) Tags to be applied to the model.
|
TaskInput |
SageMakerCreateModelProps.Jsii$Proxy.getTags() |
default TaskInput |
SageMakerCreateEndpointProps.getTags()
(experimental) Tags to be applied to the endpoint.
|
TaskInput |
SageMakerCreateEndpointProps.Jsii$Proxy.getTags() |
default TaskInput |
SageMakerCreateEndpointConfigProps.getTags()
(experimental) Tags to be applied to the endpoint configuration.
|
TaskInput |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTags() |
TaskInput |
EmrContainersDeleteVirtualClusterProps.getVirtualClusterId()
(experimental) The ID of the virtual cluster that will be deleted.
|
TaskInput |
EmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getVirtualClusterId() |
| Modifier and Type | Method and Description |
|---|---|
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.arguments(TaskInput arguments)
Sets the value of
GlueStartJobRunProps.getArguments() |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.arguments(TaskInput arguments)
(experimental) The job arguments specifically for this run.
|
EventBridgePutEventsEntry.Builder |
EventBridgePutEventsEntry.Builder.detail(TaskInput detail)
Sets the value of
EventBridgePutEventsEntry.getDetail() |
SparkSubmitJobDriver.Builder |
SparkSubmitJobDriver.Builder.entryPoint(TaskInput entryPoint)
Sets the value of
SparkSubmitJobDriver.getEntryPoint() |
SparkSubmitJobDriver.Builder |
SparkSubmitJobDriver.Builder.entryPointArguments(TaskInput entryPointArguments)
Sets the value of
SparkSubmitJobDriver.getEntryPointArguments() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.environmentVariables(TaskInput environmentVariables)
(experimental) The environment variables to set in the Docker container.
|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.environmentVariables(TaskInput environmentVariables)
Sets the value of
ContainerDefinitionOptions.getEnvironmentVariables() |
static EksClusterInput |
EksClusterInput.fromTaskInput(TaskInput taskInput)
(experimental) Specify a Task Input as the name for this Cluster.
|
static VirtualClusterInput |
VirtualClusterInput.fromTaskInput(TaskInput taskInput)
(experimental) Input for a virtualClusterId from a Task Input.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.headers(TaskInput headers)
Sets the value of
CallApiGatewayEndpointBaseProps.getHeaders() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.headers(TaskInput headers)
(experimental) HTTP request information that does not relate to contents of the request.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.headers(TaskInput headers)
Sets the value of
CallApiGatewayEndpointBaseProps.getHeaders() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.headers(TaskInput headers)
Sets the value of
CallApiGatewayEndpointBaseProps.getHeaders() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.headers(TaskInput headers)
(experimental) HTTP request information that does not relate to contents of the request.
|
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() |
SendToQueue.Builder |
SendToQueue.Builder.messageBody(TaskInput messageBody)
Deprecated.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.messageBody(TaskInput messageBody)
Sets the value of
SqsSendMessageProps.getMessageBody() |
SendToQueueProps.Builder |
SendToQueueProps.Builder.messageBody(TaskInput messageBody)
Deprecated.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.messageBody(TaskInput messageBody)
(experimental) The text message to send to the queue.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.payload(TaskInput payload)
Sets the value of
BatchSubmitJobProps.getPayload() |
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.payload(TaskInput payload)
(experimental) The payload to be passed as parameters to the batch job.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.payload(TaskInput payload)
Deprecated.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.payload(TaskInput payload)
(experimental) The JSON that will be supplied as input to the Lambda function.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.payload(TaskInput payload)
Sets the value of
LambdaInvokeProps.getPayload() |
RunLambdaTaskProps.Builder |
RunLambdaTaskProps.Builder.payload(TaskInput payload)
Deprecated.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.queryParameters(TaskInput queryParameters)
Sets the value of
CallApiGatewayEndpointBaseProps.getQueryParameters() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.queryParameters(TaskInput queryParameters)
(experimental) Query strings attatched to end of request.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.queryParameters(TaskInput queryParameters)
Sets the value of
CallApiGatewayEndpointBaseProps.getQueryParameters() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.queryParameters(TaskInput queryParameters)
Sets the value of
CallApiGatewayEndpointBaseProps.getQueryParameters() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.queryParameters(TaskInput queryParameters)
(experimental) Query strings attatched to end of request.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
EksCall.Builder |
EksCall.Builder.requestBody(TaskInput requestBody)
(experimental) Request body part of HTTP request.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.requestBody(TaskInput requestBody)
(experimental) HTTP Request body.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
EksCallProps.Builder |
EksCallProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
EksCallProps.getRequestBody() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.requestBody(TaskInput requestBody)
(experimental) HTTP Request body.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateModelProps.getTags() |
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateEndpointProps.getTags() |
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the endpoint.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateEndpointConfigProps.getTags() |
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the model.
|
EmrContainersDeleteVirtualClusterProps.Builder |
EmrContainersDeleteVirtualClusterProps.Builder.virtualClusterId(TaskInput virtualClusterId)
Sets the value of
EmrContainersDeleteVirtualClusterProps.getVirtualClusterId() |
EmrContainersDeleteVirtualCluster.Builder |
EmrContainersDeleteVirtualCluster.Builder.virtualClusterId(TaskInput virtualClusterId)
(experimental) The ID of the virtual cluster that will be deleted.
|
Copyright © 2022. All rights reserved.