Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk.CfnEnvironmentPropsMixin.Builder
Packages that use CfnEnvironmentPropsMixin.Builder
-
Uses of CfnEnvironmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk that return CfnEnvironmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEnvironmentPropsMixin.Builder.applicationName(String applicationName) The name of the application that is associated with this environment.CfnEnvironmentPropsMixin.Builder.applicationName(IApplicationRef applicationName) The name of the application that is associated with this environment.CfnEnvironmentPropsMixin.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.CfnEnvironmentPropsMixin.Builder.create()CfnEnvironmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEnvironmentPropsMixin.Builder.description(String description) Your description for this environment.CfnEnvironmentPropsMixin.Builder.environmentName(String environmentName) A unique name for the environment.CfnEnvironmentPropsMixin.Builder.operationsRole(String operationsRole) CfnEnvironmentPropsMixin.Builder.optionSettings(List<? extends Object> optionSettings) Key-value pairs defining configuration options for this environment, such as the instance type.CfnEnvironmentPropsMixin.Builder.optionSettings(IResolvable optionSettings) Key-value pairs defining configuration options for this environment, such as the instance type.CfnEnvironmentPropsMixin.Builder.platformArn(String platformArn) The Amazon Resource Name (ARN) of the custom platform to use with the environment.CfnEnvironmentPropsMixin.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.CfnEnvironmentPropsMixin.Builder.templateName(String templateName) The name of the Elastic Beanstalk configuration template to use with the environment.CfnEnvironmentPropsMixin.Builder.templateName(IConfigurationTemplateRef templateName) The name of the Elastic Beanstalk configuration template to use with the environment.CfnEnvironmentPropsMixin.Builder.tier(CfnEnvironmentPropsMixin.TierProperty tier) Specifies the tier to use in creating this environment.CfnEnvironmentPropsMixin.Builder.tier(IResolvable tier) Specifies the tier to use in creating this environment.CfnEnvironmentPropsMixin.Builder.versionLabel(String versionLabel) The name of the application version to deploy.