AWS::BillingConductor::CustomLineItem CustomLineItemPercentageChargeDetails
A representation of the charge details associated with a percentage custom line item.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ChildAssociatedResources" :
[ String, ... ]
, "PercentageValue" :Double
}
YAML
ChildAssociatedResources:
- String
PercentageValue:Double
Properties
ChildAssociatedResources
A list of resource ARNs to associate to the percentage custom line item.
Required: No
Type: List of String
Update requires: No interruption
PercentageValue
-
The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
Required: Yes
Type: Double
Update requires: No interruption