Creates a billing view with the specified billing view attributes.
See https://www.paws-r-sdk.com/docs/billing_create_billing_view/ for full documentation.
billing_create_billing_view(
name,
description = NULL,
sourceViews,
dataFilterExpression = NULL,
clientToken = NULL,
resourceTags = NULL
)
[required] The name of the billing view.
The description of the billing view.
[required] A list of billing views used as the data source for the custom billing view.
See
Expression.
Billing view only supports LINKED_ACCOUNT
and Tags
.
A unique, case-sensitive identifier you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. If the original request completes successfully, any subsequent retries complete successfully without performing any further actions with an idempotent request.
A list of key value map specifying tags associated to the billing view being created.