invoice_units_list_only
Lists invoice_units
in a region or regions, for all properties use invoice_units
Overview
Name | invoice_units_list_only |
Type | Resource |
Description | An 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. |
Id | aws.invoicing.invoice_units_list_only |
Fields
Name | Datatype | Description |
---|---|---|
invoice_unit_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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