Documentation ¶
Overview ¶
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_referenced_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetTrailStatusOutput ¶
type GetTrailStatusOutput struct { IsLogging bool `` /* 153-byte string literal not displayed */ LatestCloudWatchLogsDeliveryError string `` /* 353-byte string literal not displayed */ LatestCloudWatchLogsDeliveryTime int64 `` /* 354-byte string literal not displayed */ LatestDeliveryAttemptSucceeded string `` /* 323-byte string literal not displayed */ LatestDeliveryAttemptTime string `` /* 293-byte string literal not displayed */ LatestDeliveryError string `` /* 251-byte string literal not displayed */ LatestDeliveryTime int64 `` /* 252-byte string literal not displayed */ LatestDigestDeliveryError string `` /* 293-byte string literal not displayed */ LatestDigestDeliveryTime int64 `` /* 294-byte string literal not displayed */ LatestNotificationAttemptSucceeded string `` /* 347-byte string literal not displayed */ LatestNotificationAttemptTime string `` /* 317-byte string literal not displayed */ LatestNotificationError string `` /* 275-byte string literal not displayed */ LatestNotificationTime int64 `` /* 276-byte string literal not displayed */ StartLoggingTime int64 `` /* 240-byte string literal not displayed */ StopLoggingTime int64 `` /* 234-byte string literal not displayed */ TimeLoggingStarted string `` /* 245-byte string literal not displayed */ TimeLoggingStopped string `` /* 245-byte string literal not displayed */ }
type Trail ¶
type Trail struct { CloudWatchLogsLogGroupArn string `` /* 305-byte string literal not displayed */ CloudWatchLogsRoleArn string `` /* 275-byte string literal not displayed */ HasCustomEventSelectors bool `` /* 249-byte string literal not displayed */ HasInsightSelectors bool `` /* 219-byte string literal not displayed */ HomeRegion string `` /* 191-byte string literal not displayed */ IncludeGlobalServiceEvents bool `` /* 267-byte string literal not displayed */ IsMultiRegionTrail bool `` /* 219-byte string literal not displayed */ IsOrganizationTrail bool `` /* 219-byte string literal not displayed */ KmsKeyId string `` /* 185-byte string literal not displayed */ LogFileValidationEnabled bool `` /* 255-byte string literal not displayed */ Name string `` /* 149-byte string literal not displayed */ S3BucketName string `` /* 209-byte string literal not displayed */ S3KeyPrefix string `` /* 203-byte string literal not displayed */ SnsTopicARN string `` /* 203-byte string literal not displayed */ SnsTopicName string `` /* 209-byte string literal not displayed */ TrailARN string `` /* 219-byte string literal not displayed */ AccountId string `` /* 185-byte string literal not displayed */ Region string `` /* 161-byte string literal not displayed */ ReportTime int64 `` /* 208-byte string literal not displayed */ InventoryUUID string `` /* 152-byte string literal not displayed */ Status *GetTrailStatusOutput `` /* 126-byte string literal not displayed */ }
func FetchTrails ¶
func FetchTrails(ctx context.Context, params *localAws.AwsFetchInput) ([]*Trail, *localAws.AwsFetchOutputMetadata)
Click to show internal directories.
Click to hide internal directories.