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.Methods in software.amazon.awscdk.services.elasticbeanstalk with parameters of type IApplicationRefModifier and TypeMethodDescriptionCfnApplicationVersion.Builder.applicationName(IApplicationRef applicationName) The name of the Elastic Beanstalk application that is associated with this application version.CfnApplicationVersionProps.Builder.applicationName(IApplicationRef applicationName) Sets the value ofCfnApplicationVersionProps.getApplicationName()CfnConfigurationTemplate.Builder.applicationName(IApplicationRef applicationName) The name of the Elastic Beanstalk application to associate with this configuration template.CfnConfigurationTemplateProps.Builder.applicationName(IApplicationRef applicationName) Sets the value ofCfnConfigurationTemplateProps.getApplicationName()CfnEnvironment.Builder.applicationName(IApplicationRef applicationName) The name of the application that is associated with this environment.CfnEnvironmentProps.Builder.applicationName(IApplicationRef applicationName) Sets the value ofCfnEnvironmentProps.getApplicationName()static StringCfnApplication.arnForApplication(IApplicationRef resource)