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

Functions

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

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.