RobotApplicationArgs

data class RobotApplicationArgs(val currentRevisionId: Output<String>? = null, val environment: Output<String>? = null, val name: Output<String>? = null, val robotSoftwareSuite: Output<RobotApplicationRobotSoftwareSuiteArgs>? = null, val sources: Output<List<RobotApplicationSourceConfigArgs>>? = null, val tags: Output<RobotApplicationTagsArgs>? = null) : ConvertibleToJava<RobotApplicationArgs>

This schema is for testing purpose only.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
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)

Functions

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

Properties

Link copied to clipboard
val currentRevisionId: Output<String>? = null

The revision ID of robot application.

Link copied to clipboard
val environment: Output<String>? = null

The URI of the Docker image for the robot application.

Link copied to clipboard
val name: Output<String>? = null

The name of the robot application.

Link copied to clipboard
Link copied to clipboard

The sources of the robot application.

Link copied to clipboard
val tags: Output<RobotApplicationTagsArgs>? = null