Data Source: oci_jms_fleet_containers

This data source provides the list of Fleet Containers in Oracle Cloud Infrastructure Jms service.

List containers in a fleet filtered by query parameters.

Example Usage

data "oci_jms_fleet_containers" "test_fleet_containers" {
	#Required
	fleet_id = oci_jms_fleet.test_fleet.id

	#Optional
	application_name = oci_dataflow_application.test_application.name
	display_name = var.fleet_container_display_name
	jre_security_status = var.fleet_container_jre_security_status
	jre_version = var.fleet_container_jre_version
	managed_instance_id = oci_os_management_hub_managed_instance.test_managed_instance.id
	time_started_greater_than_or_equal_to = var.fleet_container_time_started_greater_than_or_equal_to
	time_started_less_than_or_equal_to = var.fleet_container_time_started_less_than_or_equal_to
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

FleetContainer Reference

The following attributes are exported: