aws.billingconductor.list_resources_associated_to_custom_line_item
Example SQL Queries
SELECT * FROMaws.billingconductor.list_resources_associated_to_custom_line_itemWHERE"arn" = 'VALUE';Description
List the resources that are associated to a custom line item.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The custom line item ARN for which the resource associations are listed. | VARCHAR |
| billing_period Input Column The billing period for which the resource associations will be listed. | VARCHAR |
| filters Input Column (Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of resources that should be retrieved. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| associated_resources A list of ListResourcesAssociatedToCustomLineItemResponseElement for each resource association retrieved. | STRUCT( |
Show child fields
| |