This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BillingConductor::CustomLineItem PresentationDetails
An object that defines how custom line item charges are presented in the bill, containing specifications for service presentation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Service" :String}
YAML
Service:String
Properties
Service-
The service under which the custom line item charges will be presented. Must be a string between 1 and 128 characters matching the pattern
^[a-zA-Z0-9]+$.Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]+$Update requires: Replacement