This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lex::Bot DeepgramSpeechModelConfig
Configuration settings for integrating Deepgram speech-to-text models with Amazon Lex.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ApiTokenSecretArn" :String, "ModelId" :String}
YAML
ApiTokenSecretArn:StringModelId:String
Properties
ApiTokenSecretArn-
The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.
Required: Yes
Type: String
Pattern:
^arn:aws[A-Za-z-]*:secretsmanager:[a-z0-9-]{1,20}:[0-9]{12}:secret:[A-Za-z0-9/_+=.@-]{1,512}-[A-Za-z0-9]{6}$Minimum:
20Maximum:
2048Update requires: No interruption
ModelId-
The identifier of the Deepgram speech-to-text model to use for processing speech input.
Required: No
Type: String
Pattern:
[A-Za-z0-9-_]+Minimum:
4Maximum:
32Update requires: No interruption