aws

package
v0.1.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSDestination

type AWSDestination struct {
}

func New

func New() *AWSDestination

func (*AWSDestination) Publish

func (d *AWSDestination) Publish(ctx context.Context, destination adapters.DestinationAdapterValue, event *adapters.Event) error

func (*AWSDestination) Validate

func (d *AWSDestination) Validate(ctx context.Context, destination adapters.DestinationAdapterValue) error

type AWSDestinationConfig

type AWSDestinationConfig struct {
	Endpoint string // optional
	QueueURL string
}

type AWSDestinationCredentials

type AWSDestinationCredentials struct {
	Key     string
	Secret  string
	Session string // optional
}

Jump to

Keyboard shortcuts

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