WorkflowS3TagArgs

data class WorkflowS3TagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<WorkflowS3TagArgs>

Specifies the key-value pair that are assigned to a file during the execution of a Tagging step.

Constructors

Link copied to clipboard
constructor(key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

The name assigned to the tag that you create.

Link copied to clipboard
val value: Output<String>

The value that corresponds to the key.

Functions

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