PipelineDefinition1PropertiesArgs

data class PipelineDefinition1PropertiesArgs(val pipelineDefinitionS3Location: Output<PipelineS3LocationArgs>) : ConvertibleToJava<PipelineDefinition1PropertiesArgs>

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

Constructors

Link copied to clipboard
constructor(pipelineDefinitionS3Location: Output<PipelineS3LocationArgs>)

Properties

Functions

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