Robot Application Args
fun RobotApplicationArgs(currentRevisionId: Output<String>? = null, environment: Output<String>? = null, name: Output<String>? = null, robotSoftwareSuite: Output<RobotApplicationRobotSoftwareSuiteArgs>? = null, sources: Output<List<RobotApplicationSourceConfigArgs>>? = null, tags: Output<RobotApplicationTagsArgs>? = null)