aws

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWS

type AWS struct{}

func (*AWS) CleanupWebhook

func (a *AWS) CleanupWebhook(ctx core.CleanupWebhookContext) error

func (*AWS) CompareWebhookConfig

func (a *AWS) CompareWebhookConfig(aConfig, bConfig any) (bool, 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) 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) SetupWebhook

func (a *AWS) SetupWebhook(ctx core.SetupWebhookContext) (any, error)

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"`
}

type SessionMetadata

type SessionMetadata struct {
	RoleArn   string `json:"roleArn"`
	Region    string `json:"region"`
	ExpiresAt string `json:"expiresAt"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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