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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticbeanstalk.CfnConfigurationTemplateProps
CfnConfigurationTemplateProps.Builder, CfnConfigurationTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationTemplateProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of the Elastic Beanstalk application to associate with this configuration template.final StringAn optional description for this configuration.final StringThe ID of an environment whose settings you want to use to create the configuration template.final ObjectOption values for the Elastic Beanstalk configuration, such as the instance type.final StringThe Amazon Resource Name (ARN) of the custom platform.final StringThe name of an Elastic Beanstalk solution stack (platform version) that this configuration uses.final ObjectAn Elastic Beanstalk configuration template to base this one on.final inthashCode()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:CfnConfigurationTemplatePropsThe name of the Elastic Beanstalk application to associate with this configuration template.- Specified by:
getApplicationNamein interfaceCfnConfigurationTemplateProps
-
getDescription
Description copied from interface:CfnConfigurationTemplatePropsAn optional description for this configuration.- Specified by:
getDescriptionin interfaceCfnConfigurationTemplateProps
-
getEnvironmentId
Description copied from interface:CfnConfigurationTemplatePropsThe ID of an environment whose settings you want to use to create the configuration template.You must specify
EnvironmentIdif you don't specifyPlatformArn,SolutionStackName, orSourceConfiguration.- Specified by:
getEnvironmentIdin interfaceCfnConfigurationTemplateProps
-
getOptionSettings
Description copied from interface:CfnConfigurationTemplatePropsOption 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:
getOptionSettingsin interfaceCfnConfigurationTemplateProps
-
getPlatformArn
Description copied from interface:CfnConfigurationTemplatePropsThe 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:
getPlatformArnin interfaceCfnConfigurationTemplateProps
-
getSolutionStackName
Description copied from interface:CfnConfigurationTemplatePropsThe 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
SolutionStackNameif you don't specifyPlatformArn,EnvironmentId, orSourceConfiguration.Use the
ListAvailableSolutionStacksAPI to obtain a list of available solution stacks.- Specified by:
getSolutionStackNamein interfaceCfnConfigurationTemplateProps
-
getSourceConfiguration
Description copied from interface:CfnConfigurationTemplatePropsAn 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
OptionSettingsoverride any values obtained from theSourceConfiguration.You must specify
SourceConfigurationif 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:
getSourceConfigurationin interfaceCfnConfigurationTemplateProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-