| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IBaseService |
EcsDeployActionProps.getService()
The ECS Service to deploy.
|
IBaseService |
EcsDeployActionProps.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
EcsDeployAction.Builder |
EcsDeployAction.Builder.service(IBaseService service)
The ECS Service to deploy.
|
EcsDeployActionProps.Builder |
EcsDeployActionProps.Builder.service(IBaseService service)
Sets the value of
EcsDeployActionProps.getService() |
| 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 attributes.
|
static IBaseService |
ExternalService.fromExternalServiceAttributes(software.constructs.Construct scope,
String id,
ExternalServiceAttributes attrs)
Imports from the specified service attributes.
|
static IBaseService |
FargateService.fromFargateServiceAttributes(software.constructs.Construct scope,
String id,
FargateServiceAttributes attrs)
Imports from the specified service attributes.
|
static IBaseService |
BaseService.fromServiceArnWithCluster(software.constructs.Construct scope,
String id,
String serviceArn)
Import an existing ECS/Fargate Service using the service cluster format.
|
Copyright © 2022. All rights reserved.