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_ONCEstatic final IServerDeploymentConfigServerDeploymentConfig.HALF_AT_A_TIMEstatic final IServerDeploymentConfigServerDeploymentConfig.ONE_AT_A_TIMEMethods 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()final IServerDeploymentConfigIServerDeploymentGroup.Jsii$Proxy.getDeploymentConfig()ServerDeploymentGroup.getDeploymentConfig()default IServerDeploymentConfigServerDeploymentGroupAttributes.getDeploymentConfig()The Deployment Configuration this Deployment Group uses.final IServerDeploymentConfigServerDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig()default IServerDeploymentConfigServerDeploymentGroupProps.getDeploymentConfig()The EC2/on-premise Deployment Configuration to use for this Deployment Group.final IServerDeploymentConfigServerDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig()Methods in software.amazon.awscdk.services.codedeploy with parameters of type IServerDeploymentConfigModifier and TypeMethodDescriptionServerDeploymentGroup.Builder.deploymentConfig(IServerDeploymentConfig deploymentConfig) The EC2/on-premise Deployment Configuration to use for this Deployment Group.ServerDeploymentGroupAttributes.Builder.deploymentConfig(IServerDeploymentConfig deploymentConfig) Sets the value ofServerDeploymentGroupAttributes.getDeploymentConfig()ServerDeploymentGroupProps.Builder.deploymentConfig(IServerDeploymentConfig deploymentConfig) Sets the value ofServerDeploymentGroupProps.getDeploymentConfig()