Data Source: oci_iot_digital_twin_models

This data source provides the list of Digital Twin Models in Oracle Cloud Infrastructure Iot service.

Retrieves a list of digital twin models within the specified IoT domain.

Example Usage

data "oci_iot_digital_twin_models" "test_digital_twin_models" {
	#Required
	iot_domain_id = oci_iot_iot_domain.test_iot_domain.id

	#Optional
	display_name = var.digital_twin_model_display_name
	id = var.digital_twin_model_id
	spec_uri_starts_with = var.digital_twin_model_spec_uri_starts_with
	state = var.digital_twin_model_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DigitalTwinModel Reference

The following attributes are exported: