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" :Number
}
YAML
ChildAssociatedResources:
- String
PercentageValue:Number
Properties
ChildAssociatedResources
-
A list of resource ARNs to associate to the percentage custom line item.
Required: No
Type: Array 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: Number
Minimum:
0
Maximum:
10000
Update requires: No interruption