aws

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2026 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APIKeyHeaderName                = "X-Superplane-Secret"
	EventBridgeConnectionSecretName = "eventbridge.connection.secret"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AWS

type AWS struct{}

func (*AWS) Actions added in v0.6.0

func (a *AWS) Actions() []core.Action

func (*AWS) Cleanup added in v0.6.0

func (a *AWS) Cleanup(ctx core.IntegrationCleanupContext) error

func (*AWS) Components

func (a *AWS) Components() []core.Component

func (*AWS) Configuration

func (a *AWS) Configuration() []configuration.Field

func (*AWS) Description

func (a *AWS) Description() string

func (*AWS) HandleAction added in v0.6.0

func (a *AWS) HandleAction(ctx core.IntegrationActionContext) error

func (*AWS) HandleRequest

func (a *AWS) HandleRequest(ctx core.HTTPRequestContext)

func (*AWS) Icon

func (a *AWS) Icon() string

func (*AWS) Instructions

func (a *AWS) Instructions() string

func (*AWS) Label

func (a *AWS) Label() string

func (*AWS) ListResources

func (a *AWS) ListResources(resourceType string, ctx core.ListResourcesContext) ([]core.IntegrationResource, error)

func (*AWS) Name

func (a *AWS) Name() string

func (*AWS) Sync

func (a *AWS) Sync(ctx core.SyncContext) error

func (*AWS) Triggers

func (a *AWS) Triggers() []core.Trigger

type Configuration

type Configuration struct {
	RoleArn                string       `json:"roleArn" mapstructure:"roleArn"`
	Region                 string       `json:"region" mapstructure:"region"`
	SessionDurationSeconds int          `json:"sessionDurationSeconds" mapstructure:"sessionDurationSeconds"`
	Tags                   []common.Tag `json:"tags" mapstructure:"tags"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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