| 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()
(experimental) The ECS Service to deploy.
|
IBaseService |
EcsDeployActionProps.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
EcsDeployActionProps.Builder |
EcsDeployActionProps.Builder.service(IBaseService service)
Sets the value of
EcsDeployActionProps.getService() |
EcsDeployAction.Builder |
EcsDeployAction.Builder.service(IBaseService service)
(experimental) The ECS Service to deploy.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBaseService service,
Duration deploymentTimeout,
ArtifactPath imageFile,
Artifact input,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
EcsDeployActionProps.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBaseService.Jsii$Default
Internal default implementation for
IBaseService. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseService
(experimental) The base class for Ec2Service and FargateService services.
|
class |
Ec2Service
(experimental) This creates a service using the EC2 launch type on an ECS cluster.
|
class |
FargateService
(experimental) 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)
(experimental) Imports from the specified service attrributes.
|
static IBaseService |
FargateService.fromFargateServiceAttributes(software.constructs.Construct scope,
String id,
FargateServiceAttributes attrs)
(experimental) Imports from the specified service attrributes.
|
Copyright © 2021. All rights reserved.