Skip to content

Disassociate Source Views

billing_disassociate_source_views R Documentation

Removes the association between one or more source billing views and an existing billing view

Description

Removes the association between one or more source billing views and an existing billing view. This allows modifying the composition of aggregate billing views.

Usage

billing_disassociate_source_views(arn, sourceViews)

Arguments

arn

[required] The Amazon Resource Name (ARN) of the billing view to disassociate source views from.

sourceViews

[required] A list of ARNs of the source billing views to disassociate.

Value

A list with the following syntax:

list(
  arn = "string"
)

Request syntax

svc$disassociate_source_views(
  arn = "string",
  sourceViews = list(
    "string"
  )
)