Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DestinationArn ¶
Types ¶
type CloudWatchLog ¶
type CloudWatchLog struct { LogGroupName string `json:"logGroupName"` FilterName string `json:"filterName"` DestinationArn string `json:"destinationArn"` }
func NewFromEvent ¶
func NewFromEvent(event events.CloudWatchEvent) (cwLog CloudWatchLog)
func (*CloudWatchLog) DeleteSubscriptionFilter ¶
func (cwLog *CloudWatchLog) DeleteSubscriptionFilter(client cloudwatchlogsiface.CloudWatchLogsAPI, filterName string) (err error)
func (*CloudWatchLog) UpdateSubscriptionFilter ¶
func (cwLog *CloudWatchLog) UpdateSubscriptionFilter(client cloudwatchlogsiface.CloudWatchLogsAPI, destinationArn string) (err error)
Click to show internal directories.
Click to hide internal directories.