AWS::BillingConductor::CustomLineItem CustomLineItemPercentageChargeDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::BillingConductor::CustomLineItem CustomLineItemPercentageChargeDetails

A representation of the charge details associated with a percentage custom line item.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "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