GetCostCategoryPlainArgs

data class GetCostCategoryPlainArgs(val costCategoryArn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetCostCategoryPlainArgs>

A collection of arguments for invoking getCostCategory.

Constructors

Link copied to clipboard
constructor(costCategoryArn: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Unique name for the Cost Category.

Link copied to clipboard
val tags: Map<String, String>? = null

Configuration block for the specific Tag to use for Expression. See below.

Functions

Link copied to clipboard
open override fun toJava(): GetCostCategoryPlainArgs