source_views_for_billing_views
Creates, updates, deletes, gets or lists a source_views_for_billing_views resource.
Overview
| Name | source_views_for_billing_views |
| Type | Resource |
| Id | aws.billing.source_views_for_billing_views |
Fields
The following fields are returned by SELECT queries:
- list_source_views_for_billing_view
| Name | Datatype | Description |
|---|---|---|
source_view | string | A list of billing views used as the data source for the custom billing view. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_source_views_for_billing_view | select | region | Lists 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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_source_views_for_billing_view
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
;