WorkflowStepTagStepDetailsPropertiesArgs

data class WorkflowStepTagStepDetailsPropertiesArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val tags: Output<List<WorkflowS3TagArgs>>? = null) : ConvertibleToJava<WorkflowStepTagStepDetailsPropertiesArgs>

Details for a step that creates one or more tags.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the step, used as an identifier.

Link copied to clipboard
val sourceFileLocation: Output<String>? = null

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

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

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

Functions

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