| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEcsLaunchTarget.Jsii$Default
Internal default implementation for
IEcsLaunchTarget. |
| Modifier and Type | Class and Description |
|---|---|
class |
EcsEc2LaunchTarget
Configuration for running an ECS task on EC2.
|
class |
EcsFargateLaunchTarget
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()
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)
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() |
Copyright © 2023. All rights reserved.