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 AWS CloudFormation template, use the following syntax:
JSON
{ "Flat" :
CustomLineItemFlatChargeDetails
, "Percentage" :CustomLineItemPercentageChargeDetails
, "Type" :String
}
YAML
Flat:
CustomLineItemFlatChargeDetails
Percentage:CustomLineItemPercentageChargeDetails
Type:String
Properties
Flat
-
A
CustomLineItemFlatChargeDetails
that describes the charge details of a flat custom line item.Required: No
Type: CustomLineItemFlatChargeDetails
Update requires: No interruption
Percentage
-
A
CustomLineItemPercentageChargeDetails
that 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