Kpi Args
constructor(aliases: Output<List<KpiAliasArgs>>? = null, calculationWindow: Output<CalculationWindowTypes>? = null, calculationWindowFieldName: Output<String>? = null, description: Output<Map<String, String>>? = null, displayName: Output<Map<String, String>>? = null, entityType: Output<EntityTypes>? = null, entityTypeName: Output<String>? = null, expression: Output<String>? = null, extracts: Output<List<KpiExtractArgs>>? = null, filter: Output<String>? = null, function: Output<KpiFunctions>? = null, groupBy: Output<List<String>>? = null, hubName: Output<String>? = null, kpiName: Output<String>? = null, resourceGroupName: Output<String>? = null, thresHolds: Output<KpiThresholdsArgs>? = null, unit: Output<String>? = null)