Creates a billing view with the specified billing view attributes
Source:R/billing_operations.R
billing_create_billing_view.RdCreates a billing view with the specified billing view attributes.
See https://www.paws-r-sdk.com/docs/billing_create_billing_view/ for full documentation.
Usage
billing_create_billing_view(
name,
description = NULL,
sourceViews,
dataFilterExpression = NULL,
clientToken = NULL,
resourceTags = NULL
)Arguments
- 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
LINKED_ACCOUNT,Tags, andCostCategories.- 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.
A list of key value map specifying tags associated to the billing view being created.