Values.CreateBillingViewRequestSourceCreates a billing view with the specified billing view attributes.
type nonrec t = {name : BillingViewName.t;The name of the billing view.
*)description : BillingViewDescription.t option;The description of the billing view.
*)sourceViews : BillingViewSourceViewsList.t;A list of billing views used as the data source for the custom billing view.
*)dataFilterExpression : Expression.t option;See Expression. Billing view only supports LINKED_ACCOUNT, Tags, and CostCategories.
*)clientToken : ClientToken.t option;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 : ResourceTagList.t option;A list of key value map specifying tags associated to the billing view being created.
*)}val make :
?description:??? ->
?dataFilterExpression:??? ->
?clientToken:??? ->
?resourceTags:??? ->
name:BillingViewName.t ->
sourceViews:BillingViewSourceViewsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of BillingViewArn.t
| `Structure of (string * [> `String of ResourceTagKey.t ]) list ]
list
| `String of BillingViewName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Value.t ] list
| `String of TagKey.t
| `Timestamp of Timestamp.t ])
list ])
list ])
list ]