AWS::Wisdom::Assistant
Specifies an Amazon Connect Wisdom assistant.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Wisdom::Assistant", "Properties" : { "Description" :String, "Name" :String, "ServerSideEncryptionConfiguration" :ServerSideEncryptionConfiguration, "Tags" :[ Tag, ... ], "Type" :String} }
YAML
Type: AWS::Wisdom::Assistant Properties: Description:StringName:StringServerSideEncryptionConfiguration:ServerSideEncryptionConfigurationTags:- TagType:String
Properties
Description-
The description of the assistant.
Required: No
Type: String
Minimum:
1Maximum:
255Pattern:
^[a-zA-Z0-9\s_.,-]+Update requires: Replacement
Name-
The name of the assistant.
Required: Yes
Type: String
Minimum:
1Maximum:
255Pattern:
^[a-zA-Z0-9\s_.,-]+Update requires: Replacement
ServerSideEncryptionConfiguration-
The KMS key used for encryption.
Required: No
Type: ServerSideEncryptionConfiguration
Update requires: Replacement
Tags-
The tags used to organize, track, or control access for this resource.
Required: No
Type: List of Tag
Update requires: Replacement
Type-
The type of assistant.
Required: Yes
Type: String
Allowed values:
AGENTUpdate requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the assistant ID.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.