RobotApplicationSourceConfigArgs

data class RobotApplicationSourceConfigArgs(val architecture: Output<RobotApplicationSourceConfigArchitecture>, val s3Bucket: Output<String>, val s3Key: Output<String>) : ConvertibleToJava<RobotApplicationSourceConfigArgs>

Constructors

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

Properties

Link copied to clipboard

The architecture of robot application.

Link copied to clipboard
val s3Bucket: Output<String>

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

Link copied to clipboard
val s3Key: Output<String>

The s3 key of robot application source.

Functions

Link copied to clipboard
open override fun toJava(): RobotApplicationSourceConfigArgs