Uses of Class
software.amazon.awscdk.services.stepfunctions.TaskInput
Packages that use TaskInput
Package
Description
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of TaskInput in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return TaskInputModifier and TypeMethodDescriptionstatic TaskInputTaskInput.fromContextAt(String path) Deprecated.static TaskInputTaskInput.fromDataAt(String path) Deprecated.UsefromJsonPathAt.static TaskInputTaskInput.fromJsonPathAt(String path) Use a part of the execution data or task context as task input.static TaskInputTaskInput.fromObject(Map<String, ? extends Object> obj) Use an object as task input.static TaskInputUse a literal string as task input. -
Uses of TaskInput in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return TaskInputModifier and TypeMethodDescriptiondefault TaskInputGlueStartJobRunProps.getArguments()The job arguments specifically for this run.final TaskInputGlueStartJobRunProps.Jsii$Proxy.getArguments()EventBridgePutEventsEntry.getDetail()The event body.final TaskInputEventBridgePutEventsEntry.Jsii$Proxy.getDetail()SparkSubmitJobDriver.getEntryPoint()The entry point of job application.final TaskInputSparkSubmitJobDriver.Jsii$Proxy.getEntryPoint()default TaskInputSparkSubmitJobDriver.getEntryPointArguments()The arguments for a job application in a task input object containing an array of strings.final TaskInputSparkSubmitJobDriver.Jsii$Proxy.getEntryPointArguments()default TaskInputContainerDefinitionOptions.getEnvironmentVariables()The environment variables to set in the Docker container.final TaskInputContainerDefinitionOptions.Jsii$Proxy.getEnvironmentVariables()default TaskInputCallApiGatewayEndpointBaseProps.getHeaders()HTTP request information that does not relate to contents of the request.final TaskInputCallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeaders()final TaskInputCallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeaders()final TaskInputCallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeaders()default TaskInputStepFunctionsStartExecutionProps.getInput()The JSON input for the execution, same as that of StartExecution.final TaskInputStepFunctionsStartExecutionProps.Jsii$Proxy.getInput()PublishToTopicProps.getMessage()Deprecated.final TaskInputPublishToTopicProps.Jsii$Proxy.getMessage()Deprecated.SnsPublishProps.getMessage()The message you want to send.final TaskInputSnsPublishProps.Jsii$Proxy.getMessage()SendToQueueProps.getMessageBody()Deprecated.final TaskInputSendToQueueProps.Jsii$Proxy.getMessageBody()Deprecated.SqsSendMessageProps.getMessageBody()The text message to send to the queue.final TaskInputSqsSendMessageProps.Jsii$Proxy.getMessageBody()default TaskInputBatchSubmitJobProps.getPayload()The payload to be passed as parameters to the batch job.final TaskInputBatchSubmitJobProps.Jsii$Proxy.getPayload()default TaskInputLambdaInvokeProps.getPayload()The JSON that will be supplied as input to the Lambda function.final TaskInputLambdaInvokeProps.Jsii$Proxy.getPayload()default TaskInputRunLambdaTaskProps.getPayload()Deprecated.final TaskInputRunLambdaTaskProps.Jsii$Proxy.getPayload()Deprecated.default TaskInputCallApiGatewayEndpointBaseProps.getQueryParameters()Query strings attatched to end of request.final TaskInputCallApiGatewayEndpointBaseProps.Jsii$Proxy.getQueryParameters()final TaskInputCallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getQueryParameters()final TaskInputCallApiGatewayRestApiEndpointProps.Jsii$Proxy.getQueryParameters()default TaskInputCallApiGatewayEndpointBaseProps.getRequestBody()HTTP Request body.final TaskInputCallApiGatewayEndpointBaseProps.Jsii$Proxy.getRequestBody()final TaskInputCallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getRequestBody()final TaskInputCallApiGatewayRestApiEndpointProps.Jsii$Proxy.getRequestBody()default TaskInputEksCallProps.getRequestBody()Request body part of HTTP request.final TaskInputEksCallProps.Jsii$Proxy.getRequestBody()default TaskInputSageMakerCreateEndpointConfigProps.getTags()Tags to be applied to the endpoint configuration.final TaskInputSageMakerCreateEndpointConfigProps.Jsii$Proxy.getTags()default TaskInputSageMakerCreateEndpointProps.getTags()Tags to be applied to the endpoint.final TaskInputSageMakerCreateEndpointProps.Jsii$Proxy.getTags()default TaskInputSageMakerCreateModelProps.getTags()Tags to be applied to the model.final TaskInputSageMakerCreateModelProps.Jsii$Proxy.getTags()EmrContainersDeleteVirtualClusterProps.getVirtualClusterId()The ID of the virtual cluster that will be deleted.final TaskInputEmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getVirtualClusterId()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type TaskInputModifier 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 EksClusterInputEksClusterInput.fromTaskInput(TaskInput taskInput) Specify a Task Input as the name for this Cluster.static VirtualClusterInputVirtualClusterInput.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.