Skip to main content

custom_line_items_list_only

Lists custom_line_items in a region or regions, for all properties use custom_line_items

Overview

Namecustom_line_items_list_only
TypeResource
DescriptionA custom line item is an one time charge that is applied to a specific billing group's bill.
Idaws.billingconductor.custom_line_items_list_only

Fields

NameDatatypeDescription
namestring
descriptionstring
custom_line_item_charge_detailsobject
billing_group_arnstringBilling Group ARN
billing_period_rangeobject
arnstringARN
creation_timeintegerCreation timestamp in UNIX epoch time format
last_modified_timeintegerLatest modified timestamp in UNIX epoch time format
association_sizeintegerNumber of source values associated to this custom line item
product_codestring
currency_codestring
account_idstringThe account which this custom line item will be charged to
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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