Media Service Args
constructor(accountName: Output<String>? = null, encryption: Output<AccountEncryptionArgs>? = null, identity: Output<MediaServiceIdentityArgs>? = null, keyDelivery: Output<KeyDeliveryArgs>? = null, location: Output<String>? = null, minimumTlsVersion: Output<Either<String, MinimumTlsVersion>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, storageAccounts: Output<List<StorageAccountArgs>>? = null, storageAuthentication: Output<Either<String, StorageAuthentication>>? = null, tags: Output<Map<String, String>>? = null)