AWS Fundamentals Logo
AWS Fundamentals
AWS::Wisdom::Assistant

Wisdom Assistant

Definition of AWS::Wisdom::Assistant Resource Type

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Type
string
RequiredCreate-only
Description
string
Create-only
ServerSideEncryptionConfiguration
ServerSideEncryptionConfiguration
Create-only
Tags
Array<Tag>
Create-only

Return Values

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

AttributeTypeDescription
AssistantArnstring-
AssistantIdstring-

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::Assistant

Resources:
  MyResource:
    Type: AWS::Wisdom::Assistant
    Properties:
      Name: "my-name"
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

kms:CreateGrantkms:DescribeKeywisdom:CreateAssistantwisdom:TagResource

update

wisdom:GetAssistant

read

wisdom:GetAssistant

list

wisdom:ListAssistants

delete

wisdom:DeleteAssistant

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
Properties7
Required2
TaggingSupported
Primary IDAssistantId

Supported Operations

CreateUpdateReadListDelete

Immutable After Creation

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

DescriptionNameServerSideEncryptionConfigurationTagsType

External Links