BotS3Location

data class BotS3Location(val s3Bucket: String, val s3ObjectKey: String, val s3ObjectVersion: String? = null)

S3 location of bot definitions zip file, if it's not defined inline in CloudFormation.

Constructors

Link copied to clipboard
constructor(s3Bucket: String, s3ObjectKey: String, s3ObjectVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.

Link copied to clipboard

The Amazon S3 key of the deployment package.

Link copied to clipboard
val s3ObjectVersion: String? = null

For versioned objects, the version of the deployment package object to use. If not specified, the current object version will be used.