@cdktn/provider-pagerduty 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/.jsii +110408 -0
  2. package/LICENSE +355 -0
  3. package/README.md +94 -0
  4. package/lib/addon/index.d.ts +53 -0
  5. package/lib/addon/index.js +115 -0
  6. package/lib/alert-grouping-setting/index.d.ts +144 -0
  7. package/lib/alert-grouping-setting/index.js +366 -0
  8. package/lib/automation-actions-action/index.d.ts +232 -0
  9. package/lib/automation-actions-action/index.js +560 -0
  10. package/lib/automation-actions-action-service-association/index.d.ts +64 -0
  11. package/lib/automation-actions-action-service-association/index.js +129 -0
  12. package/lib/automation-actions-action-team-association/index.d.ts +64 -0
  13. package/lib/automation-actions-action-team-association/index.js +129 -0
  14. package/lib/automation-actions-runner/index.d.ts +102 -0
  15. package/lib/automation-actions-runner/index.js +224 -0
  16. package/lib/automation-actions-runner-team-association/index.d.ts +64 -0
  17. package/lib/automation-actions-runner-team-association/index.js +129 -0
  18. package/lib/business-service/index.d.ts +84 -0
  19. package/lib/business-service/index.js +190 -0
  20. package/lib/business-service-subscriber/index.d.ts +72 -0
  21. package/lib/business-service-subscriber/index.js +147 -0
  22. package/lib/data-pagerduty-alert-grouping-setting/index.d.ts +70 -0
  23. package/lib/data-pagerduty-alert-grouping-setting/index.js +190 -0
  24. package/lib/data-pagerduty-automation-actions-action/index.d.ts +186 -0
  25. package/lib/data-pagerduty-automation-actions-action/index.js +425 -0
  26. package/lib/data-pagerduty-automation-actions-runner/index.d.ts +78 -0
  27. package/lib/data-pagerduty-automation-actions-runner/index.js +172 -0
  28. package/lib/data-pagerduty-business-service/index.d.ts +46 -0
  29. package/lib/data-pagerduty-business-service/index.js +101 -0
  30. package/lib/data-pagerduty-escalation-policy/index.d.ts +47 -0
  31. package/lib/data-pagerduty-escalation-policy/index.js +105 -0
  32. package/lib/data-pagerduty-event-orchestration/index.d.ts +137 -0
  33. package/lib/data-pagerduty-event-orchestration/index.js +306 -0
  34. package/lib/data-pagerduty-event-orchestration-global-cache-variable/index.d.ts +138 -0
  35. package/lib/data-pagerduty-event-orchestration-global-cache-variable/index.js +315 -0
  36. package/lib/data-pagerduty-event-orchestration-integration/index.d.ts +100 -0
  37. package/lib/data-pagerduty-event-orchestration-integration/index.js +216 -0
  38. package/lib/data-pagerduty-event-orchestration-service-cache-variable/index.d.ts +138 -0
  39. package/lib/data-pagerduty-event-orchestration-service-cache-variable/index.js +315 -0
  40. package/lib/data-pagerduty-event-orchestrations/index.d.ts +161 -0
  41. package/lib/data-pagerduty-event-orchestrations/index.js +366 -0
  42. package/lib/data-pagerduty-extension-schema/index.d.ts +46 -0
  43. package/lib/data-pagerduty-extension-schema/index.js +101 -0
  44. package/lib/data-pagerduty-incident-custom-field/index.d.ts +60 -0
  45. package/lib/data-pagerduty-incident-custom-field/index.js +130 -0
  46. package/lib/data-pagerduty-incident-type/index.d.ts +50 -0
  47. package/lib/data-pagerduty-incident-type/index.js +117 -0
  48. package/lib/data-pagerduty-incident-type-custom-field/index.d.ts +115 -0
  49. package/lib/data-pagerduty-incident-type-custom-field/index.js +295 -0
  50. package/lib/data-pagerduty-incident-workflow/index.d.ts +57 -0
  51. package/lib/data-pagerduty-incident-workflow/index.js +118 -0
  52. package/lib/data-pagerduty-jira-cloud-account-mapping/index.d.ts +46 -0
  53. package/lib/data-pagerduty-jira-cloud-account-mapping/index.js +101 -0
  54. package/lib/data-pagerduty-license/index.d.ts +74 -0
  55. package/lib/data-pagerduty-license/index.js +170 -0
  56. package/lib/data-pagerduty-licenses/index.d.ts +92 -0
  57. package/lib/data-pagerduty-licenses/index.js +213 -0
  58. package/lib/data-pagerduty-priority/index.d.ts +48 -0
  59. package/lib/data-pagerduty-priority/index.js +101 -0
  60. package/lib/data-pagerduty-ruleset/index.d.ts +57 -0
  61. package/lib/data-pagerduty-ruleset/index.js +115 -0
  62. package/lib/data-pagerduty-schedule/index.d.ts +45 -0
  63. package/lib/data-pagerduty-schedule/index.js +97 -0
  64. package/lib/data-pagerduty-service/index.d.ts +86 -0
  65. package/lib/data-pagerduty-service/index.js +205 -0
  66. package/lib/data-pagerduty-service-custom-field/index.d.ts +92 -0
  67. package/lib/data-pagerduty-service-custom-field/index.js +221 -0
  68. package/lib/data-pagerduty-service-custom-field-value/index.d.ts +88 -0
  69. package/lib/data-pagerduty-service-custom-field-value/index.js +205 -0
  70. package/lib/data-pagerduty-service-integration/index.d.ts +56 -0
  71. package/lib/data-pagerduty-service-integration/index.js +119 -0
  72. package/lib/data-pagerduty-standards/index.d.ts +154 -0
  73. package/lib/data-pagerduty-standards/index.js +361 -0
  74. package/lib/data-pagerduty-standards-resource-scores/index.d.ts +112 -0
  75. package/lib/data-pagerduty-standards-resource-scores/index.js +268 -0
  76. package/lib/data-pagerduty-standards-resources-scores/index.d.ts +144 -0
  77. package/lib/data-pagerduty-standards-resources-scores/index.js +352 -0
  78. package/lib/data-pagerduty-tag/index.d.ts +47 -0
  79. package/lib/data-pagerduty-tag/index.js +97 -0
  80. package/lib/data-pagerduty-team/index.d.ts +77 -0
  81. package/lib/data-pagerduty-team/index.js +157 -0
  82. package/lib/data-pagerduty-team-members/index.d.ts +95 -0
  83. package/lib/data-pagerduty-team-members/index.js +203 -0
  84. package/lib/data-pagerduty-teams/index.d.ts +96 -0
  85. package/lib/data-pagerduty-teams/index.js +206 -0
  86. package/lib/data-pagerduty-user/index.d.ts +50 -0
  87. package/lib/data-pagerduty-user/index.js +117 -0
  88. package/lib/data-pagerduty-user-contact-method/index.d.ts +82 -0
  89. package/lib/data-pagerduty-user-contact-method/index.js +174 -0
  90. package/lib/data-pagerduty-users/index.d.ts +87 -0
  91. package/lib/data-pagerduty-users/index.js +208 -0
  92. package/lib/data-pagerduty-vendor/index.d.ts +46 -0
  93. package/lib/data-pagerduty-vendor/index.js +101 -0
  94. package/lib/enablement/index.d.ts +70 -0
  95. package/lib/enablement/index.js +151 -0
  96. package/lib/escalation-policy/index.d.ts +232 -0
  97. package/lib/escalation-policy/index.js +565 -0
  98. package/lib/event-orchestration/index.d.ts +156 -0
  99. package/lib/event-orchestration/index.js +352 -0
  100. package/lib/event-orchestration-global/index.d.ts +1253 -0
  101. package/lib/event-orchestration-global/index.js +3350 -0
  102. package/lib/event-orchestration-global-cache-variable/index.d.ts +182 -0
  103. package/lib/event-orchestration-global-cache-variable/index.js +459 -0
  104. package/lib/event-orchestration-integration/index.d.ts +88 -0
  105. package/lib/event-orchestration-integration/index.js +196 -0
  106. package/lib/event-orchestration-router/index.d.ts +363 -0
  107. package/lib/event-orchestration-router/index.js +954 -0
  108. package/lib/event-orchestration-service/index.d.ts +1328 -0
  109. package/lib/event-orchestration-service/index.js +3573 -0
  110. package/lib/event-orchestration-service-cache-variable/index.d.ts +182 -0
  111. package/lib/event-orchestration-service-cache-variable/index.js +459 -0
  112. package/lib/event-orchestration-unrouted/index.d.ts +653 -0
  113. package/lib/event-orchestration-unrouted/index.js +1722 -0
  114. package/lib/event-rule/index.d.ts +74 -0
  115. package/lib/event-rule/index.js +154 -0
  116. package/lib/extension/index.d.ts +91 -0
  117. package/lib/extension/index.js +204 -0
  118. package/lib/extension-servicenow/index.d.ts +138 -0
  119. package/lib/extension-servicenow/index.js +308 -0
  120. package/lib/incident-custom-field/index.d.ts +98 -0
  121. package/lib/incident-custom-field/index.js +207 -0
  122. package/lib/incident-custom-field-option/index.d.ts +72 -0
  123. package/lib/incident-custom-field-option/index.js +147 -0
  124. package/lib/incident-type/index.d.ts +80 -0
  125. package/lib/incident-type/index.js +176 -0
  126. package/lib/incident-type-custom-field/index.d.ts +117 -0
  127. package/lib/incident-type-custom-field/index.js +265 -0
  128. package/lib/incident-workflow/index.d.ts +378 -0
  129. package/lib/incident-workflow/index.js +943 -0
  130. package/lib/incident-workflow-trigger/index.d.ts +133 -0
  131. package/lib/incident-workflow-trigger/index.js +314 -0
  132. package/lib/index.d.ts +91 -0
  133. package/lib/index.js +97 -0
  134. package/lib/jira-cloud-account-mapping-rule/index.d.ts +559 -0
  135. package/lib/jira-cloud-account-mapping-rule/index.js +1578 -0
  136. package/lib/lazy-index.d.ts +4 -0
  137. package/lib/lazy-index.js +94 -0
  138. package/lib/maintenance-window/index.d.ts +81 -0
  139. package/lib/maintenance-window/index.js +168 -0
  140. package/lib/provider/index.d.ts +128 -0
  141. package/lib/provider/index.js +279 -0
  142. package/lib/response-play/index.d.ts +426 -0
  143. package/lib/response-play/index.js +1009 -0
  144. package/lib/ruleset/index.d.ts +94 -0
  145. package/lib/ruleset/index.js +215 -0
  146. package/lib/ruleset-rule/index.d.ts +1026 -0
  147. package/lib/ruleset-rule/index.js +2670 -0
  148. package/lib/schedule/index.d.ts +299 -0
  149. package/lib/schedule/index.js +740 -0
  150. package/lib/service/index.d.ts +592 -0
  151. package/lib/service/index.js +1608 -0
  152. package/lib/service-custom-field/index.d.ts +174 -0
  153. package/lib/service-custom-field/index.js +379 -0
  154. package/lib/service-custom-field-value/index.d.ts +117 -0
  155. package/lib/service-custom-field-value/index.js +269 -0
  156. package/lib/service-dependency/index.d.ts +216 -0
  157. package/lib/service-dependency/index.js +525 -0
  158. package/lib/service-event-rule/index.d.ts +964 -0
  159. package/lib/service-event-rule/index.js +2512 -0
  160. package/lib/service-integration/index.d.ts +546 -0
  161. package/lib/service-integration/index.js +1404 -0
  162. package/lib/slack-connection/index.d.ts +159 -0
  163. package/lib/slack-connection/index.js +369 -0
  164. package/lib/tag/index.d.ts +47 -0
  165. package/lib/tag/index.js +105 -0
  166. package/lib/tag-assignment/index.d.ts +61 -0
  167. package/lib/tag-assignment/index.js +130 -0
  168. package/lib/team/index.d.ts +73 -0
  169. package/lib/team/index.js +161 -0
  170. package/lib/team-membership/index.d.ts +62 -0
  171. package/lib/team-membership/index.js +136 -0
  172. package/lib/user/index.d.ts +130 -0
  173. package/lib/user/index.js +291 -0
  174. package/lib/user-contact-method/index.d.ts +98 -0
  175. package/lib/user-contact-method/index.js +219 -0
  176. package/lib/user-handoff-notification-rule/index.d.ts +131 -0
  177. package/lib/user-handoff-notification-rule/index.js +285 -0
  178. package/lib/user-notification-rule/index.d.ts +105 -0
  179. package/lib/user-notification-rule/index.js +258 -0
  180. package/lib/webhook-subscription/index.d.ts +276 -0
  181. package/lib/webhook-subscription/index.js +664 -0
  182. package/package.json +155 -0
@@ -0,0 +1,378 @@
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2026
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+ import { Construct } from 'constructs';
6
+ import * as cdktn from 'cdktn';
7
+ export interface IncidentWorkflowConfig extends cdktn.TerraformMetaArguments {
8
+ /**
9
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#description IncidentWorkflow#description}
10
+ */
11
+ readonly description?: string;
12
+ /**
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#id IncidentWorkflow#id}
14
+ *
15
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
16
+ * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
17
+ */
18
+ readonly id?: string;
19
+ /**
20
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#is_enabled IncidentWorkflow#is_enabled}
21
+ */
22
+ readonly isEnabled?: string;
23
+ /**
24
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#name IncidentWorkflow#name}
25
+ */
26
+ readonly name: string;
27
+ /**
28
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#team IncidentWorkflow#team}
29
+ */
30
+ readonly team?: string;
31
+ /**
32
+ * step block
33
+ *
34
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#step IncidentWorkflow#step}
35
+ */
36
+ readonly step?: IncidentWorkflowStep[] | cdktn.IResolvable;
37
+ }
38
+ export interface IncidentWorkflowStepInlineStepsInputStepInput {
39
+ /**
40
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#name IncidentWorkflow#name}
41
+ */
42
+ readonly name: string;
43
+ /**
44
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#value IncidentWorkflow#value}
45
+ */
46
+ readonly value: string;
47
+ }
48
+ export declare function incidentWorkflowStepInlineStepsInputStepInputToTerraform(struct?: IncidentWorkflowStepInlineStepsInputStepInput | cdktn.IResolvable): any;
49
+ export declare function incidentWorkflowStepInlineStepsInputStepInputToHclTerraform(struct?: IncidentWorkflowStepInlineStepsInputStepInput | cdktn.IResolvable): any;
50
+ export declare class IncidentWorkflowStepInlineStepsInputStepInputOutputReference extends cdktn.ComplexObject {
51
+ private isEmptyObject;
52
+ private resolvableValue?;
53
+ /**
54
+ * @param terraformResource The parent resource
55
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
56
+ * @param complexObjectIndex the index of this item in the list
57
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
58
+ */
59
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
60
+ get internalValue(): IncidentWorkflowStepInlineStepsInputStepInput | cdktn.IResolvable | undefined;
61
+ set internalValue(value: IncidentWorkflowStepInlineStepsInputStepInput | cdktn.IResolvable | undefined);
62
+ get generated(): cdktn.IResolvable;
63
+ private _name?;
64
+ get name(): string;
65
+ set name(value: string);
66
+ get nameInput(): string | undefined;
67
+ private _value?;
68
+ get value(): string;
69
+ set value(value: string);
70
+ get valueInput(): string | undefined;
71
+ }
72
+ export declare class IncidentWorkflowStepInlineStepsInputStepInputList extends cdktn.ComplexList {
73
+ protected terraformResource: cdktn.IInterpolatingParent;
74
+ protected terraformAttribute: string;
75
+ protected wrapsSet: boolean;
76
+ internalValue?: IncidentWorkflowStepInlineStepsInputStepInput[] | cdktn.IResolvable;
77
+ /**
78
+ * @param terraformResource The parent resource
79
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
80
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
81
+ */
82
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
83
+ /**
84
+ * @param index the index of the item to return
85
+ */
86
+ get(index: number): IncidentWorkflowStepInlineStepsInputStepInputOutputReference;
87
+ }
88
+ export interface IncidentWorkflowStepInlineStepsInputStep {
89
+ /**
90
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#action IncidentWorkflow#action}
91
+ */
92
+ readonly action: string;
93
+ /**
94
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#name IncidentWorkflow#name}
95
+ */
96
+ readonly name: string;
97
+ /**
98
+ * input block
99
+ *
100
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#input IncidentWorkflow#input}
101
+ */
102
+ readonly input?: IncidentWorkflowStepInlineStepsInputStepInput[] | cdktn.IResolvable;
103
+ }
104
+ export declare function incidentWorkflowStepInlineStepsInputStepToTerraform(struct?: IncidentWorkflowStepInlineStepsInputStep | cdktn.IResolvable): any;
105
+ export declare function incidentWorkflowStepInlineStepsInputStepToHclTerraform(struct?: IncidentWorkflowStepInlineStepsInputStep | cdktn.IResolvable): any;
106
+ export declare class IncidentWorkflowStepInlineStepsInputStepOutputReference extends cdktn.ComplexObject {
107
+ private isEmptyObject;
108
+ private resolvableValue?;
109
+ /**
110
+ * @param terraformResource The parent resource
111
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
112
+ * @param complexObjectIndex the index of this item in the list
113
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
114
+ */
115
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
116
+ get internalValue(): IncidentWorkflowStepInlineStepsInputStep | cdktn.IResolvable | undefined;
117
+ set internalValue(value: IncidentWorkflowStepInlineStepsInputStep | cdktn.IResolvable | undefined);
118
+ private _action?;
119
+ get action(): string;
120
+ set action(value: string);
121
+ get actionInput(): string | undefined;
122
+ private _name?;
123
+ get name(): string;
124
+ set name(value: string);
125
+ get nameInput(): string | undefined;
126
+ private _input;
127
+ get input(): IncidentWorkflowStepInlineStepsInputStepInputList;
128
+ putInput(value: IncidentWorkflowStepInlineStepsInputStepInput[] | cdktn.IResolvable): void;
129
+ resetInput(): void;
130
+ get inputInput(): cdktn.IResolvable | IncidentWorkflowStepInlineStepsInputStepInput[] | undefined;
131
+ }
132
+ export declare class IncidentWorkflowStepInlineStepsInputStepList extends cdktn.ComplexList {
133
+ protected terraformResource: cdktn.IInterpolatingParent;
134
+ protected terraformAttribute: string;
135
+ protected wrapsSet: boolean;
136
+ internalValue?: IncidentWorkflowStepInlineStepsInputStep[] | cdktn.IResolvable;
137
+ /**
138
+ * @param terraformResource The parent resource
139
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
140
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
141
+ */
142
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
143
+ /**
144
+ * @param index the index of the item to return
145
+ */
146
+ get(index: number): IncidentWorkflowStepInlineStepsInputStepOutputReference;
147
+ }
148
+ export interface IncidentWorkflowStepInlineStepsInput {
149
+ /**
150
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#name IncidentWorkflow#name}
151
+ */
152
+ readonly name: string;
153
+ /**
154
+ * step block
155
+ *
156
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#step IncidentWorkflow#step}
157
+ */
158
+ readonly step?: IncidentWorkflowStepInlineStepsInputStep[] | cdktn.IResolvable;
159
+ }
160
+ export declare function incidentWorkflowStepInlineStepsInputToTerraform(struct?: IncidentWorkflowStepInlineStepsInput | cdktn.IResolvable): any;
161
+ export declare function incidentWorkflowStepInlineStepsInputToHclTerraform(struct?: IncidentWorkflowStepInlineStepsInput | cdktn.IResolvable): any;
162
+ export declare class IncidentWorkflowStepInlineStepsInputOutputReference extends cdktn.ComplexObject {
163
+ private isEmptyObject;
164
+ private resolvableValue?;
165
+ /**
166
+ * @param terraformResource The parent resource
167
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
168
+ * @param complexObjectIndex the index of this item in the list
169
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
170
+ */
171
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
172
+ get internalValue(): IncidentWorkflowStepInlineStepsInput | cdktn.IResolvable | undefined;
173
+ set internalValue(value: IncidentWorkflowStepInlineStepsInput | cdktn.IResolvable | undefined);
174
+ private _name?;
175
+ get name(): string;
176
+ set name(value: string);
177
+ get nameInput(): string | undefined;
178
+ private _step;
179
+ get step(): IncidentWorkflowStepInlineStepsInputStepList;
180
+ putStep(value: IncidentWorkflowStepInlineStepsInputStep[] | cdktn.IResolvable): void;
181
+ resetStep(): void;
182
+ get stepInput(): cdktn.IResolvable | IncidentWorkflowStepInlineStepsInputStep[] | undefined;
183
+ }
184
+ export declare class IncidentWorkflowStepInlineStepsInputList extends cdktn.ComplexList {
185
+ protected terraformResource: cdktn.IInterpolatingParent;
186
+ protected terraformAttribute: string;
187
+ protected wrapsSet: boolean;
188
+ internalValue?: IncidentWorkflowStepInlineStepsInput[] | cdktn.IResolvable;
189
+ /**
190
+ * @param terraformResource The parent resource
191
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
192
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
193
+ */
194
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
195
+ /**
196
+ * @param index the index of the item to return
197
+ */
198
+ get(index: number): IncidentWorkflowStepInlineStepsInputOutputReference;
199
+ }
200
+ export interface IncidentWorkflowStepInput {
201
+ /**
202
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#name IncidentWorkflow#name}
203
+ */
204
+ readonly name: string;
205
+ /**
206
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#value IncidentWorkflow#value}
207
+ */
208
+ readonly value: string;
209
+ }
210
+ export declare function incidentWorkflowStepInputToTerraform(struct?: IncidentWorkflowStepInput | cdktn.IResolvable): any;
211
+ export declare function incidentWorkflowStepInputToHclTerraform(struct?: IncidentWorkflowStepInput | cdktn.IResolvable): any;
212
+ export declare class IncidentWorkflowStepInputOutputReference extends cdktn.ComplexObject {
213
+ private isEmptyObject;
214
+ private resolvableValue?;
215
+ /**
216
+ * @param terraformResource The parent resource
217
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
218
+ * @param complexObjectIndex the index of this item in the list
219
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
220
+ */
221
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
222
+ get internalValue(): IncidentWorkflowStepInput | cdktn.IResolvable | undefined;
223
+ set internalValue(value: IncidentWorkflowStepInput | cdktn.IResolvable | undefined);
224
+ get generated(): cdktn.IResolvable;
225
+ private _name?;
226
+ get name(): string;
227
+ set name(value: string);
228
+ get nameInput(): string | undefined;
229
+ private _value?;
230
+ get value(): string;
231
+ set value(value: string);
232
+ get valueInput(): string | undefined;
233
+ }
234
+ export declare class IncidentWorkflowStepInputList extends cdktn.ComplexList {
235
+ protected terraformResource: cdktn.IInterpolatingParent;
236
+ protected terraformAttribute: string;
237
+ protected wrapsSet: boolean;
238
+ internalValue?: IncidentWorkflowStepInput[] | cdktn.IResolvable;
239
+ /**
240
+ * @param terraformResource The parent resource
241
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
242
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
243
+ */
244
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
245
+ /**
246
+ * @param index the index of the item to return
247
+ */
248
+ get(index: number): IncidentWorkflowStepInputOutputReference;
249
+ }
250
+ export interface IncidentWorkflowStep {
251
+ /**
252
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#action IncidentWorkflow#action}
253
+ */
254
+ readonly action: string;
255
+ /**
256
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#name IncidentWorkflow#name}
257
+ */
258
+ readonly name: string;
259
+ /**
260
+ * inline_steps_input block
261
+ *
262
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input}
263
+ */
264
+ readonly inlineStepsInput?: IncidentWorkflowStepInlineStepsInput[] | cdktn.IResolvable;
265
+ /**
266
+ * input block
267
+ *
268
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#input IncidentWorkflow#input}
269
+ */
270
+ readonly input?: IncidentWorkflowStepInput[] | cdktn.IResolvable;
271
+ }
272
+ export declare function incidentWorkflowStepToTerraform(struct?: IncidentWorkflowStep | cdktn.IResolvable): any;
273
+ export declare function incidentWorkflowStepToHclTerraform(struct?: IncidentWorkflowStep | cdktn.IResolvable): any;
274
+ export declare class IncidentWorkflowStepOutputReference extends cdktn.ComplexObject {
275
+ private isEmptyObject;
276
+ private resolvableValue?;
277
+ /**
278
+ * @param terraformResource The parent resource
279
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
280
+ * @param complexObjectIndex the index of this item in the list
281
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
282
+ */
283
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
284
+ get internalValue(): IncidentWorkflowStep | cdktn.IResolvable | undefined;
285
+ set internalValue(value: IncidentWorkflowStep | cdktn.IResolvable | undefined);
286
+ private _action?;
287
+ get action(): string;
288
+ set action(value: string);
289
+ get actionInput(): string | undefined;
290
+ get id(): string;
291
+ private _name?;
292
+ get name(): string;
293
+ set name(value: string);
294
+ get nameInput(): string | undefined;
295
+ private _inlineStepsInput;
296
+ get inlineStepsInput(): IncidentWorkflowStepInlineStepsInputList;
297
+ putInlineStepsInput(value: IncidentWorkflowStepInlineStepsInput[] | cdktn.IResolvable): void;
298
+ resetInlineStepsInput(): void;
299
+ get inlineStepsInputInput(): cdktn.IResolvable | IncidentWorkflowStepInlineStepsInput[] | undefined;
300
+ private _input;
301
+ get input(): IncidentWorkflowStepInputList;
302
+ putInput(value: IncidentWorkflowStepInput[] | cdktn.IResolvable): void;
303
+ resetInput(): void;
304
+ get inputInput(): cdktn.IResolvable | IncidentWorkflowStepInput[] | undefined;
305
+ }
306
+ export declare class IncidentWorkflowStepList extends cdktn.ComplexList {
307
+ protected terraformResource: cdktn.IInterpolatingParent;
308
+ protected terraformAttribute: string;
309
+ protected wrapsSet: boolean;
310
+ internalValue?: IncidentWorkflowStep[] | cdktn.IResolvable;
311
+ /**
312
+ * @param terraformResource The parent resource
313
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
314
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
315
+ */
316
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
317
+ /**
318
+ * @param index the index of the item to return
319
+ */
320
+ get(index: number): IncidentWorkflowStepOutputReference;
321
+ }
322
+ /**
323
+ * Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow pagerduty_incident_workflow}
324
+ */
325
+ export declare class IncidentWorkflow extends cdktn.TerraformResource {
326
+ static readonly tfResourceType = "pagerduty_incident_workflow";
327
+ /**
328
+ * Generates CDKTN code for importing a IncidentWorkflow resource upon running "cdktn plan <stack-name>"
329
+ * @param scope The scope in which to define this construct
330
+ * @param importToId The construct id used in the generated config for the IncidentWorkflow to import
331
+ * @param importFromId The id of the existing IncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use
332
+ * @param provider? Optional instance of the provider where the IncidentWorkflow to import is found
333
+ */
334
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
335
+ /**
336
+ * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/incident_workflow pagerduty_incident_workflow} Resource
337
+ *
338
+ * @param scope The scope in which to define this construct
339
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
340
+ * @param options IncidentWorkflowConfig
341
+ */
342
+ constructor(scope: Construct, id: string, config: IncidentWorkflowConfig);
343
+ private _description?;
344
+ get description(): string;
345
+ set description(value: string);
346
+ resetDescription(): void;
347
+ get descriptionInput(): string | undefined;
348
+ private _id?;
349
+ get id(): string;
350
+ set id(value: string);
351
+ resetId(): void;
352
+ get idInput(): string | undefined;
353
+ private _isEnabled?;
354
+ get isEnabled(): string;
355
+ set isEnabled(value: string);
356
+ resetIsEnabled(): void;
357
+ get isEnabledInput(): string | undefined;
358
+ private _name?;
359
+ get name(): string;
360
+ set name(value: string);
361
+ get nameInput(): string | undefined;
362
+ private _team?;
363
+ get team(): string;
364
+ set team(value: string);
365
+ resetTeam(): void;
366
+ get teamInput(): string | undefined;
367
+ private _step;
368
+ get step(): IncidentWorkflowStepList;
369
+ putStep(value: IncidentWorkflowStep[] | cdktn.IResolvable): void;
370
+ resetStep(): void;
371
+ get stepInput(): cdktn.IResolvable | IncidentWorkflowStep[] | undefined;
372
+ protected synthesizeAttributes(): {
373
+ [name: string]: any;
374
+ };
375
+ protected synthesizeHclAttributes(): {
376
+ [name: string]: any;
377
+ };
378
+ }