Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MigrateTrails ¶ added in v0.5.1
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CollectResource ¶
type Trail ¶
type Trail struct {
ID uint `gorm:"primarykey"`
AccountID string
Region string
CloudWatchLogsLogGroupArn *string
CloudWatchLogsRoleArn *string
HasCustomEventSelectors *bool
HasInsightSelectors *bool
HomeRegion *string
IncludeGlobalServiceEvents *bool
IsMultiRegionTrail *bool
IsOrganizationTrail *bool
KmsKeyId *string
LogFileValidationEnabled *bool
Name *string
S3BucketName *string
S3KeyPrefix *string
SnsTopicARN *string
SnsTopicName *string
TrailARN *string
}
Click to show internal directories.
Click to hide internal directories.