Database Args
constructor(autoPauseDelay: Output<Int>? = null, catalogCollation: Output<Either<String, CatalogCollationType>>? = null, collation: Output<String>? = null, createMode: Output<Either<String, CreateMode>>? = null, databaseName: Output<String>? = null, elasticPoolId: Output<String>? = null, federatedClientId: Output<String>? = null, highAvailabilityReplicaCount: Output<Int>? = null, identity: Output<DatabaseIdentityArgs>? = null, isLedgerOn: Output<Boolean>? = null, licenseType: Output<Either<String, DatabaseLicenseType>>? = null, location: Output<String>? = null, longTermRetentionBackupResourceId: Output<String>? = null, maintenanceConfigurationId: Output<String>? = null, maxSizeBytes: Output<Double>? = null, minCapacity: Output<Double>? = null, readScale: Output<Either<String, DatabaseReadScale>>? = null, recoverableDatabaseId: Output<String>? = null, recoveryServicesRecoveryPointId: Output<String>? = null, requestedBackupStorageRedundancy: Output<Either<String, BackupStorageRedundancy>>? = null, resourceGroupName: Output<String>? = null, restorableDroppedDatabaseId: Output<String>? = null, restorePointInTime: Output<String>? = null, sampleName: Output<Either<String, SampleName>>? = null, secondaryType: Output<Either<String, SecondaryType>>? = null, serverName: Output<String>? = null, sku: Output<SkuArgs>? = null, sourceDatabaseDeletionDate: Output<String>? = null, sourceDatabaseId: Output<String>? = null, sourceResourceId: Output<String>? = null, tags: Output<Map<String, String>>? = null, zoneRedundant: Output<Boolean>? = null)