Package-level declarations
Types
Link copied to clipboard
Provides a Apsara Agile Live (IMP) App Template resource. For information about Apsara Agile Live (IMP) App Template and how to use it, see What is App Template.
Link copied to clipboard
data class AppTemplateArgs(val appTemplateName: Output<String>? = null, val componentLists: Output<List<String>>? = null, val configLists: Output<List<AppTemplateConfigListArgs>>? = null, val integrationMode: Output<String>? = null, val scene: Output<String>? = null) : ConvertibleToJava<AppTemplateArgs>
Provides a Apsara Agile Live (IMP) App Template resource. For information about Apsara Agile Live (IMP) App Template and how to use it, see What is App Template.
Link copied to clipboard
class AppTemplateArgsBuilder
Builder for AppTemplateArgs.
Link copied to clipboard
Link copied to clipboard
Builder for AppTemplate.
Link copied to clipboard
object ImpFunctions
Functions
Link copied to clipboard
suspend fun appTemplate(name: String, block: suspend AppTemplateResourceBuilder.() -> Unit): AppTemplate