Uses of Class
software.amazon.awscdk.services.stepfunctions.TaskInput
Package
Description
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of TaskInput in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionstatic TaskInput
TaskInput.fromContextAt
(String path) Deprecated.static TaskInput
TaskInput.fromDataAt
(String path) Deprecated.UsefromJsonPathAt
.static TaskInput
TaskInput.fromJsonPathAt
(String path) Use a part of the execution data or task context as task input.static TaskInput
TaskInput.fromObject
(Map<String, ? extends Object> obj) Use an object as task input.static TaskInput
Use a literal string as task input. -
Uses of TaskInput in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptiondefault TaskInput
GlueStartJobRunProps.getArguments()
The job arguments specifically for this run.final TaskInput
GlueStartJobRunProps.Jsii$Proxy.getArguments()
EventBridgePutEventsEntry.getDetail()
The event body.final TaskInput
EventBridgePutEventsEntry.Jsii$Proxy.getDetail()
SparkSubmitJobDriver.getEntryPoint()
The entry point of job application.final TaskInput
SparkSubmitJobDriver.Jsii$Proxy.getEntryPoint()
default TaskInput
SparkSubmitJobDriver.getEntryPointArguments()
The arguments for a job application in a task input object containing an array of strings.final TaskInput
SparkSubmitJobDriver.Jsii$Proxy.getEntryPointArguments()
default TaskInput
ContainerDefinitionOptions.getEnvironmentVariables()
The environment variables to set in the Docker container.final TaskInput
ContainerDefinitionOptions.Jsii$Proxy.getEnvironmentVariables()
default TaskInput
CallApiGatewayEndpointBaseProps.getHeaders()
HTTP request information that does not relate to contents of the request.final TaskInput
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeaders()
final TaskInput
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeaders()
final TaskInput
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeaders()
default TaskInput
StepFunctionsStartExecutionProps.getInput()
The JSON input for the execution, same as that of StartExecution.final TaskInput
StepFunctionsStartExecutionProps.Jsii$Proxy.getInput()
PublishToTopicProps.getMessage()
Deprecated.final TaskInput
PublishToTopicProps.Jsii$Proxy.getMessage()
Deprecated.SnsPublishProps.getMessage()
The message you want to send.final TaskInput
SnsPublishProps.Jsii$Proxy.getMessage()
SendToQueueProps.getMessageBody()
Deprecated.final TaskInput
SendToQueueProps.Jsii$Proxy.getMessageBody()
Deprecated.SqsSendMessageProps.getMessageBody()
The text message to send to the queue.final TaskInput
SqsSendMessageProps.Jsii$Proxy.getMessageBody()
default TaskInput
BatchSubmitJobProps.getPayload()
The payload to be passed as parameters to the batch job.final TaskInput
BatchSubmitJobProps.Jsii$Proxy.getPayload()
default TaskInput
LambdaInvokeProps.getPayload()
The JSON that will be supplied as input to the Lambda function.final TaskInput
LambdaInvokeProps.Jsii$Proxy.getPayload()
default TaskInput
RunLambdaTaskProps.getPayload()
Deprecated.final TaskInput
RunLambdaTaskProps.Jsii$Proxy.getPayload()
Deprecated.default TaskInput
CallApiGatewayEndpointBaseProps.getQueryParameters()
Query strings attatched to end of request.final TaskInput
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getQueryParameters()
final TaskInput
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getQueryParameters()
final TaskInput
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getQueryParameters()
default TaskInput
CallApiGatewayEndpointBaseProps.getRequestBody()
HTTP Request body.final TaskInput
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getRequestBody()
final TaskInput
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getRequestBody()
final TaskInput
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getRequestBody()
default TaskInput
EksCallProps.getRequestBody()
Request body part of HTTP request.final TaskInput
EksCallProps.Jsii$Proxy.getRequestBody()
default TaskInput
SageMakerCreateEndpointConfigProps.getTags()
Tags to be applied to the endpoint configuration.final TaskInput
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTags()
default TaskInput
SageMakerCreateEndpointProps.getTags()
Tags to be applied to the endpoint.final TaskInput
SageMakerCreateEndpointProps.Jsii$Proxy.getTags()
default TaskInput
SageMakerCreateModelProps.getTags()
Tags to be applied to the model.final TaskInput
SageMakerCreateModelProps.Jsii$Proxy.getTags()
EmrContainersDeleteVirtualClusterProps.getVirtualClusterId()
The ID of the virtual cluster that will be deleted.final TaskInput
EmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getVirtualClusterId()
Modifier and TypeMethodDescriptionThe job arguments specifically for this run.Sets the value ofGlueStartJobRunProps.getArguments()
Sets the value ofEventBridgePutEventsEntry.getDetail()
SparkSubmitJobDriver.Builder.entryPoint
(TaskInput entryPoint) Sets the value ofSparkSubmitJobDriver.getEntryPoint()
SparkSubmitJobDriver.Builder.entryPointArguments
(TaskInput entryPointArguments) Sets the value ofSparkSubmitJobDriver.getEntryPointArguments()
ContainerDefinition.Builder.environmentVariables
(TaskInput environmentVariables) The environment variables to set in the Docker container.ContainerDefinitionOptions.Builder.environmentVariables
(TaskInput environmentVariables) Sets the value ofContainerDefinitionOptions.getEnvironmentVariables()
static EksClusterInput
EksClusterInput.fromTaskInput
(TaskInput taskInput) Specify a Task Input as the name for this Cluster.static VirtualClusterInput
VirtualClusterInput.fromTaskInput
(TaskInput taskInput) Input for a virtualClusterId from a Task Input.Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()
HTTP request information that does not relate to contents of the request.Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()
HTTP request information that does not relate to contents of the request.Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()
The JSON input for the execution, same as that of StartExecution.Sets the value ofStepFunctionsStartExecutionProps.getInput()
Deprecated.Deprecated.The message you want to send.Sets the value ofSnsPublishProps.getMessage()
SendToQueue.Builder.messageBody
(TaskInput messageBody) Deprecated.SendToQueueProps.Builder.messageBody
(TaskInput messageBody) Deprecated.SqsSendMessage.Builder.messageBody
(TaskInput messageBody) The text message to send to the queue.SqsSendMessageProps.Builder.messageBody
(TaskInput messageBody) Sets the value ofSqsSendMessageProps.getMessageBody()
The payload to be passed as parameters to the batch job.Sets the value ofBatchSubmitJobProps.getPayload()
The JSON that will be supplied as input to the Lambda function.Sets the value ofLambdaInvokeProps.getPayload()
Deprecated.Deprecated.CallApiGatewayEndpointBaseProps.Builder.queryParameters
(TaskInput queryParameters) Sets the value ofCallApiGatewayEndpointBaseProps.getQueryParameters()
CallApiGatewayHttpApiEndpoint.Builder.queryParameters
(TaskInput queryParameters) Query strings attatched to end of request.CallApiGatewayHttpApiEndpointProps.Builder.queryParameters
(TaskInput queryParameters) Sets the value ofCallApiGatewayEndpointBaseProps.getQueryParameters()
CallApiGatewayRestApiEndpoint.Builder.queryParameters
(TaskInput queryParameters) Query strings attatched to end of request.CallApiGatewayRestApiEndpointProps.Builder.queryParameters
(TaskInput queryParameters) Sets the value ofCallApiGatewayEndpointBaseProps.getQueryParameters()
CallApiGatewayEndpointBaseProps.Builder.requestBody
(TaskInput requestBody) Sets the value ofCallApiGatewayEndpointBaseProps.getRequestBody()
CallApiGatewayHttpApiEndpoint.Builder.requestBody
(TaskInput requestBody) HTTP Request body.CallApiGatewayHttpApiEndpointProps.Builder.requestBody
(TaskInput requestBody) Sets the value ofCallApiGatewayEndpointBaseProps.getRequestBody()
CallApiGatewayRestApiEndpoint.Builder.requestBody
(TaskInput requestBody) HTTP Request body.CallApiGatewayRestApiEndpointProps.Builder.requestBody
(TaskInput requestBody) Sets the value ofCallApiGatewayEndpointBaseProps.getRequestBody()
EksCall.Builder.requestBody
(TaskInput requestBody) Request body part of HTTP request.EksCallProps.Builder.requestBody
(TaskInput requestBody) Sets the value ofEksCallProps.getRequestBody()
Tags to be applied to the endpoint.Tags to be applied to the endpoint configuration.Sets the value ofSageMakerCreateEndpointConfigProps.getTags()
Sets the value ofSageMakerCreateEndpointProps.getTags()
Tags to be applied to the model.Sets the value ofSageMakerCreateModelProps.getTags()
EmrContainersDeleteVirtualCluster.Builder.virtualClusterId
(TaskInput virtualClusterId) The ID of the virtual cluster that will be deleted.EmrContainersDeleteVirtualClusterProps.Builder.virtualClusterId
(TaskInput virtualClusterId) Sets the value ofEmrContainersDeleteVirtualClusterProps.getVirtualClusterId()
fromJsonPathAt
.