Get Pipeline Result
data class GetPipelineResult(val activate: Boolean? = null, val parameterObjects: List<PipelineParameterObject>? = null, val parameterValues: List<PipelineParameterValue>? = null, val pipelineId: String? = null, val pipelineObjects: List<PipelineObject>? = null, val pipelineTags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(activate: Boolean? = null, parameterObjects: List<PipelineParameterObject>? = null, parameterValues: List<PipelineParameterValue>? = null, pipelineId: String? = null, pipelineObjects: List<PipelineObject>? = null, pipelineTags: List<Tag>? = null)
Properties
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 ID of 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.