Uses of Interface
software.amazon.awscdk.services.codedeploy.IServerApplication
Packages that use IServerApplication
-
Uses of IServerApplication in software.amazon.awscdk.services.codedeploy
Subinterfaces of IServerApplication in software.amazon.awscdk.services.codedeployModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIServerApplication.Classes in software.amazon.awscdk.services.codedeploy that implement IServerApplicationModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA CodeDeploy Application that deploys to EC2/on-premise instances.Methods in software.amazon.awscdk.services.codedeploy that return IServerApplicationModifier and TypeMethodDescriptionstatic IServerApplicationServerApplication.fromServerApplicationName(software.constructs.Construct scope, String id, String serverApplicationName) Import an Application defined either outside the CDK app, or in a different region.IServerDeploymentGroup.getApplication()default IServerApplicationIServerDeploymentGroup.Jsii$Default.getApplication()final IServerApplicationIServerDeploymentGroup.Jsii$Proxy.getApplication()ServerDeploymentGroup.getApplication()ServerDeploymentGroupAttributes.getApplication()The reference to the CodeDeploy EC2/on-premise Application that this Deployment Group belongs to.final IServerApplicationServerDeploymentGroupAttributes.Jsii$Proxy.getApplication()default IServerApplicationServerDeploymentGroupProps.getApplication()The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.final IServerApplicationServerDeploymentGroupProps.Jsii$Proxy.getApplication()Methods in software.amazon.awscdk.services.codedeploy with parameters of type IServerApplicationModifier and TypeMethodDescriptionServerDeploymentGroup.Builder.application(IServerApplication application) The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.ServerDeploymentGroupAttributes.Builder.application(IServerApplication application) Sets the value ofServerDeploymentGroupAttributes.getApplication()ServerDeploymentGroupProps.Builder.application(IServerApplication application) Sets the value ofServerDeploymentGroupProps.getApplication()