Uses of Interface
software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig
Packages that use IServerDeploymentConfig
-
Uses of IServerDeploymentConfig in software.amazon.awscdk.services.codedeploy
Subinterfaces of IServerDeploymentConfig in software.amazon.awscdk.services.codedeployModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIServerDeploymentConfig.Classes in software.amazon.awscdk.services.codedeploy that implement IServerDeploymentConfigModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA custom Deployment Configuration for an EC2/on-premise Deployment Group.Fields in software.amazon.awscdk.services.codedeploy declared as IServerDeploymentConfigModifier and TypeFieldDescriptionstatic final IServerDeploymentConfigServerDeploymentConfig.ALL_AT_ONCEThe CodeDeployDefault.AllAtOnce predefined deployment configuration for EC2/on-premises compute platform.static final IServerDeploymentConfigServerDeploymentConfig.HALF_AT_A_TIMEThe CodeDeployDefault.HalfAtATime predefined deployment configuration for EC2/on-premises compute platform.static final IServerDeploymentConfigServerDeploymentConfig.ONE_AT_A_TIMEThe CodeDeployDefault.OneAtATime predefined deployment configuration for EC2/on-premises compute platform.Methods in software.amazon.awscdk.services.codedeploy that return IServerDeploymentConfigModifier and TypeMethodDescriptionstatic IServerDeploymentConfigServerDeploymentConfig.fromServerDeploymentConfigName(software.constructs.Construct scope, String id, String serverDeploymentConfigName) Import a custom Deployment Configuration for an EC2/on-premise Deployment Group defined either outside the CDK app, or in a different region.IServerDeploymentGroup.getDeploymentConfig()default IServerDeploymentConfigIServerDeploymentGroup.Jsii$Default.getDeploymentConfig()ServerDeploymentGroup.getDeploymentConfig()