Learn R Programming

paws.cost.management (version 0.8.0)

billing_create_billing_view: Creates a billing view with the specified billing view attributes

Description

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.

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 and Tags.

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.