Pipeline Args
data class PipelineArgs(val activate: Output<Boolean>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val parameterObjects: Output<List<PipelineParameterObjectArgs>>? = null, val parameterValues: Output<List<PipelineParameterValueArgs>>? = null, val pipelineObjects: Output<List<PipelineObjectArgs>>? = null, val pipelineTags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PipelineArgs>
An example resource schema demonstrating some basic constructs and validation rules.
Constructors
Link copied to clipboard
constructor(activate: Output<Boolean>? = null, description: Output<String>? = null, name: Output<String>? = null, parameterObjects: Output<List<PipelineParameterObjectArgs>>? = null, parameterValues: Output<List<PipelineParameterValueArgs>>? = null, pipelineObjects: Output<List<PipelineObjectArgs>>? = null, pipelineTags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
A description of the pipeline.
Link copied to clipboard
The parameter objects used with the pipeline.
Link copied to clipboard
The parameter values used with the pipeline.
Link copied to clipboard
The objects that define the pipeline. These objects overwrite the existing pipeline definition. Not all objects, fields, and values can be updated. For information about restrictions, see Editing Your Pipeline in the AWS Data Pipeline Developer Guide.
Link copied to clipboard
A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions. For more information, see Controlling Access to Pipelines and Resources in the AWS Data Pipeline Developer Guide.