| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticbeanstalk |
AWS Elastic Beanstalk Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.Builder |
CfnEnvironment.Builder.applicationName(String applicationName)
The name of the application that is associated with this environment.
|
CfnEnvironment.Builder |
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.Builder |
CfnEnvironment.Builder.create(software.constructs.Construct scope,
String id) |
CfnEnvironment.Builder |
CfnEnvironment.Builder.description(String description)
Your description for this environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.environmentName(String environmentName)
A unique name for the environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.operationsRole(String operationsRole)
> The operations role feature of AWS Elastic Beanstalk is in beta release and is subject to change.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.optionSettings(IResolvable optionSettings)
Key-value pairs defining configuration options for this environment, such as the instance type.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.optionSettings(List<? extends Object> optionSettings)
Key-value pairs defining configuration options for this environment, such as the instance type.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.platformArn(String platformArn)
The Amazon Resource Name (ARN) of the custom platform to use with the environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.solutionStackName(String solutionStackName)
The name of an Elastic Beanstalk solution stack (platform version) to use with the environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.tags(List<? extends CfnTag> tags)
Specifies the tags applied to resources in the environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.templateName(String templateName)
The name of the Elastic Beanstalk configuration template to use with the environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.tier(CfnEnvironment.TierProperty tier)
Specifies the tier to use in creating this environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.tier(IResolvable tier)
Specifies the tier to use in creating this environment.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.versionLabel(String versionLabel)
The name of the application version to deploy.
|
Copyright © 2022. All rights reserved.