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 |
---|---|---|
name | string | |
description | string | |
custom_line_item_charge_details | object | |
billing_group_arn | string | Billing Group ARN |
billing_period_range | object | |
arn | string | ARN |
creation_time | integer | Creation timestamp in UNIX epoch time format |
last_modified_time | integer | Latest modified timestamp in UNIX epoch time format |
association_size | integer | Number of source values associated to this custom line item |
product_code | string | |
currency_code | string | |
account_id | string | The account which this custom line item will be charged to |
tags | array | |
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