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
arnstringARN
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