Module CustomerProfiles.EventStream

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-eventstream.html

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

and destination_details = {
  1. status : string;
  2. uri : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventstream-destinationdetails.html

type properties = {
  1. domain_name : string;
  2. event_stream_name : string;
  3. uri : string;
  4. tags : tag list option;
}

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

val make_properties : domain_name:string -> event_stream_name:string -> uri:string -> ?tags:tag list -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val make_destination_details : status:string -> uri:string -> unit -> destination_details
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_destination_details : destination_details -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. destination_details__status : string;
  3. event_stream_arn : string;
  4. state : string;
  5. created_at : string;
  6. destination_details__uri : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string