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 Permission ¶
type Permission struct { Principal types.StringValue SourceARN types.StringValue }
type Tracing ¶
type Tracing struct {
Mode types.StringValue
}
Click to show internal directories.
Click to hide internal directories.