@Stability(value=Stable) @Internal public static final class CfnEnvironmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEnvironmentProps
CfnEnvironmentPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEnvironmentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEnvironmentProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getApplicationName()
The name of the application that is associated with this environment.
|
String |
getCnamePrefix()
If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL.
|
String |
getDescription()
Your description for this environment.
|
String |
getEnvironmentName()
A unique name for the environment.
|
String |
getOperationsRole()
> The operations role feature of AWS Elastic Beanstalk is in beta release and is subject to change.
|
Object |
getOptionSettings()
Key-value pairs defining configuration options for this environment, such as the instance type.
|
String |
getPlatformArn()
The Amazon Resource Name (ARN) of the custom platform to use with the environment.
|
String |
getSolutionStackName()
The name of an Elastic Beanstalk solution stack (platform version) to use with the environment.
|
List<CfnTag> |
getTags()
Specifies the tags applied to resources in the environment.
|
String |
getTemplateName()
The name of the Elastic Beanstalk configuration template to use with the environment.
|
Object |
getTier()
Specifies the tier to use in creating this environment.
|
String |
getVersionLabel()
The name of the application version to deploy.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEnvironmentProps.Builder builder)
CfnEnvironmentProps.Builder.public final String getApplicationName()
CfnEnvironmentPropsgetApplicationName in interface CfnEnvironmentPropspublic final String getCnamePrefix()
CfnEnvironmentPropsIf not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.
getCnamePrefix in interface CfnEnvironmentPropspublic final String getDescription()
CfnEnvironmentPropsgetDescription in interface CfnEnvironmentPropspublic final String getEnvironmentName()
CfnEnvironmentPropsConstraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens. It can't start or end with a hyphen. This name must be unique within a region in your account.
If you don't specify the CNAMEPrefix parameter, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.
If you don't specify an environment name, AWS CloudFormation generates a unique physical ID and uses that ID for the environment name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
getEnvironmentName in interface CfnEnvironmentPropspublic final String getOperationsRole()
CfnEnvironmentProps
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role. If specified, Elastic Beanstalk uses the operations role for permissions to downstream services during this call and during subsequent calls acting on this environment. To specify an operations role, you must have the iam:PassRole permission for the role.
getOperationsRole in interface CfnEnvironmentPropspublic final Object getOptionSettings()
CfnEnvironmentPropsThese options override the values that are defined in the solution stack or the configuration template . If you remove any options during a stack update, the removed options retain their current values.
getOptionSettings in interface CfnEnvironmentPropspublic final String getPlatformArn()
CfnEnvironmentPropsFor more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide .
If you specify
PlatformArn, don't specifySolutionStackName.
getPlatformArn in interface CfnEnvironmentPropspublic final String getSolutionStackName()
CfnEnvironmentPropsIf specified, Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack. For a list of current solution stacks, see Elastic Beanstalk Supported Platforms in the AWS Elastic Beanstalk Platforms guide.
If you specify
SolutionStackName, don't specifyPlatformArnorTemplateName.
getSolutionStackName in interface CfnEnvironmentPropspublic final List<CfnTag> getTags()
CfnEnvironmentPropsgetTags in interface CfnEnvironmentPropspublic final String getTemplateName()
CfnEnvironmentProps
If you specify
TemplateName, then don't specifySolutionStackName.
getTemplateName in interface CfnEnvironmentPropspublic final Object getTier()
CfnEnvironmentPropsThe environment tier that you choose determines whether Elastic Beanstalk provisions resources to support a web application that handles HTTP(S) requests or a web application that handles background-processing tasks.
getTier in interface CfnEnvironmentPropspublic final String getVersionLabel()
CfnEnvironmentPropsDefault: If not specified, Elastic Beanstalk attempts to deploy the sample application.
getVersionLabel in interface CfnEnvironmentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.