GetJobDefinitionPlainArgs

data class GetJobDefinitionPlainArgs(val arn: String? = null, val name: String? = null, val revision: Int? = null, val status: String? = null) : ConvertibleToJava<GetJobDefinitionPlainArgs>

A collection of arguments for invoking getJobDefinition.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null, revision: Int? = null, status: String? = null)

Properties

Link copied to clipboard
val arn: String? = null

ARN of the Job Definition. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.

Link copied to clipboard
val name: String? = null

The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

Link copied to clipboard
val revision: Int? = null

The revision of the job definition.

Link copied to clipboard
val status: String? = null

The status of the job definition.

Functions

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