Connection module for Amazon Data Pipeline
New in version 2016.3.0.
depends: | boto3 |
---|
Start processing pipeline tasks. This function is idempotent.
CLI example:
salt myminion boto_datapipeline.activate_pipeline my_pipeline_id
Create a new, empty pipeline. This function is idempotent.
CLI example:
salt myminion boto_datapipeline.create_pipeline my_name my_unique_id
Delete a pipeline, its pipeline definition, and its run history. This function is idempotent.
CLI example:
salt myminion boto_datapipeline.delete_pipeline my_pipeline_id
Retrieve metadata about one or more pipelines.
CLI example:
salt myminion boto_datapipeline.describe_pipelines ['my_pipeline_id']
Get the definition of the specified pipeline.
CLI example:
salt myminion boto_datapipeline.get_pipeline_definition my_pipeline_id
Get a list of pipeline ids and names for all pipelines.
CLI Example:
salt myminion boto_datapipeline.list_pipelines profile=myprofile
Get the pipeline id, if it exists, for the given name.
CLI example:
salt myminion boto_datapipeline.pipeline_id_from_name my_pipeline_name
Add tasks, schedules, and preconditions to the specified pipeline. This function is idempotent and will replace an existing definition.
CLI example:
salt myminion boto_datapipeline.put_pipeline_definition my_pipeline_id my_pipeline_objects
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.boto_datapipeline.html