@@ -22,9 +22,6 @@ One of `id` or `name` must be provided
2222- ` name ` (String) Monitor name. Must be unique within workspace.
2323One of ` name ` or ` id ` must be set. If ` name ` is provided, ` workspace ` must be set.
2424- ` rule ` (Block List) (see [ below for nested schema] ( #nestedblock--rule ) )
25- - ` stage ` (Block List) A stage processes an input according to the provided pipeline. If no
26- input is provided, a stage will implicitly follow on from the result of
27- its predecessor. (see [ below for nested schema] ( #nestedblock--stage ) )
2825- ` workspace ` (String) OID of the workspace this object is contained in.
2926
3027### Read-Only
@@ -40,6 +37,9 @@ stage pipelines.
4037- ` notification_spec ` (Block List) (see [ below for nested schema] ( #nestedblock--notification_spec ) )
4138- ` oid ` (String) OID (Observe ID) for this object. This is the canonical identifier that
4239should be used when referring to this object in terraform manifests.
40+ - ` stage ` (Block List) A stage processes an input according to the provided pipeline. If no
41+ input is provided, a stage will implicitly follow on from the result of
42+ its predecessor. (see [ below for nested schema] ( #nestedblock--stage ) )
4343
4444<a id =" nestedblock--rule " ></a >
4545### Nested Schema for ` rule `
@@ -126,13 +126,20 @@ Read-Only:
126126
127127
128128
129- <a id =" nestedblock--stage " ></a >
130- ### Nested Schema for ` stage `
129+ <a id =" nestedblock--notification_spec " ></a >
130+ ### Nested Schema for ` notification_spec `
131131
132- Optional :
132+ Read-Only :
133133
134- - ` output_stage ` (Boolean) A boolean flag used to specify the output stage. Should be used only for
135- a stage preceding the last stage. The last stage is an output stage by default.
134+ - ` importance ` (String)
135+ - ` merge ` (String)
136+ - ` notify_on_close ` (Boolean)
137+ - ` notify_on_reminder ` (Boolean)
138+ - ` reminder_frequency ` (String)
139+
140+
141+ <a id =" nestedblock--stage " ></a >
142+ ### Nested Schema for ` stage `
136143
137144Read-Only:
138145
@@ -142,16 +149,6 @@ results of this stage.
142149the stage pipeline. It must refer to a label contained in ` inputs ` , or a
143150previous stage ` alias ` . The stage input can be omitted if ` inputs `
144151contains a single element.
152+ - ` output_stage ` (Boolean) A boolean flag used to specify the output stage. Should be used only for
153+ a stage preceding the last stage. The last stage is an output stage by default.
145154- ` pipeline ` (String) An OPAL snippet defining a transformation on the selected input.
146-
147-
148- <a id =" nestedblock--notification_spec " ></a >
149- ### Nested Schema for ` notification_spec `
150-
151- Read-Only:
152-
153- - ` importance ` (String)
154- - ` merge ` (String)
155- - ` notify_on_close ` (Boolean)
156- - ` notify_on_reminder ` (Boolean)
157- - ` reminder_frequency ` (String)
0 commit comments