| 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)
(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() |
default TaskInput |
ContainerDefinitionOptions.getEnvironmentVariables()
(experimental) The environment variables to set in the Docker container.
|
TaskInput |
ContainerDefinitionOptions.Jsii$Proxy.getEnvironmentVariables() |
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() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.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 |
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() |
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 |
CallApiGatewayEndpointBaseProps.getQueryParameters()
(experimental) Query strings attatched to end of request.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getQueryParameters() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getQueryParameters() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getQueryParameters() |
default TaskInput |
EksCallProps.getRequestBody()
(experimental) Request body part of HTTP request.
|
TaskInput |
EksCallProps.Jsii$Proxy.getRequestBody() |
default TaskInput |
CallApiGatewayEndpointBaseProps.getRequestBody()
(experimental) HTTP Request body.
|
TaskInput |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getRequestBody() |
TaskInput |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getRequestBody() |
TaskInput |
CallApiGatewayHttpApiEndpointProps.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() |
| 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() |
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.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.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.
|
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.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.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.headers(TaskInput headers)
Sets the value of
CallApiGatewayEndpointBaseProps.getHeaders() |
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.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.message(TaskInput message)
Sets the value of
SnsPublishProps.getMessage() |
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.messageBody(TaskInput messageBody)
Sets the value of
SqsSendMessageProps.getMessageBody() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.messageBody(TaskInput messageBody)
(experimental) The text message to send to the queue.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.payload(TaskInput payload)
(experimental) The payload to be passed as parameters to the batch job.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.payload(TaskInput payload)
(experimental) The JSON that will be supplied as input to the Lambda function.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.payload(TaskInput payload)
Sets the value of
BatchSubmitJobProps.getPayload() |
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.payload(TaskInput payload)
Sets the value of
LambdaInvokeProps.getPayload() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.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.
|
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.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.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.queryParameters(TaskInput queryParameters)
Sets the value of
CallApiGatewayEndpointBaseProps.getQueryParameters() |
EksCallProps.Builder |
EksCallProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
EksCallProps.getRequestBody() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.requestBody(TaskInput requestBody)
(experimental) HTTP Request body.
|
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.requestBody(TaskInput requestBody)
Sets the value of
CallApiGatewayEndpointBaseProps.getRequestBody() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.requestBody(TaskInput requestBody)
(experimental) HTTP Request body.
|
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.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the model.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateModelProps.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() |
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.tags(TaskInput tags)
Sets the value of
SageMakerCreateEndpointConfigProps.getTags() |
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the endpoint configuration.
|
Copyright © 2021. All rights reserved.