| 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()
The service integration pattern indicates different ways to call RunTask in ECS.
|
ServiceIntegrationPattern |
CommonEcsRunTaskProps.Jsii$Proxy.getIntegrationPattern() |
| Modifier and Type | Method and Description |
|---|---|
CommonEcsRunTaskProps.Builder |
CommonEcsRunTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
Copyright © 2022. All rights reserved.