OBJECT
ObservationTaggingRuleProperty
Property to be added to Observation tags (key,value) for static tagging (observationTaggingTemplate,destinationKeyName) for composition tagging (observationTaggingPattern, sourceKeyName, destinationKeyName) for extraction tagging
link GraphQL Schema definition
- type ObservationTaggingRuleProperty {
- # Key name for extraction/composition tag to be added
- String :
- # Key for a static tag
- String :
- # Pattern to extract tag value from already existing tag
- String :
- # Template to form composition tags
- String :
- # Key name from which pattern is to be extracted
- String :
- # Value for the key of static tag
- String :
- }