| 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() |
| Modifier and Type | Method and Description |
|---|---|
CommonEcsRunTaskProps.Builder |
CommonEcsRunTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Sets the value of
CommonEcsRunTaskProps.getIntegrationPattern() |
| Constructor and Description |
|---|
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. |
Copyright © 2021. All rights reserved.