Uses of Interface
software.amazon.awscdk.interfaces.codedeploy.IApplicationRef
Packages that use IApplicationRef
Package
Description
AWS CodeDeploy Construct Library
-
Uses of IApplicationRef in software.amazon.awscdk.interfaces.codedeploy
Subinterfaces of IApplicationRef in software.amazon.awscdk.interfaces.codedeployModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationRef.Classes in software.amazon.awscdk.interfaces.codedeploy that implement IApplicationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IApplicationRef in software.amazon.awscdk.services.codedeploy
Subinterfaces of IApplicationRef in software.amazon.awscdk.services.codedeployModifier and TypeInterfaceDescriptioninterfaceRepresents a reference to a CodeDeploy Application deploying to Amazon ECS.static interfaceInternal default implementation forIEcsApplication.interfaceRepresents a reference to a CodeDeploy Application deploying to AWS Lambda.static interfaceInternal default implementation forILambdaApplication.interfaceRepresents a reference to a CodeDeploy Application deploying to EC2/on-premise instances.static interfaceInternal default implementation forIServerApplication.Classes in software.amazon.awscdk.services.codedeploy that implement IApplicationRefModifier and TypeClassDescriptionclassTheAWS::CodeDeploy::Applicationresource creates an AWS CodeDeploy application.classA CodeDeploy Application that deploys to an Amazon ECS service.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 CodeDeploy Application that deploys to an AWS Lambda function.classA CodeDeploy Application that deploys to EC2/on-premise instances.Methods in software.amazon.awscdk.services.codedeploy that return IApplicationRefModifier and TypeMethodDescriptionstatic IApplicationRefCfnApplication.fromApplicationName(software.constructs.Construct scope, String id, String applicationName) Creates a new IApplicationRef from a applicationName.EcsDeploymentGroupAttributes.getApplication()The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.final IApplicationRefEcsDeploymentGroupAttributes.Jsii$Proxy.getApplication()default IApplicationRefEcsDeploymentGroupProps.getApplication()The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.final IApplicationRefEcsDeploymentGroupProps.Jsii$Proxy.getApplication()ServerDeploymentGroupAttributes.getApplication()The reference to the CodeDeploy EC2/on-premise Application that this Deployment Group belongs to.final IApplicationRefServerDeploymentGroupAttributes.Jsii$Proxy.getApplication()default IApplicationRefServerDeploymentGroupProps.getApplication()The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.final IApplicationRefServerDeploymentGroupProps.Jsii$Proxy.getApplication()Methods in software.amazon.awscdk.services.codedeploy with parameters of type IApplicationRefModifier and TypeMethodDescriptionEcsDeploymentGroup.Builder.application(IApplicationRef application) The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.EcsDeploymentGroupAttributes.Builder.application(IApplicationRef application) Sets the value ofEcsDeploymentGroupAttributes.getApplication()EcsDeploymentGroupProps.Builder.application(IApplicationRef application) Sets the value ofEcsDeploymentGroupProps.getApplication()ServerDeploymentGroup.Builder.application(IApplicationRef application) The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.ServerDeploymentGroupAttributes.Builder.application(IApplicationRef application) Sets the value ofServerDeploymentGroupAttributes.getApplication()ServerDeploymentGroupProps.Builder.application(IApplicationRef application) Sets the value ofServerDeploymentGroupProps.getApplication()static StringCfnApplication.arnForApplication(IApplicationRef resource)