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 AWS CloudFormation template, use the following syntax:
JSON
{ "ExclusiveEndBillingPeriod" :
String
, "InclusiveStartBillingPeriod" :String
}
YAML
ExclusiveEndBillingPeriod:
String
InclusiveStartBillingPeriod:String
Properties
ExclusiveEndBillingPeriod
-
The exclusive end billing period that defines a billing period range where a custom line is applied.
Required: No
Type: String
Pattern:
\d{4}-(0?[1-9]|1[012])
Update requires: Replacement
InclusiveStartBillingPeriod
-
The inclusive start billing period that defines a billing period range where a custom line is applied.
Required: No
Type: String
Pattern:
\d{4}-(0?[1-9]|1[012])
Update requires: Replacement