Package-level declarations

Types

Link copied to clipboard
class Controller : KotlinCustomResource

Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
data class ControllerArgs(val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val targetContainerHostCredentialsBase64: Output<String>? = null, val targetContainerHostResourceId: Output<String>? = null) : ConvertibleToJava<ControllerArgs>

Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
Link copied to clipboard
object ControllerMapper : ResourceMapper<Controller>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun controller(name: String, block: suspend ControllerResourceBuilder.() -> Unit): Controller