Run

class Run : KotlinCustomResource

Creates a new run.

Properties

Link copied to clipboard
val attributes: Output<Map<String, String>>

Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.

Link copied to clipboard
val displayName: Output<String>

Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.

Link copied to clipboard
val endTime: Output<String>

Optional. The timestamp of the end of the run.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

Link copied to clipboard
val processId: Output<String>
Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.

Link copied to clipboard
val startTime: Output<String>

The timestamp of the start of the run.

Link copied to clipboard
val state: Output<String>

The state of the run.

Link copied to clipboard
val urn: Output<String>