PipelineDefinition0PropertiesArgs

data class PipelineDefinition0PropertiesArgs(val pipelineDefinitionBody: Output<String>) : ConvertibleToJava<PipelineDefinition0PropertiesArgs>

The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.

Constructors

Link copied to clipboard
constructor(pipelineDefinitionBody: Output<String>)

Properties

Link copied to clipboard

A specification that defines the pipeline in JSON format.

Functions

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