AppIntegrations.DataIntegration
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-dataintegration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-scheduleconfig.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-fileconfiguration.html
type properties = {
schedule_config : schedule_config option;
file_configuration : file_configuration option;
description : string option;
source_uri : string;
object_configuration : Yojson.Safe.t option;
kms_key : string;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-dataintegration.html;
val make_properties :
?schedule_config:schedule_config ->
?file_configuration:file_configuration ->
?description:string ->
source_uri:string ->
?object_configuration:Yojson.Safe.t ->
kms_key:string ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_schedule_config :
?first_execution_from:string ->
schedule_expression:string ->
?object_:string ->
unit ->
schedule_config
val make_file_configuration :
?filters:Yojson.Safe.t ->
folders:string list ->
unit ->
file_configuration
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_schedule_config :
schedule_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_file_configuration :
file_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes