| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEcsLaunchTarget.Jsii$Default
Internal default implementation for
IEcsLaunchTarget. |
| Modifier and Type | Class and Description |
|---|---|
class |
EcsEc2LaunchTarget
(experimental) Configuration for running an ECS task on EC2.
|
class |
EcsFargateLaunchTarget
(experimental) Configuration for running an ECS task on Fargate.
|
static class |
IEcsLaunchTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IEcsLaunchTarget |
EcsRunTaskProps.getLaunchTarget()
(experimental) An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.
|
IEcsLaunchTarget |
EcsRunTaskProps.Jsii$Proxy.getLaunchTarget() |
| Modifier and Type | Method and Description |
|---|---|
EcsRunTask.Builder |
EcsRunTask.Builder.launchTarget(IEcsLaunchTarget launchTarget)
(experimental) An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.
|
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.launchTarget(IEcsLaunchTarget launchTarget)
Sets the value of
EcsRunTaskProps.getLaunchTarget() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
IEcsLaunchTarget launchTarget,
TaskDefinition taskDefinition,
Boolean assignPublicIp,
List<? extends ContainerOverride> containerOverrides,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnets,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EcsRunTaskProps.Builder. |
Copyright © 2021. All rights reserved.