Costexplorer Functions
object CostexplorerFunctions
Functions
Link copied to clipboard
Provides details about a specific CostExplorer Cost Category.
suspend fun getCostCategory(argument: suspend GetCostCategoryPlainArgsBuilder.() -> Unit): GetCostCategoryResult
suspend fun getCostCategory(costCategoryArn: String, tags: Map<String, String>? = null): GetCostCategoryResult
Link copied to clipboard
Provides details about a specific CE Tags.
suspend fun getTags(filter: GetTagsFilter? = null, searchString: String? = null, sortBies: List<GetTagsSortBy>? = null, tagKey: String? = null, timePeriod: GetTagsTimePeriod): GetTagsResult