Module Personalize.DatasetGroup

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-datasetgroup.html

type properties = {
  1. kms_key_arn : string option;
  2. domain : string option;
  3. role_arn : string option;
  4. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-datasetgroup.html;

val make_properties : ?kms_key_arn:string -> ?domain:string -> ?role_arn:string -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. dataset_group_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string