Data Source: oci_jms_fleet_export_status
This data source provides details about a specific Fleet Export Status resource in Oracle Cloud Infrastructure Jms service.
Returns last export status for the specified fleet.
Example Usage
data "oci_jms_fleet_export_status" "test_fleet_export_status" {
#Required
fleet_id = oci_jms_fleet.test_fleet.id
}
Argument Reference
The following arguments are supported:
fleet_id
- (Required) The OCID of the Fleet.
Attributes Reference
The following attributes are exported:
fleet_id
- The OCID of the fleet.latest_run_status
- The status of the latest export run.time_last_run
- The date and time of the last export run.time_next_run
- The date and time of the next export run.