CostAllocationProportionArgs

data class CostAllocationProportionArgs(val name: Output<String>, val percentage: Output<Double>) : ConvertibleToJava<CostAllocationProportionArgs>

Target resources and allocation

Constructors

Link copied to clipboard
constructor(name: Output<String>, percentage: Output<Double>)

Properties

Link copied to clipboard
val name: Output<String>

Target resource for cost allocation

Link copied to clipboard
val percentage: Output<Double>

Percentage of source cost to allocate to this resource. This value can be specified to two decimal places and the total percentage of all resources in this rule must sum to 100.00.

Functions

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