View source: R/billing_operations.R
billing_create_billing_view | R Documentation |
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
)
name |
[required] The name of the billing view. |
description |
The description of the billing view. |
sourceViews |
[required] A list of billing views used as the data source for the custom billing view. |
dataFilterExpression |
See
Expression.
Billing view only supports |
clientToken |
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. |
resourceTags |
A list of key value map specifying tags associated to the billing view being created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.