Data Source: oci_cloud_guard_data_source_event
This data source provides details about a specific Data Source Event resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a list of events from CloudGuard DataSource
Example Usage
data "oci_cloud_guard_data_source_event" "test_data_source_event" {
#Required
data_source_id = oci_cloud_guard_data_source.test_data_source.id
#Optional
region = var.data_source_event_region
}
Argument Reference
The following arguments are supported:
data_source_id
- (Required) DataSource OCIDregion
- (Optional) A filter to return only resource their region matches the given region.
Attributes Reference
The following attributes are exported:
items
- List of event related to a DataSourcecomments
- 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