createRevenueAttribution

Creates a new revenue attribution record in the specified catalog.

Samples

// Example for CreateRevenueAttribution
val resp = partnerCentralRevenueMeasurementClient.createRevenueAttribution {
    catalog = CatalogName.fromValue("AWS")
    name = "My Revenue Attribution"
    tenancyModel = TenancyModel.fromValue("MULTI_TENANT")
}