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 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
}
Click to show internal directories.
Click to hide internal directories.