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<Map<String, String>>? = null) : ConvertibleToJava<RobotApplicationArgs>

This schema is for testing purpose only.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(currentRevisionId: Output<String>? = null, environment: Output<String>? = null, name: Output<String>? = null, robotSoftwareSuite: Output<RobotApplicationRobotSoftwareSuiteArgs>? = null, sources: Output<List<RobotApplicationSourceConfigArgs>>? = null, tags: Output<Map<String, String>>? = null)

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

The robot software suite used by the robot application.

Link copied to clipboard

The sources of the robot application.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A map that contains tag keys and tag values that are attached to the robot application.

Functions

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