This data source provides the list of Volume Backup Policy Assignments in Oracle Cloud Infrastructure Core service.
Gets the volume backup policy assignment for the specified volume. The
assetId
query parameter is required, and the returned list will contain at most
one item, since volume can only have one volume backup policy assigned at a time.
data "oci_core_volume_backup_policy_assignments" "test_volume_backup_policy_assignments" {
#Required
asset_id = oci_core_volume.test_volume.id
}
The following arguments are supported:
asset_id
- (Required) The OCID of an asset (e.g. a volume).The following attributes are exported:
volume_backup_policy_assignments
- The list of volume_backup_policy_assignments.The following attributes are exported:
asset_id
- The OCID of the volume the policy has been assigned to.id
- The OCID of the volume backup policy assignment.policy_id
- The OCID of the volume backup policy that has been assigned to the volume. time_created
- The date and time the volume backup policy was assigned to the volume. The format is defined by RFC3339.