Source Cost Allocation Resource Args
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>>)