| 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 |
|---|---|
default ServiceIntegrationPattern |
CommonEcsRunTaskProps.getIntegrationPattern()
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
ServiceIntegrationPattern |
CommonEcsRunTaskProps.Jsii$Proxy.getIntegrationPattern() |
default ServiceIntegrationPattern |
StartExecutionProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
StartExecutionProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
PublishToTopicProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
PublishToTopicProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunEcsEc2TaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
EcsRunTaskBaseProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
RunLambdaTaskProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunLambdaTaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
RunGlueJobTaskProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunGlueJobTaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
SendToQueueProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
SendToQueueProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunEcsFargateTaskProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
default ServiceIntegrationPattern |
RunBatchJobProps.getIntegrationPattern()
Deprecated.
|
ServiceIntegrationPattern |
RunBatchJobProps.Jsii$Proxy.getIntegrationPattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RunEcsEc2Task.Builder |
RunEcsEc2Task.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
CommonEcsRunTaskProps.Builder |
CommonEcsRunTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
StartExecutionProps.Builder |
StartExecutionProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
PublishToTopicProps.Builder |
PublishToTopicProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunEcsEc2TaskProps.Builder |
RunEcsEc2TaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
EcsRunTaskBase.Builder |
EcsRunTaskBase.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.
|
EcsRunTaskBaseProps.Builder |
EcsRunTaskBaseProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
SendToQueue.Builder |
SendToQueue.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunLambdaTaskProps.Builder |
RunLambdaTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunGlueJobTaskProps.Builder |
RunGlueJobTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
SendToQueueProps.Builder |
SendToQueueProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
PublishToTopic.Builder |
PublishToTopic.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunEcsFargateTaskProps.Builder |
RunEcsFargateTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
StartExecution.Builder |
StartExecution.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunBatchJobProps.Builder |
RunBatchJobProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
ISecurityGroup securityGroup,
SubnetSelection subnets,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunEcsFargateTaskProps.Builder. |
Jsii$Proxy(ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Constructor that initializes the object based on literal property values passed by the
CommonEcsRunTaskProps.Builder. |
Jsii$Proxy(IJobDefinition jobDefinition,
String jobName,
IJobQueue jobQueue,
Number arraySize,
Number attempts,
ContainerOverrides containerOverrides,
List<? extends JobDependency> dependsOn,
ServiceIntegrationPattern integrationPattern,
Map<String,? extends Object> payload,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunBatchJobProps.Builder. |
Jsii$Proxy(List<? extends PlacementConstraint> placementConstraints,
List<? extends PlacementStrategy> placementStrategies,
ISecurityGroup securityGroup,
SubnetSelection subnets,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunEcsEc2TaskProps.Builder. |
Jsii$Proxy(Map<String,? extends Object> parameters,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
EcsRunTaskBaseProps.Builder. |
Jsii$Proxy(Map<String,? extends Object> input,
ServiceIntegrationPattern integrationPattern,
String name)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
StartExecutionProps.Builder. |
Jsii$Proxy(Map<String,String> arguments,
ServiceIntegrationPattern integrationPattern,
Duration notifyDelayAfter,
String securityConfiguration,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunGlueJobTaskProps.Builder. |
Jsii$Proxy(String clientContext,
ServiceIntegrationPattern integrationPattern,
InvocationType invocationType,
TaskInput payload,
String qualifier)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunLambdaTaskProps.Builder. |
Jsii$Proxy(TaskInput messageBody,
Duration delay,
ServiceIntegrationPattern integrationPattern,
String messageDeduplicationId,
String messageGroupId)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
SendToQueueProps.Builder. |
Jsii$Proxy(TaskInput message,
ServiceIntegrationPattern integrationPattern,
Boolean messagePerSubscriptionType,
String subject)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
PublishToTopicProps.Builder. |
Copyright © 2021. All rights reserved.