» Data Source: oci_database_autonomous_data_warehouse_backups

This data source provides the list of Autonomous Data Warehouse Backups in Oracle Cloud Infrastructure Database service.

Gets a list of Autonomous Data Warehouse backups based on either the autonomousDataWarehouseId or compartmentId specified as a query parameter.

IMPORTANT: This data source is being deprecated, use oci_database_autonomous_database_backups instead.

» Example Usage

data "oci_database_autonomous_data_warehouse_backups" "test_autonomous_data_warehouse_backups" {

    #Optional
    autonomous_data_warehouse_id = "${oci_database_autonomous_data_warehouse.test_autonomous_data_warehouse.id}"
    compartment_id = "${var.compartment_id}"
    display_name = "${var.autonomous_data_warehouse_backup_display_name}"
    state = "${var.autonomous_data_warehouse_backup_state}"
}

» Argument Reference

The following arguments are supported:

  • autonomous_data_warehouse_id - (Optional) The database OCID.
  • compartment_id - (Optional) The compartment OCID.
  • display_name - (Optional) A filter to return only resources that match the entire display name given. The match is not case sensitive.
  • state - (Optional) A filter to return only resources that match the given lifecycle state exactly.

» Attributes Reference

The following attributes are exported:

» AutonomousDataWarehouseBackup Reference

The following attributes are exported: