createRevenueAttribution
abstract suspend fun createRevenueAttribution(input: CreateRevenueAttributionRequest): CreateRevenueAttributionResponse
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")
}Content copied to clipboard