CE.CostCategory
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html
type properties = {
default_value : string option;
split_charge_rules : string option;
rule_version : string;
rules : string;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html;
val make_properties :
?default_value:string ->
?split_charge_rules:string ->
rule_version:string ->
rules:string ->
name:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes