| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LaunchType |
BaseServiceProps.getLaunchType()
The launch type on which to run your service.
|
LaunchType |
BaseServiceProps.Jsii$Proxy.getLaunchType() |
static LaunchType |
LaunchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchType[] |
LaunchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BaseServiceProps.Builder |
BaseServiceProps.Builder.launchType(LaunchType launchType)
Sets the value of
BaseServiceProps.getLaunchType() |
Copyright © 2022. All rights reserved.