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.fromServerApplicationArn(software.constructs.Construct scope, String id, String serverApplicationArn) Import an Application defined either outside the CDK, or in a different CDK Stack, by ARN.static 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()ServerDeploymentGroup.getApplication()