Class CfnConfigurationTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationTemplateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationTemplateProps
CfnConfigurationTemplateProps
-
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.CfnConfigurationTemplateProps
CfnConfigurationTemplateProps.Builder, CfnConfigurationTemplateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationTemplateProps.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 Elastic Beanstalk application to associate with this configuration template.final String
An optional description for this configuration.final String
The ID of an environment whose settings you want to use to create the configuration template.final Object
Option values for the Elastic Beanstalk configuration, such as the instance type.final String
The Amazon Resource Name (ARN) of the custom platform.final String
The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses.final Object
An Elastic Beanstalk configuration template to base this one on.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 theCfnConfigurationTemplateProps.Builder
.
-
-
Method Details
-
getApplicationName
Description copied from interface:CfnConfigurationTemplateProps
The name of the Elastic Beanstalk application to associate with this configuration template.- Specified by:
getApplicationName
in interfaceCfnConfigurationTemplateProps
- See Also:
-
getDescription
Description copied from interface:CfnConfigurationTemplateProps
An optional description for this configuration.- Specified by:
getDescription
in interfaceCfnConfigurationTemplateProps
- See Also:
-
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 specifyPlatformArn
,SolutionStackName
, orSourceConfiguration
.- Specified by:
getEnvironmentId
in interfaceCfnConfigurationTemplateProps
- See Also:
-
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 interfaceCfnConfigurationTemplateProps
- See Also:
-
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 specifySolutionStackName
.- Specified by:
getPlatformArn
in interfaceCfnConfigurationTemplateProps
- See Also:
-
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 specifyPlatformArn
,EnvironmentId
, orSourceConfiguration
.Use the
ListAvailableSolutionStacks
API to obtain a list of available solution stacks.- Specified by:
getSolutionStackName
in interfaceCfnConfigurationTemplateProps
- See Also:
-
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 theSourceConfiguration
.You must specify
SourceConfiguration
if you don't specifyPlatformArn
,EnvironmentId
, orSolutionStackName
.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 interfaceCfnConfigurationTemplateProps
- 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()
-