Versions in this module Expand all Collapse all v0 v0.1.2 Feb 28, 2021 v0.1.1 Feb 18, 2021 v0.1.0 Feb 18, 2021 v0.0.7 Feb 16, 2021 v0.0.6 Feb 13, 2021 v0.0.5 Feb 11, 2021 v0.0.4 Feb 11, 2021 v0.0.3 Feb 8, 2021 Changes in this version + var TrailTables = []interface + func NewClient(session *session.Session, awsConfig *aws.Config, db *database.Database, ...) resource.ClientInterface + type Client struct + func (c *Client) CollectResource(resource string, config interface{}) error + type EventSelector struct + AccountID string + ID uint + IncludeManagementEvents *bool + ReadWriteType *string + Region string + TrailID uint + func (EventSelector) TableName() string + type Trail struct + AccountID string + CloudWatchLogsLogGroupArn *string + CloudWatchLogsLogGroupName *string + CloudWatchLogsRoleArn *string + EventSelectors []*EventSelector + HasCustomEventSelectors *bool + HasInsightSelectors *bool + HomeRegion *string + ID uint + IncludeGlobalServiceEvents *bool + IsLogging *bool + IsMultiRegionTrail *bool + IsOrganizationTrail *bool + KmsKeyId *string + LatestCloudWatchLogsDeliveryError *string + LatestCloudWatchLogsDeliveryTime *time.Time + LatestDeliveryAttemptSucceeded *string + LatestDeliveryAttemptTime *string + LatestDeliveryError *string + LatestDeliveryTime *time.Time + LatestDigestDeliveryError *string + LatestDigestDeliveryTime *time.Time + LatestNotificationAttemptSucceeded *string + LatestNotificationAttemptTime *string + LatestNotificationError *string + LatestNotificationTime *time.Time + LogFileValidationEnabled *bool + Name *string + Region string + S3BucketName *string + S3KeyPrefix *string + SnsTopicARN *string + SnsTopicName *string + StartLoggingTime *time.Time + StopLoggingTime *time.Time + TimeLoggingStarted *string + TimeLoggingStopped *string + TrailARN *string + func (Trail) TableName() string v0.0.2 Feb 7, 2021