Data Source: oci_mysql_mysql_backups

This data source provides the list of Mysql Backups in Oracle Cloud Infrastructure MySQL Database service.

Get a list of DB System backups.

Example Usage

data "oci_mysql_mysql_backups" "test_mysql_backups" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	backup_id = oci_mysql_mysql_backup.test_backup.id
	creation_type = var.mysql_backup_creation_type
	db_system_id = oci_mysql_mysql_db_system.test_db_system.id
	display_name = var.mysql_backup_display_name
	state = var.mysql_backup_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

MysqlBackup Reference

The following attributes are exported: