Data Source: oci_batch_batch_task_profiles

This data source provides the list of Batch Task Profiles in Oracle Cloud Infrastructure Batch service.

Lists the task profiles by compartment or profile OCID. You can filter and sort them by various properties like lifecycle state, name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskProfile to get the full details on a specific context

Example Usage

data "oci_batch_batch_task_profiles" "test_batch_task_profiles" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.batch_task_profile_display_name
	id = var.batch_task_profile_id
	state = var.batch_task_profile_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

BatchTaskProfile Reference

The following attributes are exported: