com.krux.hyperion.action

SnsAlarm

case class SnsAlarm extends Action with NamedPipelineObject with Product with Serializable

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

Source
SnsAlarm.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, NamedPipelineObject, Action, PipelineObject, Ordered[PipelineObject], Comparable[PipelineObject], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SnsAlarm
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NamedPipelineObject
  7. Action
  8. PipelineObject
  9. Ordered
  10. Comparable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Self = SnsAlarm

    Definition Classes
    SnsAlarmNamedPipelineObjectActionPipelineObject

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: PipelineObject): Boolean

    Definition Classes
    Ordered
  5. def <=(that: PipelineObject): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: PipelineObject): Boolean

    Definition Classes
    Ordered
  9. def >=(that: PipelineObject): Boolean

    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val baseFields: BaseFields

    Definition Classes
    SnsAlarmNamedPipelineObject
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(that: PipelineObject): Int

    Definition Classes
    PipelineObject → Ordered
  14. def compareTo(that: PipelineObject): Int

    Definition Classes
    Ordered → Comparable
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def groupedBy(group: String): Self

    Postfix the name field

    Postfix the name field

    Definition Classes
    NamedPipelineObject
  19. def id: PipelineObjectId

    Definition Classes
    NamedPipelineObjectPipelineObject
  20. def idGroupedBy(group: String): Self

    Have a grouping postfix in the id field

    Have a grouping postfix in the id field

    Definition Classes
    NamedPipelineObject
    Note

    Id naming is more restrictive, it is recommended to not changing the id unleass you have a good reason

  21. def idNamed(namePrefix: String): Self

    Id field will be prefixed with name

    Id field will be prefixed with name

    Definition Classes
    NamedPipelineObject
    Note

    Id naming is more restrictive, it is recommended to not changing the id unless you have a good reason

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. val message: HString

  24. def name: Option[String]

    Name of the pipeline object, if not set, it will defaults to

    Name of the pipeline object, if not set, it will defaults to

    Option(id)
    Definition Classes
    NamedPipelineObject
  25. def named(namePrefix: String): Self

    Give the object a name prefix

    Give the object a name prefix

    Definition Classes
    NamedPipelineObject
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def objects: Iterable[PipelineObject]

    Definition Classes
    SnsAlarmPipelineObject
  30. def ref: AdpRef[AdpSnsAlarm]

    Definition Classes
    SnsAlarmActionPipelineObject
  31. val role: HString

  32. implicit def seq2Option[A](anySeq: Seq[A]): Option[Seq[A]]

    Definition Classes
    PipelineObject
  33. def seqToOption[A, B](anySeq: Seq[A])(transform: (A) ⇒ B): Option[Seq[B]]

    Definition Classes
    PipelineObject
  34. lazy val serialize: AdpSnsAlarm

    Definition Classes
    SnsAlarmActionPipelineObject
  35. val subject: HString

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. val topicArn: HString

  38. implicit def uniquePipelineId2String(id: PipelineObjectId): String

    Definition Classes
    PipelineObject
  39. def updateBaseFields(fields: BaseFields): SnsAlarm

    Definition Classes
    SnsAlarmNamedPipelineObject
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withMessage(message: HString): SnsAlarm

  44. def withRole(role: HString): SnsAlarm

  45. def withSubject(subject: HString): SnsAlarm

  46. def withTopicArn(arn: HString): SnsAlarm

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NamedPipelineObject

Inherited from Action

Inherited from PipelineObject

Inherited from Ordered[PipelineObject]

Inherited from Comparable[PipelineObject]

Inherited from AnyRef

Inherited from Any

Ungrouped