Documentation ¶
Index ¶
Constants ¶
View Source
const ( StackEventLogicalID = "id" StackEventTimestamp = "ts" StackEventStatus = "status" StackEventStatusReason = "reason" StackEventType = "type" // valid stack status codes // http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#w2ab2c15c15c17c11 StackEventComplete = "COMPLETE" StackEventFailed = "FAILED" StackEventInProgress = "IN_PROGRESS" )
Variables ¶
This section is empty.
Functions ¶
func NewCloudformationEventsTailer ¶ added in v0.1.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.