costexplorer_get_tags: Queries for available tag keys and tag values for a specified...

View source: R/costexplorer_operations.R

costexplorer_get_tagsR Documentation

Queries for available tag keys and tag values for a specified period

Description

Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.

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

Usage

costexplorer_get_tags(
  SearchString = NULL,
  TimePeriod,
  TagKey = NULL,
  Filter = NULL,
  SortBy = NULL,
  MaxResults = NULL,
  NextPageToken = NULL
)

Arguments

SearchString

The value that you want to search for.

TimePeriod

[required] The start and end dates for retrieving the dimension values. The start date is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.

TagKey

The key of the tag that you want to return values for.

Filter
SortBy

The value that you want to sort the data by.

The key represents cost and usage metrics. The following values are supported:

  • BlendedCost

  • UnblendedCost

  • AmortizedCost

  • NetAmortizedCost

  • NetUnblendedCost

  • UsageQuantity

  • NormalizedUsageAmount

The supported values for SortOrder are ASCENDING and DESCENDING.

When you use SortBy, NextPageToken and SearchString aren't supported.

MaxResults

This field is only used when SortBy is provided in the request. The maximum number of objects that are returned for this request. If MaxResults isn't specified with SortBy, the request returns 1000 results as the default value for this parameter.

For get_tags, MaxResults has an upper quota of 1000.

NextPageToken

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.


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