aws.codecatalyst.list_event_logs
Example SQL Queries
SELECT * FROMaws.codecatalyst.list_event_logsWHERE"space_name" = 'VALUE'AND "start_time" = 'VALUE'AND "end_time" = 'VALUE';Description
Retrieves a list of events that occurred during a specific time in a space. You can use these events to audit user and system activity in a space. For more information, see Monitoring in the Amazon CodeCatalyst User Guide.
ListEventLogs guarantees events for the last 30 days in a given space. You can also view and retrieve a list of management events over the last 90 days for Amazon CodeCatalyst in the CloudTrail console by viewing Event history, or by creating a trail to create and maintain a record of events that extends past 90 days. For more information, see Working with CloudTrail Event History and Working with CloudTrail trails.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Required Input Column The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| space_name Required Input Column The name of the space. | VARCHAR |
| start_time Required Input Column The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| event_name Input Column The name of the event. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| error_code The code of the error, if any. | VARCHAR |
| event_category The category for the event. | VARCHAR |
| event_source The source of the event. | VARCHAR |
| event_time The time the event took place, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| event_type The type of the event. | VARCHAR |
| id The system-generated unique ID of the event. | VARCHAR |
| operation_type The type of the event. | VARCHAR |
| project_information Information about the project where the event occurred. | STRUCT( |
Show child fields
| |
| request_id The system-generated unique ID of the request. | VARCHAR |
| request_payload Information about the payload of the request. | STRUCT( |
Show child fields
| |
| response_payload Information about the payload of the response, if any. | STRUCT( |
Show child fields
| |
| source_ip_address The IP address of the user whose actions are recorded in the event. | VARCHAR |
| user_agent The user agent whose actions are recorded in the event. | VARCHAR |
| user_identity The system-generated unique ID of the user whose actions are recorded in the event. | STRUCT( |
Show child fields
| |