billingconductor_list_resou_assoc_to_custo_line_item: List the resources that are associated to a custom line item

billingconductor_list_resources_associated_to_custom_line_itemR Documentation

List the resources that are associated to a custom line item

Description

List the resources that are associated to a custom line item.

See https://www.paws-r-sdk.com/docs/billingconductor_list_resources_associated_to_custom_line_item/ for full documentation.

Usage

billingconductor_list_resources_associated_to_custom_line_item(
  BillingPeriod = NULL,
  Arn,
  MaxResults = NULL,
  NextToken = NULL,
  Filters = NULL
)

Arguments

BillingPeriod

The billing period for which the resource associations will be listed.

Arn

[required] The ARN of the custom line item for which the resource associations will be listed.

MaxResults

(Optional) The maximum number of resource associations to be retrieved.

NextToken

(Optional) The pagination token that's returned by a previous request.

Filters

(Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of resources that should be retrieved.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.