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.