Wisdom.KnowledgeBase
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-knowledgebase.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-serversideencryptionconfiguration.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-wisdom-knowledgebase-appintegrationsconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-renderingconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-sourceconfiguration.html
type properties = {
description : string option;
knowledge_base_type : string;
source_configuration : source_configuration option;
server_side_encryption_configuration : server_side_encryption_configuration
option;
rendering_configuration : rendering_configuration option;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-knowledgebase.html;
val make_properties :
?description:string ->
knowledge_base_type:string ->
?source_configuration:source_configuration ->
?server_side_encryption_configuration:server_side_encryption_configuration ->
?rendering_configuration:rendering_configuration ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_server_side_encryption_configuration :
?kms_key_id:string ->
unit ->
server_side_encryption_configuration
val make_tag : value:string -> key:string -> unit -> tag
val make_app_integrations_configuration :
?object_fields:string list ->
app_integration_arn:string ->
unit ->
app_integrations_configuration
val make_rendering_configuration :
?template_uri:string ->
unit ->
rendering_configuration
val make_source_configuration :
app_integrations:app_integrations_configuration ->
unit ->
source_configuration
val yojson_of_server_side_encryption_configuration :
server_side_encryption_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_app_integrations_configuration :
app_integrations_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_rendering_configuration :
rendering_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_source_configuration :
source_configuration ->
[> `Assoc of (string * [> `Assoc of (string * Yojson.Safe.t) list ]) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes