CostexplorerFunctions

Functions

Link copied to clipboard

Provides details about a specific CostExplorer Cost Category.

suspend fun getCostCategory(costCategoryArn: String, tags: Map<String, String>? = null): GetCostCategoryResult
Link copied to clipboard
suspend fun getTags(argument: GetTagsPlainArgs): GetTagsResult

Provides the available cost allocation tag keys and tag values for a specified period.

suspend fun getTags(argument: suspend GetTagsPlainArgsBuilder.() -> Unit): GetTagsResult
suspend fun getTags(filter: GetTagsFilter? = null, searchString: String? = null, sortBies: List<GetTagsSortBy>? = null, tagKey: String? = null, timePeriod: GetTagsTimePeriod): GetTagsResult