get Configuration Template
suspend fun getConfigurationTemplate(argument: GetConfigurationTemplatePlainArgs): GetConfigurationTemplateResult
Resource Type definition for AWS::ElasticBeanstalk::ConfigurationTemplate
Return
null
Parameters
argument
null
suspend fun getConfigurationTemplate(applicationName: String, templateName: String): GetConfigurationTemplateResult
Return
null
Parameters
application Name
The name of the Elastic Beanstalk application to associate with this configuration template.
template Name
The name of the configuration template
See also
suspend fun getConfigurationTemplate(argument: suspend GetConfigurationTemplatePlainArgsBuilder.() -> Unit): GetConfigurationTemplateResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.elasticbeanstalk.kotlin.inputs.GetConfigurationTemplatePlainArgs.