Data Source: oci_iot_digital_twin_relationships
This data source provides the list of Digital Twin Relationships in Oracle Cloud Infrastructure Iot service.
Retrieves a list of digital twin relationships within the specified IoT domain.
Example Usage
data "oci_iot_digital_twin_relationships" "test_digital_twin_relationships" {
	#Required
	iot_domain_id = oci_iot_iot_domain.test_iot_domain.id
	#Optional
	content_path = var.digital_twin_relationship_content_path
	display_name = var.digital_twin_relationship_display_name
	id = var.digital_twin_relationship_id
	source_digital_twin_instance_id = oci_iot_digital_twin_instance.test_digital_twin_instance.id
	state = var.digital_twin_relationship_state
	target_digital_twin_instance_id = oci_iot_digital_twin_instance.test_digital_twin_instance.id
}
Argument Reference
The following arguments are supported:
- content_path- (Optional) Filters resources that match the content path of the digital twin relationship.
- display_name- (Optional) Filter resources whose display name matches the specified value.
- id- (Optional) Filter resources by OCID. Must be a valid OCID of the resource type.
- iot_domain_id- (Required) The OCID of the IoT domain in which to list digital twin resources.
- source_digital_twin_instance_id- (Optional) Filter resources that match the specified OCID of source digital twin instance.
- state- (Optional) Filter resources whose lifecycleState matches the specified value.
- target_digital_twin_instance_id- (Optional) Filter resources that match the specified OCID of target digital twin instance.
Attributes Reference
The following attributes are exported:
- digital_twin_relationship_collection- The list of digital_twin_relationship_collection.
DigitalTwinRelationship Reference
The following attributes are exported:
- content- The value(s) of the relationship properties defined in the source digital twin model.
- content_path- Its the name of the relationship that links two digital twin instances. Here, it is the relationship name of the source digital twin model.
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:- {"Operations.CostCenter": "42"}
- description- A short description of the resource.
- display_name- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:- {"Department": "Finance"}
- id- The OCID of the resource.
- iot_domain_id- The OCID of the IoT domain.
- source_digital_twin_instance_id- The OCID of source digital twin instance.
- state- The current state of the digital twin relationship.
- system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"orcl-cloud.free-tier-retained": "true"}
- target_digital_twin_instance_id- The OCID of target digital twin instance.
- time_created- The date and time when the resource was created, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z
- time_updated- The date and time when the resource was last updated, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z