Class CfnConfigurationTemplateProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnConfigurationTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationTemplateProps
An implementation for CfnConfigurationTemplateProps
  • 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(CfnConfigurationTemplateProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnConfigurationTemplateProps.Builder.
  • Method Details

    • getApplicationName

      public final String getApplicationName()
      Description copied from interface: CfnConfigurationTemplateProps
      The name of the Elastic Beanstalk application to associate with this configuration template.
      Specified by:
      getApplicationName in interface CfnConfigurationTemplateProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnConfigurationTemplateProps
      An optional description for this configuration.
      Specified by:
      getDescription in interface CfnConfigurationTemplateProps
    • getEnvironmentId

      public final String getEnvironmentId()
      Description copied from interface: CfnConfigurationTemplateProps
      The ID of an environment whose settings you want to use to create the configuration template.

      You must specify EnvironmentId if you don't specify PlatformArn , SolutionStackName , or SourceConfiguration .

      Specified by:
      getEnvironmentId in interface CfnConfigurationTemplateProps
    • getOptionSettings

      public final Object getOptionSettings()
      Description copied from interface: CfnConfigurationTemplateProps
      Option values for the Elastic Beanstalk configuration, such as the instance type.

      If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide .

      Specified by:
      getOptionSettings in interface CfnConfigurationTemplateProps
    • getPlatformArn

      public final String getPlatformArn()
      Description copied from interface: CfnConfigurationTemplateProps
      The Amazon Resource Name (ARN) of the custom platform.

      For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide .

      If you specify PlatformArn , then don't specify SolutionStackName .

      Specified by:
      getPlatformArn in interface CfnConfigurationTemplateProps
    • getSolutionStackName

      public final String getSolutionStackName()
      Description copied from interface: CfnConfigurationTemplateProps
      The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses.

      For example, 64bit Amazon Linux 2013.09 running Tomcat 7 Java 7 . A solution stack specifies the operating system, runtime, and application server for a configuration template. It also determines the set of configuration options as well as the possible and default values. For more information, see Supported Platforms in the AWS Elastic Beanstalk Developer Guide .

      You must specify SolutionStackName if you don't specify PlatformArn , EnvironmentId , or SourceConfiguration .

      Use the ListAvailableSolutionStacks API to obtain a list of available solution stacks.

      Specified by:
      getSolutionStackName in interface CfnConfigurationTemplateProps
    • getSourceConfiguration

      public final Object getSourceConfiguration()
      Description copied from interface: CfnConfigurationTemplateProps
      An Elastic Beanstalk configuration template to base this one on.

      If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

      Values specified in OptionSettings override any values obtained from the SourceConfiguration .

      You must specify SourceConfiguration if you don't specify PlatformArn , EnvironmentId , or SolutionStackName .

      Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.

      Specified by:
      getSourceConfiguration in interface CfnConfigurationTemplateProps
    • $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