Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface CloudTrailEvent

    interface CloudTrailEvent {
        eventID: string;
        eventName: string;
        eventSource: string;
        eventTime: string;
        eventType: string;
        eventVersion: string;
        readOnly: boolean;
        recipientAccountId: string;
        requestParameters: { details: Record<string, unknown>; resource: string };
        responseElements: { outcome: EnterpriseAuditOutcome };
        sourceIPAddress: string;
        userAgent: string;
        userIdentity: { principalId: string; type: string; userName: string };
    }
    Index
    eventID: string
    eventName: string
    eventSource: string
    eventTime: string
    eventType: string
    eventVersion: string
    readOnly: boolean
    recipientAccountId: string
    requestParameters: { details: Record<string, unknown>; resource: string }
    responseElements: { outcome: EnterpriseAuditOutcome }
    sourceIPAddress: string
    userAgent: string
    userIdentity: { principalId: string; type: string; userName: string }