Uses of Class
software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironment.Builder
Packages that use CfnEnvironment.Builder
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of CfnEnvironment.Builder in software.amazon.awscdk.services.elasticbeanstalk
Methods in software.amazon.awscdk.services.elasticbeanstalk that return CfnEnvironment.BuilderModifier and TypeMethodDescriptionCfnEnvironment.Builder.applicationName(String applicationName) The name of the application that is associated with this environment.CfnEnvironment.Builder.cnamePrefix(String cnamePrefix) If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL.static CfnEnvironment.BuilderCfnEnvironment.Builder.description(String description) Your description for this environment.CfnEnvironment.Builder.environmentName(String environmentName) A unique name for the environment.CfnEnvironment.Builder.operationsRole(String operationsRole) CfnEnvironment.Builder.optionSettings(List<? extends Object> optionSettings) Key-value pairs defining configuration options for this environment, such as the instance type.CfnEnvironment.Builder.optionSettings(IResolvable optionSettings) Key-value pairs defining configuration options for this environment, such as the instance type.CfnEnvironment.Builder.platformArn(String platformArn) The Amazon Resource Name (ARN) of the custom platform to use with the environment.CfnEnvironment.Builder.solutionStackName(String solutionStackName) The name of an Elastic Beanstalk solution stack (platform version) to use with the environment.Specifies the tags applied to resources in the environment.CfnEnvironment.Builder.templateName(String templateName) The name of the Elastic Beanstalk configuration template to use with the environment.CfnEnvironment.Builder.tier(IResolvable tier) Specifies the tier to use in creating this environment.CfnEnvironment.Builder.tier(CfnEnvironment.TierProperty tier) Specifies the tier to use in creating this environment.CfnEnvironment.Builder.versionLabel(String versionLabel) The name of the application version to deploy.