Class: Aws::ConnectWisdomService::Types::CreateKnowledgeBaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::CreateKnowledgeBaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description.
-
#knowledge_base_type ⇒ String
The type of knowledge base.
-
#name ⇒ String
The name of the knowledge base.
-
#rendering_configuration ⇒ Types::RenderingConfiguration
Information about how to render the content.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption.
-
#source_configuration ⇒ Types::SourceConfiguration
The source of the knowledge base content.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see [Making retries safe with idempotent APIs].
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description.
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_type ⇒ String
The type of knowledge base. Only CUSTOM knowledge bases allow you to upload your own content. EXTERNAL knowledge bases support integrations with third-party systems whose content is synchronized automatically.
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the knowledge base.
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#rendering_configuration ⇒ Types::RenderingConfiguration
Information about how to render the content.
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
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].
[1]: docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#source_configuration ⇒ Types::SourceConfiguration
The source of the knowledge base content. Only set this argument for EXTERNAL knowledge bases.
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
921 922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 921 class CreateKnowledgeBaseRequest < Struct.new( :client_token, :description, :knowledge_base_type, :name, :rendering_configuration, :server_side_encryption_configuration, :source_configuration, :tags) SENSITIVE = [] include Aws::Structure end |