AWS::BillingConductor::CustomLineItem BillingPeriodRange
The billing period range in which the custom line item request will be applied.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ExclusiveEndBillingPeriod" :String, "InclusiveStartBillingPeriod" :String}
YAML
ExclusiveEndBillingPeriod:StringInclusiveStartBillingPeriod:String
Properties
ExclusiveEndBillingPeriodThe exclusive end billing period that defines a billing period range where a custom line is applied.
Required: No
Type: String
Update requires: Replacement
InclusiveStartBillingPeriodThe inclusive start billing period that defines a billing period range where a custom line is applied.
Required: No
Type: String
Update requires: Replacement