Bot S3Location Args
data class BotS3LocationArgs(val s3Bucket: Output<String>, val s3ObjectKey: Output<String>, val s3ObjectVersion: Output<String>? = null) : ConvertibleToJava<BotS3LocationArgs>
S3 location of bot definitions zip file, if it's not defined inline in CloudFormation.
Constructors
Link copied to clipboard
fun BotS3LocationArgs(s3Bucket: Output<String>, s3ObjectKey: Output<String>, s3ObjectVersion: Output<String>? = null)