Package-level declarations

Types

Link copied to clipboard
class App : KotlinCustomResource

The IoT Central application. API Version: 2021-06-01.

Link copied to clipboard
data class AppArgs(val displayName: Output<String>? = null, val identity: Output<SystemAssignedServiceIdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val sku: Output<AppSkuInfoArgs>? = null, val subdomain: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val template: Output<String>? = null) : ConvertibleToJava<AppArgs>

The IoT Central application. API Version: 2021-06-01.

Link copied to clipboard

Builder for AppArgs.

Link copied to clipboard
object AppMapper : ResourceMapper<App>
Link copied to clipboard

Builder for App.

Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The private endpoint connection resource. API Version: 2021-11-01-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The private endpoint connection resource. API Version: 2021-11-01-preview.

Functions

Link copied to clipboard
fun app(name: String): App
suspend fun app(name: String, block: suspend AppResourceBuilder.() -> Unit): App