@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.736Z") @Stability(value=Experimental) public interface BaseServiceProps extends software.amazon.jsii.JsiiSerializable, BaseServiceOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseServiceProps.Builder
A builder for
BaseServiceProps |
static class |
BaseServiceProps.Jsii$Proxy
An implementation for
BaseServiceProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseServiceProps.Builder |
builder() |
LaunchType |
getLaunchType()
(experimental) The launch type on which to run your service.
|
getCapacityProviderStrategies, getCircuitBreaker, getCloudMapOptions, getCluster, getDeploymentController, getDesiredCount, getEnableECSManagedTags, getEnableExecuteCommand, getHealthCheckGracePeriod, getMaxHealthyPercent, getMinHealthyPercent, getPropagateTags, getServiceName@Stability(value=Experimental) @NotNull LaunchType getLaunchType()
LaunchType will be omitted if capacity provider strategies are specified on the service.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-capacityproviderstrategy
Valid values are: LaunchType.ECS or LaunchType.FARGATE or LaunchType.EXTERNAL@Stability(value=Experimental) static BaseServiceProps.Builder builder()
builder in interface BaseServiceOptionsBaseServiceProps.Builder of BaseServicePropsCopyright © 2021. All rights reserved.