aws.ssm.list_ops_item_events
Example SQL Queries
SELECT * FROMaws.ssm.list_ops_item_events;Description
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column One or more OpsItem filters. Use a filter to return a more specific list of results. | STRUCT( |
Show child fields
| |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_by Information about the user or resource that created the OpsItem event. | STRUCT( |
Show child fields
| |
| created_time The date and time the OpsItem event was created. | TIMESTAMP_S |
| detail Specific information about the OpsItem event. | VARCHAR |
| detail_type The type of information provided as a detail. | VARCHAR |
| event_id The ID of the OpsItem event. | VARCHAR |
| ops_item_id The ID of the OpsItem. | VARCHAR |
| source The source of the OpsItem event. | VARCHAR |