custom_line_items_list_only
Lists custom_line_items in a region or regions, for all properties use custom_line_items
Overview
| Name | custom_line_items_list_only |
| Type | Resource |
| Description | A custom line item is an one time charge that is applied to a specific billing group's bill. |
| Id | aws.billingconductor.custom_line_items_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | ARN |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all custom_line_items in a region.
SELECT
region,
arn
FROM aws.billingconductor.custom_line_items_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the custom_line_items_list_only resource, see custom_line_items