getRevenueAttributionAllocation

Retrieves a single allocation by its RevenueAttributionAllocationId. Supports optional point-in-time version queries.

Samples

// Example for GetRevenueAttributionAllocation
val resp = partnerCentralRevenueMeasurementClient.getRevenueAttributionAllocation {
    catalog = CatalogName.fromValue("AWS")
    revenueAttributionIdentifier = "ra-0a1b2c3d4e5f6"
    revenueAttributionAllocationId = "alloc-abc123def4567"
}