Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

Manages a Media Services Account.

Link copied to clipboard
data class AccountArgs constructor(val encryption: Output<AccountEncryptionArgs>? = null, val identity: Output<AccountIdentityArgs>? = null, val keyDeliveryAccessControl: Output<AccountKeyDeliveryAccessControlArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val resourceGroupName: Output<String>? = null, val storageAccounts: Output<List<AccountStorageAccountArgs>>? = null, val storageAuthenticationType: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

Manages a Media Services Account.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard

Functions

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