Uses of Interface
software.amazon.awscdk.interfaces.elasticbeanstalk.IConfigurationTemplateRef
Packages that use IConfigurationTemplateRef
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of IConfigurationTemplateRef in software.amazon.awscdk.interfaces.elasticbeanstalk
Subinterfaces of IConfigurationTemplateRef in software.amazon.awscdk.interfaces.elasticbeanstalkModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConfigurationTemplateRef.Classes in software.amazon.awscdk.interfaces.elasticbeanstalk that implement IConfigurationTemplateRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IConfigurationTemplateRef in software.amazon.awscdk.services.elasticbeanstalk
Classes in software.amazon.awscdk.services.elasticbeanstalk that implement IConfigurationTemplateRefModifier and TypeClassDescriptionclassSpecify an AWS Elastic Beanstalk configuration template by using the AWS::ElasticBeanstalk::ConfigurationTemplate resource in an AWS CloudFormation template.Methods in software.amazon.awscdk.services.elasticbeanstalk with parameters of type IConfigurationTemplateRefModifier and TypeMethodDescriptionCfnEnvironment.Builder.templateName(IConfigurationTemplateRef templateName) The name of the Elastic Beanstalk configuration template to use with the environment.CfnEnvironmentProps.Builder.templateName(IConfigurationTemplateRef templateName) Sets the value ofCfnEnvironmentProps.getTemplateName()