AWS::BillingConductor::CustomLineItem CustomLineItemChargeDetails
The charge details of a custom line item. It should contain only one of Flat or Percentage.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Flat" :CustomLineItemFlatChargeDetails, "Percentage" :CustomLineItemPercentageChargeDetails, "Type" :String}
YAML
Flat:CustomLineItemFlatChargeDetailsPercentage:CustomLineItemPercentageChargeDetailsType:String
Properties
Flat-
A
CustomLineItemFlatChargeDetailsthat describes the charge details of a flat custom line item.Required: No
Type: CustomLineItemFlatChargeDetails
Update requires: No interruption
Percentage-
A
CustomLineItemPercentageChargeDetailsthat describes the charge details of a percentage custom line item.Required: No
Type: CustomLineItemPercentageChargeDetails
Update requires: No interruption
Type-
The type of the custom line item that indicates whether the charge is a fee or credit.
Required: Yes
Type: String
Update requires: Replacement