Cost Allocation Rule Details Args
data class CostAllocationRuleDetailsArgs(val sourceResources: Output<List<SourceCostAllocationResourceArgs>>? = null, val targetResources: Output<List<TargetCostAllocationResourceArgs>>? = null) : ConvertibleToJava<CostAllocationRuleDetailsArgs>
Resource details of the cost allocation rule
Constructors
Link copied to clipboard
constructor(sourceResources: Output<List<SourceCostAllocationResourceArgs>>? = null, targetResources: Output<List<TargetCostAllocationResourceArgs>>? = null)