| 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.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 |
TaskInput.fromText(String text)
Use a literal string as task input.
|
| Modifier and Type | Method and Description |
|---|---|
default TaskInput |
GlueStartJobRunProps.getArguments()
The job arguments specifically for this run.
|
TaskInput |
GlueStartJobRunProps.Jsii$Proxy.getArguments() |
TaskInput |
EventBridgePutEventsEntry.getDetail()
The event body.
|
TaskInput |
EventBridgePutEventsEntry.Jsii$Proxy.getDetail() |
TaskInput |
SparkSubmitJobDriver.getEntryPoint()
The entry point of job application.
|
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.
|
TaskInput |
SparkSubmitJobDriver.Jsii$Proxy.getEntryPointArguments() |
default TaskInput |
ContainerDefinitionOptions.getEnvironmentVariables()
The environment variables to set in the Docker container.
|
TaskInput |
ContainerDefinitionOptions.Jsii$Proxy.getEnvironmentVariables() |
default TaskInput |
CallApiGatewayEndpointBaseProps.getHeaders()
HTTP request information that does not relate to contents of the request.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeaders() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeaders() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeaders() |
default TaskInput |
StepFunctionsStartExecutionProps.getInput()
The JSON input for the execution, same as that of StartExecution.
|
TaskInput |
StepFunctionsStartExecutionProps.Jsii$Proxy.getInput() |
TaskInput |
SnsPublishProps.getMessage()
The message you want to send.
|
TaskInput |
SnsPublishProps.Jsii$Proxy.getMessage() |
TaskInput |
SqsSendMessageProps.getMessageBody()
The text message to send to the queue.
|
TaskInput |
SqsSendMessageProps.Jsii$Proxy.getMessageBody() |
default TaskInput |
LambdaInvokeProps.getPayload()
The JSON that will be supplied as input to the Lambda function.
|
TaskInput |
LambdaInvokeProps.Jsii$Proxy.getPayload() |
default TaskInput |
BatchSubmitJobProps.getPayload()
The payload to be passed as parameters to the batch job.
|
TaskInput |
BatchSubmitJobProps.Jsii$Proxy.getPayload() |
default TaskInput |
CallApiGatewayEndpointBaseProps.getQueryParameters()
Query strings attatched to end of request.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getQueryParameters() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getQueryParameters() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getQueryParameters() |
default TaskInput |
CallApiGatewayEndpointBaseProps.getRequestBody()
HTTP Request body.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getRequestBody() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getRequestBody() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getRequestBody() |
default TaskInput |
EksCallProps.getRequestBody()
Request body part of HTTP request.
|
TaskInput |
EksCallProps.Jsii$Proxy.getRequestBody() |
default TaskInput |
SageMakerCreateEndpointConfigProps.getTags()
Tags to be applied to the endpoint configuration.
|
TaskInput |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTags() |
default TaskInput |
SageMakerCreateEndpointProps.getTags()
Tags to be applied to the endpoint.
|
TaskInput |
SageMakerCreateEndpointProps.Jsii$Proxy.getTags() |
default TaskInput |
SageMakerCreateModelProps.getTags()
Tags to be applied to the model.
|
TaskInput |
SageMakerCreateModelProps.Jsii$Proxy.getTags() |
TaskInput |
EmrContainersDeleteVirtualClusterProps.getVirtualClusterId()
The ID of the virtual cluster that will be deleted.
|
TaskInput |
EmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getVirtualClusterId() |
| Modifier and Type | Method and Description |
|---|---|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.arguments(TaskInput arguments)
The job arguments specifically for this run.
|
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.arguments(TaskInput arguments)
Sets the value of
GlueStartJobRunProps.getArguments() |
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() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.environmentVariables(TaskInput environmentVariables)
Sets the value of
ContainerDefinitionOptions.getEnvironmentVariables() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.environmentVariables(TaskInput environmentVariables)
The environment variables to set in the Docker container.
|
static VirtualClusterInput |
VirtualClusterInput.fromTaskInput(TaskInput taskInput)
Input for a virtualClusterId from a Task Input.
|
static EksClusterInput |
EksClusterInput.fromTaskInput(TaskInput taskInput)
Specify a Task Input as the name for this Cluster.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.headers(TaskInput headers)
Sets the value of
CallApiGatewayEndpointBaseProps.getHeaders() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.headers(TaskInput headers)
Sets the value of
CallApiGatewayEndpointBaseProps.getHeaders() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.headers(TaskInput headers)
Sets the value of
CallApiGatewayEndpointBaseProps.getHeaders() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.headers(TaskInput headers)
HTTP request information that does not relate to contents of the request.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.headers(TaskInput headers)
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)
The JSON input for the execution, same as that of StartExecution.
|
SnsPublish.Builder |
SnsPublish.Builder.message(TaskInput message)
The message you want to send.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.message(TaskInput message)
Sets the value of
SnsPublishProps.getMessage() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.messageBody(TaskInput messageBody)
The text message to send to the queue.
|
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() |
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.payload(TaskInput payload)
The payload to be passed as parameters to the batch job.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.payload(TaskInput payload)
Sets the value of
BatchSubmitJobProps.getPayload() |
LambdaInvoke.Builder |
LambdaInvoke.Builder.payload(TaskInput payload)
The JSON that will be supplied as input to the Lambda function.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.queryParameters(TaskInput queryParameters)
Sets the value of
CallApiGatewayEndpointBaseProps.getQueryParameters() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.queryParameters(TaskInput queryParameters)
Sets the value of
CallApiGatewayEndpointBaseProps.getQueryParameters() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.queryParameters(TaskInput queryParameters)
Sets the value of
CallApiGatewayEndpointBaseProps.getQueryParameters() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.queryParameters(TaskInput queryParameters)
Query strings attatched to end of request.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.queryParameters(TaskInput queryParameters)
Query strings attatched to end of request.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
EksCallProps.Builder |
EksCallProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
EksCallProps.getRequestBody() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.requestBody(TaskInput requestBody)
HTTP Request body.
|
EksCall.Builder |
EksCall.Builder.requestBody(TaskInput requestBody)
Request body part of HTTP request.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.requestBody(TaskInput requestBody)
HTTP Request body.
|
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.tags(TaskInput tags)
Tags to be applied to the endpoint.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateEndpointConfigProps.getTags() |
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateEndpointProps.getTags() |
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateModelProps.getTags() |
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.tags(TaskInput tags)
Tags to be applied to the endpoint configuration.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.tags(TaskInput tags)
Tags to be applied to the model.
|
EmrContainersDeleteVirtualCluster.Builder |
EmrContainersDeleteVirtualCluster.Builder.virtualClusterId(TaskInput virtualClusterId)
The ID of the virtual cluster that will be deleted.
|
EmrContainersDeleteVirtualClusterProps.Builder |
EmrContainersDeleteVirtualClusterProps.Builder.virtualClusterId(TaskInput virtualClusterId)
Sets the value of
EmrContainersDeleteVirtualClusterProps.getVirtualClusterId() |
Copyright © 2022. All rights reserved.