lambda

package
v0.87.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

View Source
const (
	TracingModePassThrough = "PassThrough"
	TracingModeActive      = "Active"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment added in v0.87.0

type Environment struct {
	Metadata  defsecTypes.Metadata
	Variables defsecTypes.MapValue
}

type Function

type Function struct {
	Metadata     defsecTypes.Metadata
	Tracing      Tracing
	Permissions  []Permission
	FunctionName defsecTypes.StringValue
	FunctionArn  defsecTypes.StringValue
	VpcConfig    VpcConfig
	Runtime      defsecTypes.StringValue
	Envrionment  Environment
}

type Lambda

type Lambda struct {
	Functions []Function
}

type Permission

type Permission struct {
	Metadata  defsecTypes.Metadata
	Principal defsecTypes.StringValue
	SourceARN defsecTypes.StringValue
}

type Tracing

type Tracing struct {
	Metadata defsecTypes.Metadata
	Mode     defsecTypes.StringValue
}

type VpcConfig added in v0.87.0

type VpcConfig struct {
	Metadata defsecTypes.Metadata
	VpcId    defsecTypes.StringValue
}

Jump to

Keyboard shortcuts

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