Show / Hide Table of Contents

Interface IEcsDeploymentConfig

The Deployment Configuration of an ECS Deployment Group.

Inherited Members
IBaseDeploymentConfig.DeploymentConfigArn
IBaseDeploymentConfig.DeploymentConfigName
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEcsDeploymentConfig : IBaseDeploymentConfig
Syntax (vb)
Public Interface IEcsDeploymentConfig
    Inherits IBaseDeploymentConfig
Remarks

If you're managing the Deployment Configuration alongside the rest of your CDK resources, use the EcsDeploymentConfig class.

If you want to reference an already existing deployment configuration, or one defined in a different CDK Stack, use the EcsDeploymentConfig#fromEcsDeploymentConfigName method.

The default, pre-defined Configurations are available as constants on the EcsDeploymentConfig class (for example, EcsDeploymentConfig.AllAtOnce).

Synopsis

Back to top Generated by DocFX