ADCCatalog Args
constructor(admins: Output<List<PrincipalsArgs>>? = null, catalogName: Output<String>? = null, enableAutomaticUnitAdjustment: Output<Boolean>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<Either<String, SkuType>>? = null, successfullyProvisioned: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, units: Output<Int>? = null, users: Output<List<PrincipalsArgs>>? = null)