AWS::Lex::Bot DeepgramSpeechModelConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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