RobotApplicationSourceConfig

data class RobotApplicationSourceConfig(val architecture: RobotApplicationSourceConfigArchitecture, val s3Bucket: String, val s3Key: String)

Constructors

Link copied to clipboard
constructor(architecture: RobotApplicationSourceConfigArchitecture, s3Bucket: String, s3Key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The architecture of robot application.

Link copied to clipboard

The Arn of the S3Bucket that stores the robot application source.

Link copied to clipboard

The s3 key of robot application source.