Package-level declarations

Types

Link copied to clipboard
class AppTemplate : KotlinCustomResource

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
Link copied to clipboard
object AppTemplateMapper : ResourceMapper<AppTemplate>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun appTemplate(name: String, block: suspend AppTemplateResourceBuilder.() -> Unit): AppTemplate