BotGrammarSlotTypeSourceArgs

data class BotGrammarSlotTypeSourceArgs(val kmsKeyArn: Output<String>? = null, val s3BucketName: Output<String>, val s3ObjectKey: Output<String>) : ConvertibleToJava<BotGrammarSlotTypeSourceArgs>

Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.

Constructors

Link copied to clipboard
constructor(kmsKeyArn: Output<String>? = null, s3BucketName: Output<String>, s3ObjectKey: Output<String>)

Properties

Link copied to clipboard
val kmsKeyArn: Output<String>? = null

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

Link copied to clipboard
val s3BucketName: Output<String>

The name of the S3 bucket that contains the grammar source.

Link copied to clipboard
val s3ObjectKey: Output<String>

The path to the grammar in the S3 bucket.

Functions

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