This data source provides the list of Data Source Events in Oracle Cloud Infrastructure Cloud Guard service.
Returns a list of events from CloudGuard DataSource
data "oci_cloud_guard_data_source_events" "test_data_source_events" {
#Required
data_source_id = oci_cloud_guard_data_source.test_data_source.id
#Optional
region = var.data_source_event_region
}
The following arguments are supported:
data_source_id
- (Required) DataSource OCIDregion
- (Optional) A filter to return only resource their region matches the given region.The following attributes are exported:
data_source_event_collection
- The list of data_source_event_collection.The following attributes are exported:
items
- List of event related to a DataSource
comments
- Data source event commentsdata_source_id
- Attached data Sourceevent_date
- Data source event date timeevent_info
- Event info of a data source.
data_source_feed_provider
- Possible type of dataSourceFeed Provider(LoggingQuery)log_result
- observed_value
- operator
- trigger_value
- region
- Data source event regionstatus
- Current data source event info statustime_created
- Data source event created time