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 (*Function) GetRawValue ¶
func (c *Function) GetRawValue() interface{}
type Lambda ¶
func (*Lambda) GetMetadata ¶ added in v0.3.24
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 (*Tracing) GetRawValue ¶ added in v0.3.24
func (t *Tracing) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.