v1

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package v1 is a container for endpoints that are used to power the v1 of the service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigEvent

type ConfigEvent struct {
	ConfigurationItem domain.ConfigurationItem `json:"configurationItem"`
	MessageType       string                   `json:"messageType"`
}

ConfigEvent represents a single AWS Config configuration Item.

type ConfigFilter added in v0.2.0

type ConfigFilter struct {
	Producer       domain.Producer
	ConfigFilterer domain.ConfigFilterer
	LogFn          domain.LogFn
	StatFn         domain.StatFn
}

ConfigFilter applies a filter to AWS Config events.

func (*ConfigFilter) Handle added in v0.2.0

func (h *ConfigFilter) Handle(ctx context.Context, in domain.SNSInput) error

Handle accepts Config events, applies a filter, and returns the events that match.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL