Skip to main content

source_views_for_billing_views

Creates, updates, deletes, gets or lists a source_views_for_billing_views resource.

Overview

Namesource_views_for_billing_views
TypeResource
Idaws.billing.source_views_for_billing_views

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
source_viewstringA list of billing views used as the data source for the custom billing view.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_source_views_for_billing_viewselectregionLists the source views (managed Amazon Web Services billing views) associated with the billing view.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Lists the source views (managed Amazon Web Services billing views) associated with the billing view.

SELECT
source_view
FROM aws.billing.source_views_for_billing_views
WHERE region = '{{ region }}' -- required
;