AWS::Wisdom::AssistantDefinition of AWS::Wisdom::Assistant Resource Type
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
Description | string | Create-only |
ServerSideEncryptionConfiguration | ServerSideEncryptionConfiguration | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssistantArn | string | - |
AssistantId | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
kms:CreateGrantkms:DescribeKeywisdom:CreateAssistantwisdom:TagResourcewisdom:GetAssistantwisdom:GetAssistantwisdom:ListAssistantswisdom:DeleteAssistantOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAssistantIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionNameServerSideEncryptionConfigurationTagsType