lambda

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

type Function struct {
	types.Metadata
	Tracing     Tracing
	Permissions []Permission
}

func (*Function) GetMetadata

func (c *Function) GetMetadata() *types.Metadata

func (*Function) GetRawValue

func (c *Function) GetRawValue() interface{}

type Lambda

type Lambda struct {
	types.Metadata
	Functions []Function
}

func (*Lambda) GetMetadata added in v0.3.24

func (l *Lambda) GetMetadata() *types.Metadata

func (*Lambda) GetRawValue added in v0.3.24

func (l *Lambda) GetRawValue() interface{}

type Permission

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

func (*Permission) GetMetadata added in v0.3.24

func (p *Permission) GetMetadata() *types.Metadata

func (*Permission) GetRawValue added in v0.3.24

func (p *Permission) GetRawValue() interface{}

type Tracing

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

func (*Tracing) GetMetadata added in v0.3.24

func (t *Tracing) GetMetadata() *types.Metadata

func (*Tracing) GetRawValue added in v0.3.24

func (t *Tracing) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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