Bot Grammar Slot Type Source Args
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
fun BotGrammarSlotTypeSourceArgs(kmsKeyArn: Output<String>? = null, s3BucketName: Output<String>, s3ObjectKey: Output<String>)