AWS::Lex::Bot DeepgramSpeechModelConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

JSON

{ "ApiTokenSecretArn" : String, "ModelId" : String }

YAML

ApiTokenSecretArn: String ModelId: 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: 20

Maximum: 2048

Update 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: 4

Maximum: 32

Update requires: No interruption