custom_line_items
Retrieves a list of custom_line_items
in a region
Overview
Name | custom_line_items |
Type | Resource |
Description | custom_line_items |
Id | awscc.billingconductor.custom_line_items |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | ARN |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.billingconductor.custom_line_items
WHERE region = 'us-east-1'
Permissions
To operate on the custom_line_items
resource, the following permissions are required:
Create
billingconductor:CreateCustomLineItem,
billingconductor:BatchAssociateResourcesToCustomLineItem,
billingconductor:ListCustomLineItems,
billingconductor:TagResource,
billingconductor:ListTagsForResource
List
billingconductor:ListCustomLineItems,
billingconductor:ListResourcesAssociatedToCustomLineItem,
billingconductor:ListTagsForResource