AWS::Wisdom::KnowledgeBaseDefinition of AWS::Wisdom::KnowledgeBase Resource Type
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
KnowledgeBaseType | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Description | string | Create-only |
RenderingConfiguration | RenderingConfiguration | |
ServerSideEncryptionConfiguration | ServerSideEncryptionConfiguration | Create-only |
SourceConfiguration | SourceConfiguration | Create-only |
Tags | Array<Tag> | Create-only |
VectorIngestionConfiguration | VectorIngestionConfiguration |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
KnowledgeBaseArn | string | - |
KnowledgeBaseId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Wisdom::KnowledgeBase
Resources:
MyResource:
Type: AWS::Wisdom::KnowledgeBase
Properties:
KnowledgeBaseType: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appflow:CreateFlowappflow:DeleteFlowappflow:StartFlowappflow:TagResourceappflow:UseConnectorProfileapp-integrations:CreateDataIntegrationAssociationapp-integrations:GetDataIntegrationkms:DescribeKeywisdom:GetKnowledgeBaseappflow:DeleteFlowappflow:StopFlowapp-integrations:DeleteDataIntegrationAssociationwisdom:DeleteKnowledgeBasewisdom:ListKnowledgeBaseswisdom:GetKnowledgeBaseOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterKnowledgeBaseIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionKnowledgeBaseTypeNameServerSideEncryptionConfigurationSourceConfigurationTags