WorkflowS3Tag

data class WorkflowS3Tag(val key: String, val value: String)

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: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The name assigned to the tag that you create.

Link copied to clipboard

The value that corresponds to the key.