| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBaseService.Jsii$Default
Internal default implementation for
IBaseService. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseService
The base class for Ec2Service and FargateService services.
|
class |
Ec2Service
This creates a service using the EC2 launch type on an ECS cluster.
|
class |
ExternalService
This creates a service using the External launch type on an ECS cluster.
|
class |
FargateService
This creates a service using the Fargate launch type on an ECS cluster.
|
static class |
IBaseService.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IBaseService |
Ec2Service.fromEc2ServiceAttributes(software.constructs.Construct scope,
String id,
Ec2ServiceAttributes attrs)
Imports from the specified service attrributes.
|
static IBaseService |
ExternalService.fromExternalServiceAttributes(software.constructs.Construct scope,
String id,
ExternalServiceAttributes attrs)
Imports from the specified service attrributes.
|
static IBaseService |
FargateService.fromFargateServiceAttributes(software.constructs.Construct scope,
String id,
FargateServiceAttributes attrs)
Imports from the specified service attrributes.
|
Copyright © 2021. All rights reserved.