@Stability(value=Stable) @Internal public static final class CfnConfigurationTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationTemplateProps
CfnConfigurationTemplatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnConfigurationTemplateProps.Builder, CfnConfigurationTemplateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnConfigurationTemplateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnConfigurationTemplateProps.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 Elastic Beanstalk application to associate with this configuration template.
|
String |
getDescription()
An optional description for this configuration.
|
String |
getEnvironmentId()
The ID of an environment whose settings you want to use to create the configuration template.
|
Object |
getOptionSettings()
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
String |
getPlatformArn()
The Amazon Resource Name (ARN) of the custom platform.
|
String |
getSolutionStackName()
The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses.
|
Object |
getSourceConfiguration()
An Elastic Beanstalk configuration template to base this one on.
|
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(CfnConfigurationTemplateProps.Builder builder)
CfnConfigurationTemplateProps.Builder.public final String getApplicationName()
CfnConfigurationTemplatePropsgetApplicationName in interface CfnConfigurationTemplatePropspublic final String getDescription()
CfnConfigurationTemplatePropsgetDescription in interface CfnConfigurationTemplatePropspublic final String getEnvironmentId()
CfnConfigurationTemplateProps
You must specify EnvironmentId if you don't specify PlatformArn , SolutionStackName , or SourceConfiguration .
getEnvironmentId in interface CfnConfigurationTemplatePropspublic final Object getOptionSettings()
CfnConfigurationTemplatePropsIf 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 CfnConfigurationTemplatePropspublic final String getPlatformArn()
CfnConfigurationTemplatePropsFor more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide .
If you specify
PlatformArn, then don't specifySolutionStackName.
getPlatformArn in interface CfnConfigurationTemplatePropspublic final 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 CfnConfigurationTemplatePropspublic final Object getSourceConfiguration()
CfnConfigurationTemplatePropsIf 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.