Package-level declarations

Types

Link copied to clipboard
class Association : KotlinCustomResource

The resource definition of this association. Uses Azure REST API version 2018-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard
data class AssociationArgs(val associationName: Output<String>? = null, val scope: Output<String>? = null, val targetResourceId: Output<String>? = null) : ConvertibleToJava<AssociationArgs>

The resource definition of this association. Uses Azure REST API version 2018-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard
Link copied to clipboard
object AssociationMapper : ResourceMapper<Association>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CustomResourceProvider : KotlinCustomResource

A manifest file that defines the custom resource provider resources. Uses Azure REST API version 2018-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard
data class CustomResourceProviderArgs(val actions: Output<List<CustomRPActionRouteDefinitionArgs>>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceProviderName: Output<String>? = null, val resourceTypes: Output<List<CustomRPResourceTypeRouteDefinitionArgs>>? = null, val tags: Output<Map<String, String>>? = null, val validations: Output<List<CustomRPValidationsArgs>>? = null) : ConvertibleToJava<CustomResourceProviderArgs>

A manifest file that defines the custom resource provider resources. Uses Azure REST API version 2018-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun association(name: String, block: suspend AssociationResourceBuilder.() -> Unit): Association