Data Source: oci_golden_gate_deployment_backups

This data source provides the list of Deployment Backups in Oracle Cloud Infrastructure Golden Gate service.

Lists the Backups in a compartment.

Example Usage

data "oci_golden_gate_deployment_backups" "test_deployment_backups" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    deployment_id = oci_golden_gate_deployment.test_deployment.id
    display_name = var.deployment_backup_display_name
    state = var.deployment_backup_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DeploymentBackup Reference

The following attributes are exported: