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
                fun CostAllocationRuleDetailsArgs(sourceResources: Output<List<SourceCostAllocationResourceArgs>>? = null, targetResources: Output<List<TargetCostAllocationResourceArgs>>? = null)