Values.KnowledgeBaseDataSourceInformation about the knowledge base.
type nonrec t = {description : Description.t option;The description.
*)knowledgeBaseArn : Arn.t option;The Amazon Resource Name (ARN) of the knowledge base.
*)knowledgeBaseId : Uuid.t option;The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
*)knowledgeBaseType : KnowledgeBaseType.t option;The type of knowledge base.
*)lastContentModificationTime : SyntheticTimestamp_epoch_seconds.t option;An epoch timestamp indicating the most recent content modification inside the knowledge base. If no content exists in a knowledge base, this value is unset.
*)name : Name.t option;The name of the knowledge base.
*)renderingConfiguration : RenderingConfiguration.t option;Information about how to render the content.
*)serverSideEncryptionConfiguration : ServerSideEncryptionConfiguration.t option;The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, and kms:Decrypt/kms:GenerateDataKey permissions to the IAM identity using the key to invoke Wisdom. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
*)sourceConfiguration : SourceConfiguration.t option;Source configuration information about the knowledge base.
*)status : KnowledgeBaseStatus.t option;The status of the knowledge base.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Description.t
| `Structure of
(string
* [> `String of Uri_.t
| `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of GenericArn.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_epoch_seconds.t ])
list ]