Data Source: oci_jms_fleet_blocklists
This data source provides the list of Fleet Blocklists in Oracle Cloud Infrastructure Jms service.
Returns a list of blocklist entities contained by a fleet.
Example Usage
data "oci_jms_fleet_blocklists" "test_fleet_blocklists" {
#Required
fleet_id = oci_jms_fleet.test_fleet.id
#Optional
managed_instance_id = var.fleet_blocklist_managed_instance_id
operation = var.fleet_blocklist_operation
}
Argument Reference
The following arguments are supported:
fleet_id
- (Required) The OCID of the Fleet.managed_instance_id
- (Optional) The Fleet-unique identifier of the related managed instance.operation
- (Optional) The operation type.
Attributes Reference
The following attributes are exported:
blocklist_collection
- The list of blocklist_collection.
FleetBlocklist Reference
The following attributes are exported:
items
- The blocklistkey
- The unique identifier of this blocklist record.operation
- The operation typereason
- The reason why the operation is blocklisted.target
- A resource to blocklist for certain operation.