V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSourceArgs

data class V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSourceArgs(val kmsKeyArn: Output<String>, val s3BucketName: Output<String>, val s3ObjectKey: Output<String>) : ConvertibleToJava<V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSourceArgs>

Constructors

constructor(kmsKeyArn: Output<String>, s3BucketName: Output<String>, s3ObjectKey: Output<String>)

Properties

Link copied to clipboard
val kmsKeyArn: Output<String>

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

Link copied to clipboard
val s3BucketName: Output<String>

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

Link copied to clipboard
val s3ObjectKey: Output<String>

Path to the grammar in the Amazon S3 bucket.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSourceArgs