listRevenueAttributionAllocations

Returns a paginated list of committed allocations with support for filtering by entity, customer, status, or date range.

Samples

// Example for ListRevenueAttributionAllocations
val resp = partnerCentralRevenueMeasurementClient.listRevenueAttributionAllocations {
    catalog = CatalogName.fromValue("AWS")
    revenueAttributionIdentifier = "ra-0a1b2c3d4e5f6"
}