Class CfnEnvironmentProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironmentProps.Jsii$Proxy
All Implemented Interfaces:
CfnEnvironmentProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnEnvironmentProps

@Stability(Stable) @Internal public static final class CfnEnvironmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEnvironmentProps
An implementation for CfnEnvironmentProps
  • 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

      protected Jsii$Proxy(CfnEnvironmentProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnEnvironmentProps.Builder.
  • Method Details

    • getApplicationName

      public final String getApplicationName()
      Description copied from interface: CfnEnvironmentProps
      The name of the application that is associated with this environment.
      Specified by:
      getApplicationName in interface CfnEnvironmentProps
    • getCnamePrefix

      public final String 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 interface CfnEnvironmentProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnEnvironmentProps
      Your description for this environment.
      Specified by:
      getDescription in interface CfnEnvironmentProps
    • getEnvironmentName

      public final String 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 interface CfnEnvironmentProps
    • getOperationsRole

      public final String 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 interface CfnEnvironmentProps
    • getOptionSettings

      public final Object 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 interface CfnEnvironmentProps
    • getPlatformArn

      public final String 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 specify SolutionStackName .

      Specified by:
      getPlatformArn in interface CfnEnvironmentProps
    • getSolutionStackName

      public final String 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 specify PlatformArn or TemplateName .

      Specified by:
      getSolutionStackName in interface CfnEnvironmentProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnEnvironmentProps
      Specifies the tags applied to resources in the environment.
      Specified by:
      getTags in interface CfnEnvironmentProps
    • getTemplateName

      public final String 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 specify SolutionStackName .

      Specified by:
      getTemplateName in interface CfnEnvironmentProps
    • getTier

      public final Object 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 interface CfnEnvironmentProps
    • getVersionLabel

      public final String 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 interface CfnEnvironmentProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object