Associate Source Views
| billing_associate_source_views | R Documentation |
Associates one or more source billing views with an existing billing view¶
Description¶
Associates one or more source billing views with an existing billing view. This allows creating aggregate billing views that combine data from multiple sources.
Usage¶
billing_associate_source_views(arn, sourceViews)
Arguments¶
arn |
[required] The Amazon Resource Name (ARN) of the billing view to associate source views with. |
sourceViews |
[required] A list of ARNs of the source billing views to associate. |
Value¶
A list with the following syntax:
list(
arn = "string"
)
Request syntax¶
svc$associate_source_views(
arn = "string",
sourceViews = list(
"string"
)
)