| 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 ServiceIntegrationPattern |
ServiceIntegrationPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceIntegrationPattern[] |
ServiceIntegrationPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceIntegrationPattern |
EcsRunTaskBaseProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunEcsEc2TaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunEcsFargateTaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
RunLambdaTaskProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunLambdaTaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
StartExecutionProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
StartExecutionProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
PublishToTopicProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
PublishToTopicProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
SendToQueueProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
SendToQueueProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
CommonEcsRunTaskProps.getIntegrationPattern()
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
ServiceIntegrationPattern |
CommonEcsRunTaskProps.Jsii$Proxy.getIntegrationPattern() |
default ServiceIntegrationPattern |
RunBatchJobProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunBatchJobProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
RunGlueJobTaskProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunGlueJobTaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EcsRunTaskBaseProps.Builder |
EcsRunTaskBaseProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
SendToQueue.Builder |
SendToQueue.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunEcsEc2TaskProps.Builder |
RunEcsEc2TaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
StartExecution.Builder |
StartExecution.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
EcsRunTaskBase.Builder |
EcsRunTaskBase.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
RunEcsEc2Task.Builder |
RunEcsEc2Task.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
RunEcsFargateTaskProps.Builder |
RunEcsFargateTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
PublishToTopic.Builder |
PublishToTopic.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunLambdaTaskProps.Builder |
RunLambdaTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
StartExecutionProps.Builder |
StartExecutionProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
PublishToTopicProps.Builder |
PublishToTopicProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
SendToQueueProps.Builder |
SendToQueueProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
CommonEcsRunTaskProps.Builder |
CommonEcsRunTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
RunBatchJob.Builder |
RunBatchJob.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunBatchJobProps.Builder |
RunBatchJobProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunGlueJobTaskProps.Builder |
RunGlueJobTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
Copyright © 2022. All rights reserved.