BillingConductor.BillingGroup
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-billinggroup.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-computationpreference.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-accountgrouping.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
description : string option;
primary_account_id : string;
computation_preference : computation_preference;
account_grouping : account_grouping;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-billinggroup.html;
val make_properties :
?description:string ->
primary_account_id:string ->
computation_preference:computation_preference ->
account_grouping:account_grouping ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_computation_preference :
pricing_plan_arn:string ->
unit ->
computation_preference
val make_account_grouping :
linked_account_ids:string list ->
?auto_associate:bool ->
unit ->
account_grouping
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_computation_preference :
computation_preference ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_account_grouping :
account_grouping ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes