costexplorer_list_cost_allocation_tags: Get a list of cost allocation tags

View source: R/costexplorer_operations.R

costexplorer_list_cost_allocation_tagsR Documentation

Get a list of cost allocation tags

Description

Get a list of cost allocation tags. All inputs in the API are optional and serve as filters. By default, all cost allocation tags are returned.

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

Usage

costexplorer_list_cost_allocation_tags(
  Status = NULL,
  TagKeys = NULL,
  Type = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Status

The status of cost allocation tag keys that are returned for this request.

TagKeys

The list of cost allocation tag keys that are returned for this request.

Type

The type of CostAllocationTag object that are returned for this request. The AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you define, create, and apply to resources.

NextToken

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

MaxResults

The maximum number of objects that are returned for this request. By default, the request returns 100 results.


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