custom_line_item
Gets an individual custom_line_item
resource
Overview
Name | custom_line_item |
Type | Resource |
Description | custom_line_item |
Id | awscc.billingconductor.custom_line_item |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
description | string | |
custom_line_item_charge_details | object | |
billing_group_arn | string | Billing Group ARN |
billing_period_range | object | |
arn | string | ARN |
creation_time | integer | Creation timestamp in UNIX epoch time format |
last_modified_time | integer | Latest modified timestamp in UNIX epoch time format |
association_size | integer | Number of source values associated to this custom line item |
product_code | string | |
currency_code | string | |
account_id | string | The account which this custom line item will be charged to |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
description,
custom_line_item_charge_details,
billing_group_arn,
billing_period_range,
arn,
creation_time,
last_modified_time,
association_size,
product_code,
currency_code,
account_id,
tags
FROM awscc.billingconductor.custom_line_item
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the custom_line_item
resource, the following permissions are required:
Read
billingconductor:ListCustomLineItems,
billingconductor:ListCustomLineItemVersions,
billingconductor:ListResourcesAssociatedToCustomLineItem,
billingconductor:ListTagsForResource
Update
billingconductor:UpdateCustomLineItem,
billingconductor:ListCustomLineItems,
billingconductor:ListResourcesAssociatedToCustomLineItem,
billingconductor:BatchAssociateResourcesToCustomLineItem,
billingconductor:BatchDisassociateResourcesFromCustomLineItem,
billingconductor:TagResource,
billingconductor:UntagResource
Delete
billingconductor:DeleteCustomLineItem,
billingconductor:ListCustomLineItems,
billingconductor:BatchDisassociateResourcesFromCustomLineItem,
billingconductor:ListResourcesAssociatedToCustomLineItem,
billingconductor:UntagResource