Target Cost Allocation Resource Args
data class TargetCostAllocationResourceArgs(val name: Output<String>, val policyType: Output<Either<String, CostAllocationPolicyType>>, val resourceType: Output<Either<String, CostAllocationResourceType>>, val values: Output<List<CostAllocationProportionArgs>>) : ConvertibleToJava<TargetCostAllocationResourceArgs>
Target resources for cost allocation.
Constructors
Link copied to clipboard
constructor(name: Output<String>, policyType: Output<Either<String, CostAllocationPolicyType>>, resourceType: Output<Either<String, CostAllocationResourceType>>, values: Output<List<CostAllocationProportionArgs>>)