Class CfnEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentProps
CfnEnvironmentProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironmentProps
CfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name of the application that is associated with this environment.final String
If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL.final String
Your description for this environment.final String
A unique name for the environment.final String
final Object
Key-value pairs defining configuration options for this environment, such as the instance type.final String
The Amazon Resource Name (ARN) of the custom platform to use with the environment.final String
The name of an Elastic Beanstalk solution stack (platform version) to use with the environment.getTags()
Specifies the tags applied to resources in the environment.final String
The name of the Elastic Beanstalk configuration template to use with the environment.final Object
getTier()
Specifies the tier to use in creating this environment.final String
The name of the application version to deploy.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.Builder
.
-
-
Method Details
-
getApplicationName
Description copied from interface:CfnEnvironmentProps
The name of the application that is associated with this environment.- Specified by:
getApplicationName
in interfaceCfnEnvironmentProps
- See Also:
-
getCnamePrefix
Description copied from interface:CfnEnvironmentProps
If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL.If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.
- Specified by:
getCnamePrefix
in interfaceCfnEnvironmentProps
- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentProps
Your description for this environment.- Specified by:
getDescription
in interfaceCfnEnvironmentProps
- See Also:
-
getEnvironmentName
Description copied from interface:CfnEnvironmentProps
A unique name for the environment.Constraint: 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.
- Specified by:
getEnvironmentName
in interfaceCfnEnvironmentProps
- See Also:
-
getOperationsRole
Description copied from interface:CfnEnvironmentProps
The operations role feature of AWS Elastic Beanstalk is in beta release and is subject to change.
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.- Specified by:
getOperationsRole
in interfaceCfnEnvironmentProps
- See Also:
-
getOptionSettings
Description copied from interface:CfnEnvironmentProps
Key-value pairs defining configuration options for this environment, such as the instance type.These 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.
- Specified by:
getOptionSettings
in interfaceCfnEnvironmentProps
- See Also:
-
getPlatformArn
Description copied from interface:CfnEnvironmentProps
The Amazon Resource Name (ARN) of the custom platform to use with the environment.For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide .
If you specify
PlatformArn
, don't specifySolutionStackName
.- Specified by:
getPlatformArn
in interfaceCfnEnvironmentProps
- See Also:
-
getSolutionStackName
Description copied from interface:CfnEnvironmentProps
The name of an Elastic Beanstalk solution stack (platform version) to use with the environment.If 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 specifyPlatformArn
orTemplateName
.- Specified by:
getSolutionStackName
in interfaceCfnEnvironmentProps
- See Also:
-
getTags
Description copied from interface:CfnEnvironmentProps
Specifies the tags applied to resources in the environment.- Specified by:
getTags
in interfaceCfnEnvironmentProps
- See Also:
-
getTemplateName
Description copied from interface:CfnEnvironmentProps
The name of the Elastic Beanstalk configuration template to use with the environment.If you specify
TemplateName
, then don't specifySolutionStackName
.- Specified by:
getTemplateName
in interfaceCfnEnvironmentProps
- See Also:
-
getTier
Description copied from interface:CfnEnvironmentProps
Specifies the tier to use in creating this environment.The 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.
- Specified by:
getTier
in interfaceCfnEnvironmentProps
- See Also:
-
getVersionLabel
Description copied from interface:CfnEnvironmentProps
The name of the application version to deploy.Default: If not specified, Elastic Beanstalk attempts to deploy the sample application.
- Specified by:
getVersionLabel
in interfaceCfnEnvironmentProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-