Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

An Azure Video Indexer account. Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2021-10-18-preview. Other available API versions: 2024-01-01, 2024-04-01-preview, 2024-06-01-preview, 2024-09-23-preview, 2025-01-01, 2025-03-01.

Link copied to clipboard
data class AccountArgs(val accountId: Output<String>? = null, val accountName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val mediaServices: Output<MediaServicesForPutRequestArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

An Azure Video Indexer account. Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2021-10-18-preview. Other available API versions: 2024-01-01, 2024-04-01-preview, 2024-06-01-preview, 2024-09-23-preview, 2025-01-01, 2025-03-01.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The private endpoint connection resource. Uses Azure REST API version 2024-06-01-preview.

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

The private endpoint connection resource. Uses Azure REST API version 2024-06-01-preview.

Link copied to clipboard

Functions

Link copied to clipboard
fun account(name: String): Account
suspend fun account(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account