CostAllocationRuleDetailsArgs

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)

Properties

Link copied to clipboard

Source resources for cost allocation. At this time, this list can contain no more than one element.

Link copied to clipboard

Target resources for cost allocation. At this time, this list can contain no more than one element.

Functions

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