billingconductor_list_account_associations: This is a paginated call to list linked accounts that are...

View source: R/billingconductor_operations.R

billingconductor_list_account_associationsR Documentation

This is a paginated call to list linked accounts that are linked to the payer account for the specified time period

Description

This is a paginated call to list linked accounts that are linked to the payer account for the specified time period. If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.

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

Usage

billingconductor_list_account_associations(
  BillingPeriod = NULL,
  Filters = NULL,
  NextToken = NULL
)

Arguments

BillingPeriod

The preferred billing period to get account associations.

Filters

The filter on the account ID of the linked account, or any of the following:

MONITORED: linked accounts that are associated to billing groups.

UNMONITORED: linked accounts that aren't associated to billing groups.

⁠Billing Group Arn⁠: linked accounts that are associated to the provided billing group Arn.

NextToken

The pagination token that's used on subsequent calls to retrieve accounts.


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