| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEcsDeploymentConfig.Jsii$Default
Internal default implementation for
IEcsDeploymentConfig. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEcsDeploymentConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static IEcsDeploymentConfig |
EcsDeploymentConfig.ALL_AT_ONCE |
| Modifier and Type | Method and Description |
|---|---|
static IEcsDeploymentConfig |
EcsDeploymentConfig.fromEcsDeploymentConfigName(software.constructs.Construct _scope,
String _id,
String ecsDeploymentConfigName)
Import a custom Deployment Configuration for an ECS Deployment Group defined outside the CDK.
|
IEcsDeploymentConfig |
IEcsDeploymentGroup.getDeploymentConfig()
The Deployment Configuration this Group uses.
|
IEcsDeploymentConfig |
IEcsDeploymentGroup.Jsii$Proxy.getDeploymentConfig()
The Deployment Configuration this Group uses.
|
default IEcsDeploymentConfig |
IEcsDeploymentGroup.Jsii$Default.getDeploymentConfig()
The Deployment Configuration this Group uses.
|
default IEcsDeploymentConfig |
EcsDeploymentGroupAttributes.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
IEcsDeploymentConfig |
EcsDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig() |
| Modifier and Type | Method and Description |
|---|---|
EcsDeploymentGroupAttributes.Builder |
EcsDeploymentGroupAttributes.Builder.deploymentConfig(IEcsDeploymentConfig deploymentConfig)
Sets the value of
EcsDeploymentGroupAttributes.getDeploymentConfig() |
| Constructor and Description |
|---|
Jsii$Proxy(IEcsApplication application,
String deploymentGroupName,
IEcsDeploymentConfig deploymentConfig)
Constructor that initializes the object based on literal property values passed by the
EcsDeploymentGroupAttributes.Builder. |
Copyright © 2020. All rights reserved.