GetConfigurationTemplateResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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
val templateName: String? = null

The name of the configuration template