Documentation
¶
Index ¶
Constants ¶
View Source
const (
URI_PREFIX = "/v1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventDTO ¶
type EventDTO struct {
EventType string `json:"eventType"`
EventSource string `json:"eventSource"`
EventName string `json:"eventName"`
EventTimeInMilliseconds int64 `json:"eventTimeInMilliseconds"`
EventTime string `json:"eventTime"`
UserIpAddress string `json:"userIpAddress"`
UserAgent string `json:"userAgent"`
RegionId string `json:"regionId"`
RequestId string `json:"requestId"`
OrderId string `json:"orderId"`
ApiVersion string `json:"apiVersion"`
Description string `json:"description"`
ErrorCode string `json:"errorCode"`
ErrorMessage string `json:"errorMessage"`
Success bool `json:"success"`
UserIdentity UserIdentity `json:"userIdentity"`
Resources []ResourceInfo `json:"resources"`
OriginRequestParameters interface{} `json:"originRequestParameters"`
OriginResponse interface{} `json:"originResponse"`
}
type FieldFilter ¶
type PageWithMarkerResponse ¶
type QueryEventsV2Request ¶
type QueryEventsV2Request CloudTrailQueryWithMarkerRequest
type ResourceInfo ¶
type UserIdentity ¶
type UserIdentity struct {
IamDomainId string `json:"iamDomainId"`
IamUserId string `json:"iamUserId"`
RoleId string `json:"roleId"`
LoginUserId string `json:"loginUserId"`
UserDisplayName string `json:"userDisplayName"`
OrganizationId string `json:"organizationId"`
OrganizationMasterId string `json:"organizationMasterId"`
Accesskey string `json:"accesskey"`
ApiKey string `json:"apiKey"`
SecurityToken string `json:"securityToken"`
}
Click to show internal directories.
Click to hide internal directories.