Class CfnConfigurationTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationTemplateMixinProps
CfnConfigurationTemplateMixinProps-
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.cfnpropertymixins.services.elasticbeanstalk.CfnConfigurationTemplateMixinProps
CfnConfigurationTemplateMixinProps.Builder, CfnConfigurationTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationTemplateMixinProps.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 ObjectThe 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 theCfnConfigurationTemplateMixinProps.Builder.
-
-
Method Details
-
getApplicationName
Description copied from interface:CfnConfigurationTemplateMixinPropsThe name of the Elastic Beanstalk application to associate with this configuration template.Returns union: either
StringorIApplicationRef- Specified by:
getApplicationNamein interfaceCfnConfigurationTemplateMixinProps- See Also:
-
getDescription
Description copied from interface:CfnConfigurationTemplateMixinPropsAn optional description for this configuration.- Specified by:
getDescriptionin interfaceCfnConfigurationTemplateMixinProps- See Also:
-
getEnvironmentId
Description copied from interface:CfnConfigurationTemplateMixinPropsThe 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 interfaceCfnConfigurationTemplateMixinProps- See Also:
-
getOptionSettings
Description copied from interface:CfnConfigurationTemplateMixinPropsOption 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 .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfigurationTemplatePropsMixin.ConfigurationOptionSettingProperty>- Specified by:
getOptionSettingsin interfaceCfnConfigurationTemplateMixinProps- See Also:
-
getPlatformArn
Description copied from interface:CfnConfigurationTemplateMixinPropsThe 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 interfaceCfnConfigurationTemplateMixinProps- See Also:
-
getSolutionStackName
Description copied from interface:CfnConfigurationTemplateMixinPropsThe 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 interfaceCfnConfigurationTemplateMixinProps- See Also:
-
getSourceConfiguration
Description copied from interface:CfnConfigurationTemplateMixinPropsAn 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.
Returns union: either
IResolvableorCfnConfigurationTemplatePropsMixin.SourceConfigurationProperty- Specified by:
getSourceConfigurationin interfaceCfnConfigurationTemplateMixinProps- See Also:
-
$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()
-