awssqs

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCloudTrailSource

func NewCloudTrailSource(
	ctx context.Context,
	log *logrus.Logger,
	cfg config.GenericConfig,
	pipeline pipeline.IPipelineGroup,
	oasRouter *swagger.Router[fiber.Handler, fiber.Router],
) (sources.CloseableSource, error)

Types

type CloudTrailSource

type CloudTrailSource struct {
	// contains filtered or unexported fields
}

func (*CloudTrailSource) Close

func (s *CloudTrailSource) Close() error

type CloudTrailSourceConfig

type CloudTrailSourceConfig struct {
	QueueURL        string              `json:"queueUrl"`
	Region          string              `json:"region"`
	AccessKeyID     string              `json:"accessKeyId,omitempty"`
	SecretAccessKey config.SecretSource `json:"secretAccessKey,omitempty"`
	SessionToken    config.SecretSource `json:"sessionToken,omitempty"`

	WebhookPath    string              `json:"webhookPath,omitempty"`
	Authentication hmac.Authentication `json:"authentication,omitempty"`
}

func (*CloudTrailSourceConfig) Validate

func (c *CloudTrailSourceConfig) Validate() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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