V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource

data class V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource(val kmsKeyArn: String, val s3BucketName: String, val s3ObjectKey: String)

Constructors

constructor(kmsKeyArn: String, s3BucketName: String, s3ObjectKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

KMS key required to decrypt the contents of the grammar, if any.

Link copied to clipboard

Name of the Amazon S3 bucket that contains the grammar source.

Link copied to clipboard

Path to the grammar in the Amazon S3 bucket.