SourceCostAllocationResourceArgs

data class SourceCostAllocationResourceArgs(val name: Output<String>, val resourceType: Output<Either<String, CostAllocationResourceType>>, val values: Output<List<String>>) : ConvertibleToJava<SourceCostAllocationResourceArgs>

Source resources for cost allocation

Constructors

Link copied to clipboard
constructor(name: Output<String>, resourceType: Output<Either<String, CostAllocationResourceType>>, values: Output<List<String>>)

Properties

Link copied to clipboard
val name: Output<String>

If resource type is dimension, this must be either ResourceGroupName or SubscriptionId. If resource type is tag, this must be a valid Azure tag

Link copied to clipboard

Type of resources contained in this cost allocation rule

Link copied to clipboard
val values: Output<List<String>>

Source Resources for cost allocation. This list cannot contain more than 25 values.

Functions

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