interface IEcsDeploymentConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeDeploy.IEcsDeploymentConfig |
Java | software.amazon.awscdk.services.codedeploy.IEcsDeploymentConfig |
Python | aws_cdk.aws_codedeploy.IEcsDeploymentConfig |
TypeScript (source) | @aws-cdk/aws-codedeploy » IEcsDeploymentConfig |
Obtainable from
Ecs
.fromEcsDeploymentConfigName()
The Deployment Configuration of an ECS Deployment Group.
The default, pre-defined Configurations are available as constants on the {@link EcsDeploymentConfig} class
(for example, EcsDeploymentConfig.AllAtOnce
).
Note: CloudFormation does not currently support creating custom ECS configs outside of using a custom resource. You can import custom deployment config created outside the CDK or via a custom resource with {@link EcsDeploymentConfig#fromEcsDeploymentConfigName}.
Properties
Name | Type | Description |
---|---|---|
deployment | string | |
deployment | string |
deploymentConfigArn
Type:
string
deploymentConfigName
Type:
string