Uses of Interface
software.amazon.awscdk.services.codedeploy.IBaseDeploymentConfig
Packages that use IBaseDeploymentConfig
-
Uses of IBaseDeploymentConfig in software.amazon.awscdk.services.codedeploy
Subinterfaces of IBaseDeploymentConfig in software.amazon.awscdk.services.codedeployModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBaseDeploymentConfig.interfaceThe Deployment Configuration of an ECS Deployment Group.static interfaceInternal default implementation forIEcsDeploymentConfig.interfaceThe Deployment Configuration of a Lambda Deployment Group.static interfaceInternal default implementation forILambdaDeploymentConfig.interfaceThe Deployment Configuration of an EC2/on-premise Deployment Group.static interfaceInternal default implementation forIServerDeploymentConfig.Classes in software.amazon.awscdk.services.codedeploy that implement IBaseDeploymentConfigModifier and TypeClassDescriptionclassThe base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.classDeprecated.CloudFormation now supports Lambda deployment configurations without custom resources.classA custom Deployment Configuration for an ECS Deployment Group.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classA custom Deployment Configuration for a Lambda Deployment Group.classA custom Deployment Configuration for an EC2/on-premise Deployment Group.Methods in software.amazon.awscdk.services.codedeploy that return IBaseDeploymentConfigModifier and TypeMethodDescriptionprotected static IBaseDeploymentConfigBaseDeploymentConfig.fromDeploymentConfigName(software.constructs.Construct scope, String id, String deploymentConfigName) Import a custom Deployment Configuration for a Deployment Group defined outside the CDK.