Cost Allocation Rule Properties Args
data class CostAllocationRulePropertiesArgs(val description: Output<String>? = null, val details: Output<CostAllocationRuleDetailsArgs>, val status: Output<Either<String, RuleStatus>>) : ConvertibleToJava<CostAllocationRulePropertiesArgs>
The properties of a cost allocation rule
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, details: Output<CostAllocationRuleDetailsArgs>, status: Output<Either<String, RuleStatus>>)