Package

com.krux.hyperion

action

Permalink

package action

Visibility
  1. Public
  2. All

Type Members

  1. trait Action extends PipelineObject

    Permalink
  2. case class SnsAlarm extends Action with NamedPipelineObject with Product with Serializable

    Permalink

    Sends an Amazon SNS notification message when an activity fails or finishes successfully.

Value Members

  1. object SnsAlarm extends Serializable

    Permalink
  2. object Terminate extends Action

    Permalink

    An action to trigger the cancellation of a pending or unfinished activity, resource, or data node.

    An action to trigger the cancellation of a pending or unfinished activity, resource, or data node. AWS Data Pipeline attempts to put the activity, resource, or data node into the CANCELLED state if it does not finish by the lateAfterTimeout value.

Ungrouped