| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseServiceProps
Complete base service properties that are required to be supplied by the implementation of the BaseService class.
|
interface |
Ec2ServiceProps
The properties for defining a service using the EC2 launch type.
|
interface |
ExternalServiceProps
The properties for defining a service using the External launch type.
|
interface |
FargateServiceProps
The properties for defining a service using the Fargate launch type.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseServiceOptions.Jsii$Proxy
An implementation for
BaseServiceOptions |
static class |
BaseServiceProps.Jsii$Proxy
An implementation for
BaseServiceProps |
static class |
Ec2ServiceProps.Jsii$Proxy
An implementation for
Ec2ServiceProps |
static class |
ExternalServiceProps.Jsii$Proxy
An implementation for
ExternalServiceProps |
static class |
FargateServiceProps.Jsii$Proxy
An implementation for
FargateServiceProps |
| Modifier and Type | Method and Description |
|---|---|
BaseServiceOptions |
BaseServiceOptions.Builder.build()
Builds the configured instance.
|
Copyright © 2022. All rights reserved.