Billing / Client / associate_source_views
associate_source_views¶
- Billing.Client.associate_source_views(**kwargs)¶
Associates one or more source billing views with an existing billing view. This allows creating aggregate billing views that combine data from multiple sources.
See also: AWS API Documentation
Request Syntax
response = client.associate_source_views( arn='string', sourceViews=[ 'string', ] )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the billing view to associate source views with.
sourceViews (list) –
[REQUIRED]
A list of ARNs of the source billing views to associate.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string' }
Response Structure
(dict) –
arn (string) –
The ARN of the billing view that the source views were associated with.
Exceptions
Billing.Client.exceptions.BillingViewHealthStatusException
Billing.Client.exceptions.ServiceQuotaExceededException
Billing.Client.exceptions.ThrottlingException
Billing.Client.exceptions.ResourceNotFoundException
Billing.Client.exceptions.AccessDeniedException
Billing.Client.exceptions.ConflictException
Billing.Client.exceptions.ValidationException
Billing.Client.exceptions.InternalServerException