public static final class CfnConfigurationTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationTemplateProps
CfnConfigurationTemplateProps
CfnConfigurationTemplateProps.Builder, CfnConfigurationTemplateProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getApplicationName()
The name of the Elastic Beanstalk application to associate with this configuration template.
|
java.lang.String |
getDescription()
An optional description for this configuration.
|
java.lang.String |
getEnvironmentId()
The ID of an environment whose settings you want to use to create the configuration template.
|
java.lang.Object |
getOptionSettings()
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
java.lang.String |
getPlatformArn()
The Amazon Resource Name (ARN) of the custom platform.
|
java.lang.String |
getSolutionStackName()
The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses.
|
java.lang.Object |
getSourceConfiguration()
An Elastic Beanstalk configuration template to base this one on.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApplicationName()
CfnConfigurationTemplateProps
getApplicationName
in interface CfnConfigurationTemplateProps
public final java.lang.String getDescription()
CfnConfigurationTemplateProps
getDescription
in interface CfnConfigurationTemplateProps
public final java.lang.String getEnvironmentId()
CfnConfigurationTemplateProps
You must specify EnvironmentId
if you don't specify PlatformArn
, SolutionStackName
, or SourceConfiguration
.
getEnvironmentId
in interface CfnConfigurationTemplateProps
public final java.lang.Object getOptionSettings()
CfnConfigurationTemplateProps
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 .
getOptionSettings
in interface CfnConfigurationTemplateProps
public final java.lang.String getPlatformArn()
CfnConfigurationTemplateProps
For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide .
If you specify
PlatformArn
, then don't specifySolutionStackName
.
getPlatformArn
in interface CfnConfigurationTemplateProps
public final java.lang.String getSolutionStackName()
CfnConfigurationTemplateProps
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.
getSolutionStackName
in interface CfnConfigurationTemplateProps
public final java.lang.Object getSourceConfiguration()
CfnConfigurationTemplateProps
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.
getSourceConfiguration
in interface CfnConfigurationTemplateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()