Module Wisdom.KnowledgeBase

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-knowledgebase.html

type server_side_encryption_configuration = {
  1. kms_key_id : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-serversideencryptionconfiguration.html

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

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

and app_integrations_configuration = {
  1. object_fields : string list option;
  2. app_integration_arn : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-appintegrationsconfiguration.html

and rendering_configuration = {
  1. template_uri : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-renderingconfiguration.html

and source_configuration = {
  1. app_integrations : app_integrations_configuration;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-sourceconfiguration.html

type properties = {
  1. description : string option;
  2. knowledge_base_type : string;
  3. source_configuration : source_configuration option;
  4. server_side_encryption_configuration : server_side_encryption_configuration option;
  5. rendering_configuration : rendering_configuration option;
  6. tags : tag list option;
  7. 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 ]
type attributes = {
  1. ref_ : string;
  2. knowledge_base_arn : string;
  3. knowledge_base_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string