Data Source: oci_golden_gate_trail_file
This data source provides details about a specific Trail File resource in Oracle Cloud Infrastructure Golden Gate service.
Lists the TrailFiles for a deployment.
Example Usage
data "oci_golden_gate_trail_file" "test_trail_file" {
#Required
deployment_id = oci_golden_gate_deployment.test_deployment.id
trail_file_id = oci_golden_gate_trail_file.test_trail_file.id
#optional
display_name = var.trail_file_display_name
}
Argument Reference
The following arguments are supported:
deployment_id
- (Required) A unique Deployment identifier.display_name
- (Optional) A filter to return only the resources that match the entire ‘displayName’ given.trail_file_id
- (Required) A Trail File identifier
Attributes Reference
The following attributes are exported:
items
- An array of TrailFiles.consumers
- array of consumer process namesdisplay_name
- An object’s Display Name.max_sequence_number
- Maximum sequence numbermin_sequence_number
- Minimum sequence numbernumber_of_sequences
- Number of sequences for a specific trail fileproducer
- Producer Process Name if any.size_in_bytes
- The size of the backup stored in object storage (in bytes)time_last_updated
- The time the resource was last updated. The format is defined by RFC3339, such as2016-08-25T21:10:29.600Z
.trail_file_id
- The TrailFile Id.
time_last_fetched
- The time the data was last fetched from the deployment. The format is defined by RFC3339, such as2016-08-25T21:10:29.600Z
.