Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aidan-/cloudtrailbeat
/ types & classes
Types & classes
8 in github.com/aidan-/cloudtrailbeat
⨍
Functions
15
◇
Types & classes
8
Struct
CloudTrailConfig
beater/config.go:3
Struct
CloudTrailbeat
CloudTrailbeat contains configuration options specific to the current running instance as defined in cmd line arguments and the configuration file.
beater/ctbeat.go:30
Struct
CmdLineArgs
CmdLineArgs is used by the flag package to parse custom flags specific to CloudTrailbeat
beater/ctbeat.go:48
Struct
ConfigSettings
beater/config.go:12
Struct
cloudtrailEvent
beater/ctbeat.go:82
Struct
cloudtrailLog
data struct matching the defined fields of a CloudTrail Record as described in: http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-e
beater/ctbeat.go:79
Struct
ctMessage
CloudTrail specific information extracted from sqsMessage and sqsMessage.Message
beater/ctbeat.go:69
Struct
sqsMessage
SQS message extracted from raw sqs event Body
beater/ctbeat.go:56