Uses of Interface
software.amazon.awscdk.interfaces.elasticbeanstalk.IApplicationRef
Packages that use IApplicationRef
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of IApplicationRef in software.amazon.awscdk.interfaces.elasticbeanstalk
Subinterfaces of IApplicationRef in software.amazon.awscdk.interfaces.elasticbeanstalkModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationRef.Classes in software.amazon.awscdk.interfaces.elasticbeanstalk 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.elasticbeanstalk
Classes in software.amazon.awscdk.services.elasticbeanstalk that implement IApplicationRefModifier and TypeClassDescriptionclassSpecify an AWS Elastic Beanstalk application by using the AWS::ElasticBeanstalk::Application resource in an AWS CloudFormation template.Methods in software.amazon.awscdk.services.elasticbeanstalk that return IApplicationRefModifier and TypeMethodDescriptionstatic IApplicationRefCfnApplication.fromApplicationName(software.constructs.Construct scope, String id, String applicationName) Creates a new IApplicationRef from a applicationName.