AWS Fundamentals Logo
AWS Fundamentals
AWS::Wisdom::KnowledgeBase

Wisdom KnowledgeBase

Definition of AWS::Wisdom::KnowledgeBase Resource Type

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
KnowledgeBaseArnstring-
KnowledgeBaseIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

appflow:CreateFlowappflow:DeleteFlowappflow:StartFlowappflow:TagResourceappflow:UseConnectorProfileapp-integrations:CreateDataIntegrationAssociationapp-integrations:GetDataIntegrationkms:DescribeKey

update

wisdom:GetKnowledgeBase

delete

appflow:DeleteFlowappflow:StopFlowapp-integrations:DeleteDataIntegrationAssociationwisdom:DeleteKnowledgeBase

list

wisdom:ListKnowledgeBases

read

wisdom:GetKnowledgeBase

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWisdom
Properties10
Required2
TaggingSupported
Primary IDKnowledgeBaseId

Supported Operations

CreateUpdateDeleteListRead

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DescriptionKnowledgeBaseTypeNameServerSideEncryptionConfigurationSourceConfigurationTags

External Links