WorkflowStepTagStepDetailsProperties

data class WorkflowStepTagStepDetailsProperties(val name: String? = null, val sourceFileLocation: String? = null, val tags: List<WorkflowS3Tag>? = null)

Details for a step that creates one or more tags.

Constructors

Link copied to clipboard
constructor(name: String? = null, sourceFileLocation: String? = null, tags: List<WorkflowS3Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the step, used as an identifier.

Link copied to clipboard

Specifies which file to use as input to the workflow step.

Link copied to clipboard
val tags: List<WorkflowS3Tag>? = null

Array that contains from 1 to 10 key/value pairs.