Skip to main content

invoice_units_list_only

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

Overview

Nameinvoice_units_list_only
TypeResource
DescriptionAn invoice unit is a set of mutually exclusive accounts that correspond to your business entity. Invoice units allow you to separate AWS account costs and configures your invoice for each business entity.
Idaws.invoicing.invoice_units_list_only

Fields

NameDatatypeDescription
invoice_unit_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all invoice_units in a region.

SELECT
region,
invoice_unit_arn
FROM aws.invoicing.invoice_units_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the invoice_units_list_only resource, see invoice_units