GetConfigurationTemplatePlainArgs

data class GetConfigurationTemplatePlainArgs(val applicationName: String, val templateName: String) : ConvertibleToJava<GetConfigurationTemplatePlainArgs>

Constructors

Link copied to clipboard
constructor(applicationName: String, templateName: String)

Properties

Link copied to clipboard

The name of the Elastic Beanstalk application to associate with this configuration template.

Link copied to clipboard

The name of the configuration template

Functions

Link copied to clipboard
open override fun toJava(): GetConfigurationTemplatePlainArgs