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 {
Metadata defsecTypes.Metadata
Tracing Tracing
Permissions []Permission
}
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
}
Click to show internal directories.
Click to hide internal directories.