Module CE.CostCategory

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html

type properties = {
  1. default_value : string option;
  2. split_charge_rules : string option;
  3. rule_version : string;
  4. rules : string;
  5. 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 ]
type attributes = {
  1. ref_ : string;
  2. effective_start : string;
  3. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string