@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.
- package/.jsii +110408 -0
- package/LICENSE +355 -0
- package/README.md +94 -0
- package/lib/addon/index.d.ts +53 -0
- package/lib/addon/index.js +115 -0
- package/lib/alert-grouping-setting/index.d.ts +144 -0
- package/lib/alert-grouping-setting/index.js +366 -0
- package/lib/automation-actions-action/index.d.ts +232 -0
- package/lib/automation-actions-action/index.js +560 -0
- package/lib/automation-actions-action-service-association/index.d.ts +64 -0
- package/lib/automation-actions-action-service-association/index.js +129 -0
- package/lib/automation-actions-action-team-association/index.d.ts +64 -0
- package/lib/automation-actions-action-team-association/index.js +129 -0
- package/lib/automation-actions-runner/index.d.ts +102 -0
- package/lib/automation-actions-runner/index.js +224 -0
- package/lib/automation-actions-runner-team-association/index.d.ts +64 -0
- package/lib/automation-actions-runner-team-association/index.js +129 -0
- package/lib/business-service/index.d.ts +84 -0
- package/lib/business-service/index.js +190 -0
- package/lib/business-service-subscriber/index.d.ts +72 -0
- package/lib/business-service-subscriber/index.js +147 -0
- package/lib/data-pagerduty-alert-grouping-setting/index.d.ts +70 -0
- package/lib/data-pagerduty-alert-grouping-setting/index.js +190 -0
- package/lib/data-pagerduty-automation-actions-action/index.d.ts +186 -0
- package/lib/data-pagerduty-automation-actions-action/index.js +425 -0
- package/lib/data-pagerduty-automation-actions-runner/index.d.ts +78 -0
- package/lib/data-pagerduty-automation-actions-runner/index.js +172 -0
- package/lib/data-pagerduty-business-service/index.d.ts +46 -0
- package/lib/data-pagerduty-business-service/index.js +101 -0
- package/lib/data-pagerduty-escalation-policy/index.d.ts +47 -0
- package/lib/data-pagerduty-escalation-policy/index.js +105 -0
- package/lib/data-pagerduty-event-orchestration/index.d.ts +137 -0
- package/lib/data-pagerduty-event-orchestration/index.js +306 -0
- package/lib/data-pagerduty-event-orchestration-global-cache-variable/index.d.ts +138 -0
- package/lib/data-pagerduty-event-orchestration-global-cache-variable/index.js +315 -0
- package/lib/data-pagerduty-event-orchestration-integration/index.d.ts +100 -0
- package/lib/data-pagerduty-event-orchestration-integration/index.js +216 -0
- package/lib/data-pagerduty-event-orchestration-service-cache-variable/index.d.ts +138 -0
- package/lib/data-pagerduty-event-orchestration-service-cache-variable/index.js +315 -0
- package/lib/data-pagerduty-event-orchestrations/index.d.ts +161 -0
- package/lib/data-pagerduty-event-orchestrations/index.js +366 -0
- package/lib/data-pagerduty-extension-schema/index.d.ts +46 -0
- package/lib/data-pagerduty-extension-schema/index.js +101 -0
- package/lib/data-pagerduty-incident-custom-field/index.d.ts +60 -0
- package/lib/data-pagerduty-incident-custom-field/index.js +130 -0
- package/lib/data-pagerduty-incident-type/index.d.ts +50 -0
- package/lib/data-pagerduty-incident-type/index.js +117 -0
- package/lib/data-pagerduty-incident-type-custom-field/index.d.ts +115 -0
- package/lib/data-pagerduty-incident-type-custom-field/index.js +295 -0
- package/lib/data-pagerduty-incident-workflow/index.d.ts +57 -0
- package/lib/data-pagerduty-incident-workflow/index.js +118 -0
- package/lib/data-pagerduty-jira-cloud-account-mapping/index.d.ts +46 -0
- package/lib/data-pagerduty-jira-cloud-account-mapping/index.js +101 -0
- package/lib/data-pagerduty-license/index.d.ts +74 -0
- package/lib/data-pagerduty-license/index.js +170 -0
- package/lib/data-pagerduty-licenses/index.d.ts +92 -0
- package/lib/data-pagerduty-licenses/index.js +213 -0
- package/lib/data-pagerduty-priority/index.d.ts +48 -0
- package/lib/data-pagerduty-priority/index.js +101 -0
- package/lib/data-pagerduty-ruleset/index.d.ts +57 -0
- package/lib/data-pagerduty-ruleset/index.js +115 -0
- package/lib/data-pagerduty-schedule/index.d.ts +45 -0
- package/lib/data-pagerduty-schedule/index.js +97 -0
- package/lib/data-pagerduty-service/index.d.ts +86 -0
- package/lib/data-pagerduty-service/index.js +205 -0
- package/lib/data-pagerduty-service-custom-field/index.d.ts +92 -0
- package/lib/data-pagerduty-service-custom-field/index.js +221 -0
- package/lib/data-pagerduty-service-custom-field-value/index.d.ts +88 -0
- package/lib/data-pagerduty-service-custom-field-value/index.js +205 -0
- package/lib/data-pagerduty-service-integration/index.d.ts +56 -0
- package/lib/data-pagerduty-service-integration/index.js +119 -0
- package/lib/data-pagerduty-standards/index.d.ts +154 -0
- package/lib/data-pagerduty-standards/index.js +361 -0
- package/lib/data-pagerduty-standards-resource-scores/index.d.ts +112 -0
- package/lib/data-pagerduty-standards-resource-scores/index.js +268 -0
- package/lib/data-pagerduty-standards-resources-scores/index.d.ts +144 -0
- package/lib/data-pagerduty-standards-resources-scores/index.js +352 -0
- package/lib/data-pagerduty-tag/index.d.ts +47 -0
- package/lib/data-pagerduty-tag/index.js +97 -0
- package/lib/data-pagerduty-team/index.d.ts +77 -0
- package/lib/data-pagerduty-team/index.js +157 -0
- package/lib/data-pagerduty-team-members/index.d.ts +95 -0
- package/lib/data-pagerduty-team-members/index.js +203 -0
- package/lib/data-pagerduty-teams/index.d.ts +96 -0
- package/lib/data-pagerduty-teams/index.js +206 -0
- package/lib/data-pagerduty-user/index.d.ts +50 -0
- package/lib/data-pagerduty-user/index.js +117 -0
- package/lib/data-pagerduty-user-contact-method/index.d.ts +82 -0
- package/lib/data-pagerduty-user-contact-method/index.js +174 -0
- package/lib/data-pagerduty-users/index.d.ts +87 -0
- package/lib/data-pagerduty-users/index.js +208 -0
- package/lib/data-pagerduty-vendor/index.d.ts +46 -0
- package/lib/data-pagerduty-vendor/index.js +101 -0
- package/lib/enablement/index.d.ts +70 -0
- package/lib/enablement/index.js +151 -0
- package/lib/escalation-policy/index.d.ts +232 -0
- package/lib/escalation-policy/index.js +565 -0
- package/lib/event-orchestration/index.d.ts +156 -0
- package/lib/event-orchestration/index.js +352 -0
- package/lib/event-orchestration-global/index.d.ts +1253 -0
- package/lib/event-orchestration-global/index.js +3350 -0
- package/lib/event-orchestration-global-cache-variable/index.d.ts +182 -0
- package/lib/event-orchestration-global-cache-variable/index.js +459 -0
- package/lib/event-orchestration-integration/index.d.ts +88 -0
- package/lib/event-orchestration-integration/index.js +196 -0
- package/lib/event-orchestration-router/index.d.ts +363 -0
- package/lib/event-orchestration-router/index.js +954 -0
- package/lib/event-orchestration-service/index.d.ts +1328 -0
- package/lib/event-orchestration-service/index.js +3573 -0
- package/lib/event-orchestration-service-cache-variable/index.d.ts +182 -0
- package/lib/event-orchestration-service-cache-variable/index.js +459 -0
- package/lib/event-orchestration-unrouted/index.d.ts +653 -0
- package/lib/event-orchestration-unrouted/index.js +1722 -0
- package/lib/event-rule/index.d.ts +74 -0
- package/lib/event-rule/index.js +154 -0
- package/lib/extension/index.d.ts +91 -0
- package/lib/extension/index.js +204 -0
- package/lib/extension-servicenow/index.d.ts +138 -0
- package/lib/extension-servicenow/index.js +308 -0
- package/lib/incident-custom-field/index.d.ts +98 -0
- package/lib/incident-custom-field/index.js +207 -0
- package/lib/incident-custom-field-option/index.d.ts +72 -0
- package/lib/incident-custom-field-option/index.js +147 -0
- package/lib/incident-type/index.d.ts +80 -0
- package/lib/incident-type/index.js +176 -0
- package/lib/incident-type-custom-field/index.d.ts +117 -0
- package/lib/incident-type-custom-field/index.js +265 -0
- package/lib/incident-workflow/index.d.ts +378 -0
- package/lib/incident-workflow/index.js +943 -0
- package/lib/incident-workflow-trigger/index.d.ts +133 -0
- package/lib/incident-workflow-trigger/index.js +314 -0
- package/lib/index.d.ts +91 -0
- package/lib/index.js +97 -0
- package/lib/jira-cloud-account-mapping-rule/index.d.ts +559 -0
- package/lib/jira-cloud-account-mapping-rule/index.js +1578 -0
- package/lib/lazy-index.d.ts +4 -0
- package/lib/lazy-index.js +94 -0
- package/lib/maintenance-window/index.d.ts +81 -0
- package/lib/maintenance-window/index.js +168 -0
- package/lib/provider/index.d.ts +128 -0
- package/lib/provider/index.js +279 -0
- package/lib/response-play/index.d.ts +426 -0
- package/lib/response-play/index.js +1009 -0
- package/lib/ruleset/index.d.ts +94 -0
- package/lib/ruleset/index.js +215 -0
- package/lib/ruleset-rule/index.d.ts +1026 -0
- package/lib/ruleset-rule/index.js +2670 -0
- package/lib/schedule/index.d.ts +299 -0
- package/lib/schedule/index.js +740 -0
- package/lib/service/index.d.ts +592 -0
- package/lib/service/index.js +1608 -0
- package/lib/service-custom-field/index.d.ts +174 -0
- package/lib/service-custom-field/index.js +379 -0
- package/lib/service-custom-field-value/index.d.ts +117 -0
- package/lib/service-custom-field-value/index.js +269 -0
- package/lib/service-dependency/index.d.ts +216 -0
- package/lib/service-dependency/index.js +525 -0
- package/lib/service-event-rule/index.d.ts +964 -0
- package/lib/service-event-rule/index.js +2512 -0
- package/lib/service-integration/index.d.ts +546 -0
- package/lib/service-integration/index.js +1404 -0
- package/lib/slack-connection/index.d.ts +159 -0
- package/lib/slack-connection/index.js +369 -0
- package/lib/tag/index.d.ts +47 -0
- package/lib/tag/index.js +105 -0
- package/lib/tag-assignment/index.d.ts +61 -0
- package/lib/tag-assignment/index.js +130 -0
- package/lib/team/index.d.ts +73 -0
- package/lib/team/index.js +161 -0
- package/lib/team-membership/index.d.ts +62 -0
- package/lib/team-membership/index.js +136 -0
- package/lib/user/index.d.ts +130 -0
- package/lib/user/index.js +291 -0
- package/lib/user-contact-method/index.d.ts +98 -0
- package/lib/user-contact-method/index.js +219 -0
- package/lib/user-handoff-notification-rule/index.d.ts +131 -0
- package/lib/user-handoff-notification-rule/index.js +285 -0
- package/lib/user-notification-rule/index.d.ts +105 -0
- package/lib/user-notification-rule/index.js +258 -0
- package/lib/webhook-subscription/index.d.ts +276 -0
- package/lib/webhook-subscription/index.js +664 -0
- 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
|
+
}
|