Data Source: oci_database_pluggable_database_snapshots

This data source provides the list of Pluggable Database Snapshots in Oracle Cloud Infrastructure Database service.

Gets a list of the Exadata Pluggable Database Snapshots in the specified compartment.

Example Usage

data "oci_database_pluggable_database_snapshots" "test_pluggable_database_snapshots" {

	#Optional
	cluster_id = oci_containerengine_cluster.test_cluster.id
	compartment_id = var.compartment_id
	name = var.pluggable_database_snapshot_name
	pluggable_database_id = oci_database_pluggable_database.test_pluggable_database.id
	state = var.pluggable_database_snapshot_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PluggableDatabaseSnapshot Reference

The following attributes are exported: