Get Configuration Template Result
data class GetConfigurationTemplateResult(val description: String? = null, val optionSettings: List<ConfigurationTemplateConfigurationOptionSetting>? = null, val templateName: String? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, optionSettings: List<ConfigurationTemplateConfigurationOptionSetting>? = null, templateName: String? = null)
Properties
Link copied to clipboard
An optional description for this configuration.
Link copied to clipboard
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.
Link copied to clipboard
The name of the configuration template