eventcontext

package
v0.0.0-...-74b2f40 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BucketConfiguration

type BucketConfiguration struct {
	StaticBucketName     string
	BuildAssetBucketName string
}

type Context

type Context struct {
	DynamoClient            *dynamodb.Client
	UserTable               string
	ProjectTable            string
	SubscriptionTable       string
	TicketOptions           *pipeline.TicketOptions
	CloudformationClient    *cloudformation.Client
	DeploymentConfiguration *DeploymentConfiguration
	BucketConfiguration     *BucketConfiguration
	ProjectConfiguration    *ProjectConfiguration
}

Context provides data to event handlers.

type DeploymentConfiguration

type DeploymentConfiguration struct {
	ServiceRoleArn string
	Timeout        time.Duration
}

type ProjectConfiguration

type ProjectConfiguration struct {
	EventLogPrefix    string
	BuildLogPrefix    string
	DeployLogPrefix   string
	ServerLogPrefix   string
	LogRetentionDays  int
	BuildEventbusName string
	BuildEventSource  string
	BuildEventAction  string
	BuildJobQueueArn  string
	BuildJobTimeout   time.Duration
	BuildJobVCPUS     string
	BuildJobMemory    string
}

Jump to

Keyboard shortcuts

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