Data Source: oci_objectstorage_replication_policy

This data source provides details about a specific Replication Policy resource in Oracle Cloud Infrastructure Object Storage service.

Get the replication policy.

Example Usage

data "oci_objectstorage_replication_policy" "test_replication_policy" {
    #Required
    bucket = var.replication_policy_bucket
    namespace = var.replication_policy_namespace
    replication_id = oci_objectstorage_replication.test_replication.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: