AccountStorageArgs

data class AccountStorageArgs(val storageAccountId: Output<String>, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<AccountStorageArgs>

Constructors

Link copied to clipboard
constructor(storageAccountId: Output<String>, userAssignedIdentityId: Output<String>? = null)

Properties

Link copied to clipboard

The ID of the storage account to be associated with the Video Indexer Account. Changing this forces a new Video Indexer Account to be created.

Link copied to clipboard
val userAssignedIdentityId: Output<String>? = null

The reference to the user assigned identity to use to access the Storage Account.

Functions

Link copied to clipboard
open override fun toJava(): AccountStorageArgs