@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,1328 @@
|
|
|
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 EventOrchestrationServiceConfig extends cdktn.TerraformMetaArguments {
|
|
8
|
+
/**
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}
|
|
10
|
+
*/
|
|
11
|
+
readonly enableEventOrchestrationForService?: boolean | cdktn.IResolvable;
|
|
12
|
+
/**
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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/event_orchestration_service#service EventOrchestrationService#service}
|
|
21
|
+
*/
|
|
22
|
+
readonly service: string;
|
|
23
|
+
/**
|
|
24
|
+
* catch_all block
|
|
25
|
+
*
|
|
26
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
|
27
|
+
*/
|
|
28
|
+
readonly catchAll: EventOrchestrationServiceCatchAll;
|
|
29
|
+
/**
|
|
30
|
+
* set block
|
|
31
|
+
*
|
|
32
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
|
33
|
+
*/
|
|
34
|
+
readonly set: EventOrchestrationServiceSet[] | cdktn.IResolvable;
|
|
35
|
+
}
|
|
36
|
+
export interface EventOrchestrationServiceCatchAllActionsAutomationActionHeader {
|
|
37
|
+
/**
|
|
38
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}
|
|
39
|
+
*/
|
|
40
|
+
readonly key: string;
|
|
41
|
+
/**
|
|
42
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
43
|
+
*/
|
|
44
|
+
readonly value: string;
|
|
45
|
+
}
|
|
46
|
+
export declare function eventOrchestrationServiceCatchAllActionsAutomationActionHeaderToTerraform(struct?: EventOrchestrationServiceCatchAllActionsAutomationActionHeader | cdktn.IResolvable): any;
|
|
47
|
+
export declare function eventOrchestrationServiceCatchAllActionsAutomationActionHeaderToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsAutomationActionHeader | cdktn.IResolvable): any;
|
|
48
|
+
export declare class EventOrchestrationServiceCatchAllActionsAutomationActionHeaderOutputReference extends cdktn.ComplexObject {
|
|
49
|
+
private isEmptyObject;
|
|
50
|
+
private resolvableValue?;
|
|
51
|
+
/**
|
|
52
|
+
* @param terraformResource The parent resource
|
|
53
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
54
|
+
* @param complexObjectIndex the index of this item in the list
|
|
55
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
56
|
+
*/
|
|
57
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
58
|
+
get internalValue(): EventOrchestrationServiceCatchAllActionsAutomationActionHeader | cdktn.IResolvable | undefined;
|
|
59
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActionsAutomationActionHeader | cdktn.IResolvable | undefined);
|
|
60
|
+
private _key?;
|
|
61
|
+
get key(): string;
|
|
62
|
+
set key(value: string);
|
|
63
|
+
get keyInput(): string | undefined;
|
|
64
|
+
private _value?;
|
|
65
|
+
get value(): string;
|
|
66
|
+
set value(value: string);
|
|
67
|
+
get valueInput(): string | undefined;
|
|
68
|
+
}
|
|
69
|
+
export declare class EventOrchestrationServiceCatchAllActionsAutomationActionHeaderList extends cdktn.ComplexList {
|
|
70
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
71
|
+
protected terraformAttribute: string;
|
|
72
|
+
protected wrapsSet: boolean;
|
|
73
|
+
internalValue?: EventOrchestrationServiceCatchAllActionsAutomationActionHeader[] | cdktn.IResolvable;
|
|
74
|
+
/**
|
|
75
|
+
* @param terraformResource The parent resource
|
|
76
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
77
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
78
|
+
*/
|
|
79
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
80
|
+
/**
|
|
81
|
+
* @param index the index of the item to return
|
|
82
|
+
*/
|
|
83
|
+
get(index: number): EventOrchestrationServiceCatchAllActionsAutomationActionHeaderOutputReference;
|
|
84
|
+
}
|
|
85
|
+
export interface EventOrchestrationServiceCatchAllActionsAutomationActionParameter {
|
|
86
|
+
/**
|
|
87
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}
|
|
88
|
+
*/
|
|
89
|
+
readonly key: string;
|
|
90
|
+
/**
|
|
91
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
92
|
+
*/
|
|
93
|
+
readonly value: string;
|
|
94
|
+
}
|
|
95
|
+
export declare function eventOrchestrationServiceCatchAllActionsAutomationActionParameterToTerraform(struct?: EventOrchestrationServiceCatchAllActionsAutomationActionParameter | cdktn.IResolvable): any;
|
|
96
|
+
export declare function eventOrchestrationServiceCatchAllActionsAutomationActionParameterToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsAutomationActionParameter | cdktn.IResolvable): any;
|
|
97
|
+
export declare class EventOrchestrationServiceCatchAllActionsAutomationActionParameterOutputReference extends cdktn.ComplexObject {
|
|
98
|
+
private isEmptyObject;
|
|
99
|
+
private resolvableValue?;
|
|
100
|
+
/**
|
|
101
|
+
* @param terraformResource The parent resource
|
|
102
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
103
|
+
* @param complexObjectIndex the index of this item in the list
|
|
104
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
105
|
+
*/
|
|
106
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
107
|
+
get internalValue(): EventOrchestrationServiceCatchAllActionsAutomationActionParameter | cdktn.IResolvable | undefined;
|
|
108
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActionsAutomationActionParameter | cdktn.IResolvable | undefined);
|
|
109
|
+
private _key?;
|
|
110
|
+
get key(): string;
|
|
111
|
+
set key(value: string);
|
|
112
|
+
get keyInput(): string | undefined;
|
|
113
|
+
private _value?;
|
|
114
|
+
get value(): string;
|
|
115
|
+
set value(value: string);
|
|
116
|
+
get valueInput(): string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export declare class EventOrchestrationServiceCatchAllActionsAutomationActionParameterList extends cdktn.ComplexList {
|
|
119
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
120
|
+
protected terraformAttribute: string;
|
|
121
|
+
protected wrapsSet: boolean;
|
|
122
|
+
internalValue?: EventOrchestrationServiceCatchAllActionsAutomationActionParameter[] | cdktn.IResolvable;
|
|
123
|
+
/**
|
|
124
|
+
* @param terraformResource The parent resource
|
|
125
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
126
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
127
|
+
*/
|
|
128
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
129
|
+
/**
|
|
130
|
+
* @param index the index of the item to return
|
|
131
|
+
*/
|
|
132
|
+
get(index: number): EventOrchestrationServiceCatchAllActionsAutomationActionParameterOutputReference;
|
|
133
|
+
}
|
|
134
|
+
export interface EventOrchestrationServiceCatchAllActionsAutomationAction {
|
|
135
|
+
/**
|
|
136
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}
|
|
137
|
+
*/
|
|
138
|
+
readonly autoSend?: boolean | cdktn.IResolvable;
|
|
139
|
+
/**
|
|
140
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}
|
|
141
|
+
*/
|
|
142
|
+
readonly name: string;
|
|
143
|
+
/**
|
|
144
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#trigger_types EventOrchestrationService#trigger_types}
|
|
145
|
+
*/
|
|
146
|
+
readonly triggerTypes?: string[];
|
|
147
|
+
/**
|
|
148
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}
|
|
149
|
+
*/
|
|
150
|
+
readonly url: string;
|
|
151
|
+
/**
|
|
152
|
+
* header block
|
|
153
|
+
*
|
|
154
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
|
155
|
+
*/
|
|
156
|
+
readonly header?: EventOrchestrationServiceCatchAllActionsAutomationActionHeader[] | cdktn.IResolvable;
|
|
157
|
+
/**
|
|
158
|
+
* parameter block
|
|
159
|
+
*
|
|
160
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
|
161
|
+
*/
|
|
162
|
+
readonly parameter?: EventOrchestrationServiceCatchAllActionsAutomationActionParameter[] | cdktn.IResolvable;
|
|
163
|
+
}
|
|
164
|
+
export declare function eventOrchestrationServiceCatchAllActionsAutomationActionToTerraform(struct?: EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference | EventOrchestrationServiceCatchAllActionsAutomationAction): any;
|
|
165
|
+
export declare function eventOrchestrationServiceCatchAllActionsAutomationActionToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference | EventOrchestrationServiceCatchAllActionsAutomationAction): any;
|
|
166
|
+
export declare class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference extends cdktn.ComplexObject {
|
|
167
|
+
private isEmptyObject;
|
|
168
|
+
/**
|
|
169
|
+
* @param terraformResource The parent resource
|
|
170
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
171
|
+
*/
|
|
172
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
173
|
+
get internalValue(): EventOrchestrationServiceCatchAllActionsAutomationAction | undefined;
|
|
174
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActionsAutomationAction | undefined);
|
|
175
|
+
private _autoSend?;
|
|
176
|
+
get autoSend(): boolean | cdktn.IResolvable;
|
|
177
|
+
set autoSend(value: boolean | cdktn.IResolvable);
|
|
178
|
+
resetAutoSend(): void;
|
|
179
|
+
get autoSendInput(): boolean | cdktn.IResolvable | undefined;
|
|
180
|
+
private _name?;
|
|
181
|
+
get name(): string;
|
|
182
|
+
set name(value: string);
|
|
183
|
+
get nameInput(): string | undefined;
|
|
184
|
+
private _triggerTypes?;
|
|
185
|
+
get triggerTypes(): string[];
|
|
186
|
+
set triggerTypes(value: string[]);
|
|
187
|
+
resetTriggerTypes(): void;
|
|
188
|
+
get triggerTypesInput(): string[] | undefined;
|
|
189
|
+
private _url?;
|
|
190
|
+
get url(): string;
|
|
191
|
+
set url(value: string);
|
|
192
|
+
get urlInput(): string | undefined;
|
|
193
|
+
private _header;
|
|
194
|
+
get header(): EventOrchestrationServiceCatchAllActionsAutomationActionHeaderList;
|
|
195
|
+
putHeader(value: EventOrchestrationServiceCatchAllActionsAutomationActionHeader[] | cdktn.IResolvable): void;
|
|
196
|
+
resetHeader(): void;
|
|
197
|
+
get headerInput(): cdktn.IResolvable | EventOrchestrationServiceCatchAllActionsAutomationActionHeader[] | undefined;
|
|
198
|
+
private _parameter;
|
|
199
|
+
get parameter(): EventOrchestrationServiceCatchAllActionsAutomationActionParameterList;
|
|
200
|
+
putParameter(value: EventOrchestrationServiceCatchAllActionsAutomationActionParameter[] | cdktn.IResolvable): void;
|
|
201
|
+
resetParameter(): void;
|
|
202
|
+
get parameterInput(): cdktn.IResolvable | EventOrchestrationServiceCatchAllActionsAutomationActionParameter[] | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface EventOrchestrationServiceCatchAllActionsExtraction {
|
|
205
|
+
/**
|
|
206
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}
|
|
207
|
+
*/
|
|
208
|
+
readonly regex?: string;
|
|
209
|
+
/**
|
|
210
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}
|
|
211
|
+
*/
|
|
212
|
+
readonly source?: string;
|
|
213
|
+
/**
|
|
214
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}
|
|
215
|
+
*/
|
|
216
|
+
readonly target: string;
|
|
217
|
+
/**
|
|
218
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}
|
|
219
|
+
*/
|
|
220
|
+
readonly template?: string;
|
|
221
|
+
}
|
|
222
|
+
export declare function eventOrchestrationServiceCatchAllActionsExtractionToTerraform(struct?: EventOrchestrationServiceCatchAllActionsExtraction | cdktn.IResolvable): any;
|
|
223
|
+
export declare function eventOrchestrationServiceCatchAllActionsExtractionToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsExtraction | cdktn.IResolvable): any;
|
|
224
|
+
export declare class EventOrchestrationServiceCatchAllActionsExtractionOutputReference extends cdktn.ComplexObject {
|
|
225
|
+
private isEmptyObject;
|
|
226
|
+
private resolvableValue?;
|
|
227
|
+
/**
|
|
228
|
+
* @param terraformResource The parent resource
|
|
229
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
230
|
+
* @param complexObjectIndex the index of this item in the list
|
|
231
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
232
|
+
*/
|
|
233
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
234
|
+
get internalValue(): EventOrchestrationServiceCatchAllActionsExtraction | cdktn.IResolvable | undefined;
|
|
235
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActionsExtraction | cdktn.IResolvable | undefined);
|
|
236
|
+
private _regex?;
|
|
237
|
+
get regex(): string;
|
|
238
|
+
set regex(value: string);
|
|
239
|
+
resetRegex(): void;
|
|
240
|
+
get regexInput(): string | undefined;
|
|
241
|
+
private _source?;
|
|
242
|
+
get source(): string;
|
|
243
|
+
set source(value: string);
|
|
244
|
+
resetSource(): void;
|
|
245
|
+
get sourceInput(): string | undefined;
|
|
246
|
+
private _target?;
|
|
247
|
+
get target(): string;
|
|
248
|
+
set target(value: string);
|
|
249
|
+
get targetInput(): string | undefined;
|
|
250
|
+
private _template?;
|
|
251
|
+
get template(): string;
|
|
252
|
+
set template(value: string);
|
|
253
|
+
resetTemplate(): void;
|
|
254
|
+
get templateInput(): string | undefined;
|
|
255
|
+
}
|
|
256
|
+
export declare class EventOrchestrationServiceCatchAllActionsExtractionList extends cdktn.ComplexList {
|
|
257
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
258
|
+
protected terraformAttribute: string;
|
|
259
|
+
protected wrapsSet: boolean;
|
|
260
|
+
internalValue?: EventOrchestrationServiceCatchAllActionsExtraction[] | cdktn.IResolvable;
|
|
261
|
+
/**
|
|
262
|
+
* @param terraformResource The parent resource
|
|
263
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
264
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
265
|
+
*/
|
|
266
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
267
|
+
/**
|
|
268
|
+
* @param index the index of the item to return
|
|
269
|
+
*/
|
|
270
|
+
get(index: number): EventOrchestrationServiceCatchAllActionsExtractionOutputReference;
|
|
271
|
+
}
|
|
272
|
+
export interface EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate {
|
|
273
|
+
/**
|
|
274
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}
|
|
275
|
+
*
|
|
276
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
277
|
+
* 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.
|
|
278
|
+
*/
|
|
279
|
+
readonly id: string;
|
|
280
|
+
/**
|
|
281
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
282
|
+
*/
|
|
283
|
+
readonly value: string;
|
|
284
|
+
}
|
|
285
|
+
export declare function eventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateToTerraform(struct?: EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate | cdktn.IResolvable): any;
|
|
286
|
+
export declare function eventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate | cdktn.IResolvable): any;
|
|
287
|
+
export declare class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateOutputReference extends cdktn.ComplexObject {
|
|
288
|
+
private isEmptyObject;
|
|
289
|
+
private resolvableValue?;
|
|
290
|
+
/**
|
|
291
|
+
* @param terraformResource The parent resource
|
|
292
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
293
|
+
* @param complexObjectIndex the index of this item in the list
|
|
294
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
295
|
+
*/
|
|
296
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
297
|
+
get internalValue(): EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate | cdktn.IResolvable | undefined;
|
|
298
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate | cdktn.IResolvable | undefined);
|
|
299
|
+
private _id?;
|
|
300
|
+
get id(): string;
|
|
301
|
+
set id(value: string);
|
|
302
|
+
get idInput(): string | undefined;
|
|
303
|
+
private _value?;
|
|
304
|
+
get value(): string;
|
|
305
|
+
set value(value: string);
|
|
306
|
+
get valueInput(): string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export declare class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateList extends cdktn.ComplexList {
|
|
309
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
310
|
+
protected terraformAttribute: string;
|
|
311
|
+
protected wrapsSet: boolean;
|
|
312
|
+
internalValue?: EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate[] | cdktn.IResolvable;
|
|
313
|
+
/**
|
|
314
|
+
* @param terraformResource The parent resource
|
|
315
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
316
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
317
|
+
*/
|
|
318
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
319
|
+
/**
|
|
320
|
+
* @param index the index of the item to return
|
|
321
|
+
*/
|
|
322
|
+
get(index: number): EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateOutputReference;
|
|
323
|
+
}
|
|
324
|
+
export interface EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction {
|
|
325
|
+
/**
|
|
326
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}
|
|
327
|
+
*/
|
|
328
|
+
readonly actionId: string;
|
|
329
|
+
/**
|
|
330
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#trigger_types EventOrchestrationService#trigger_types}
|
|
331
|
+
*/
|
|
332
|
+
readonly triggerTypes?: string[];
|
|
333
|
+
}
|
|
334
|
+
export declare function eventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionToTerraform(struct?: EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionOutputReference | EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction): any;
|
|
335
|
+
export declare function eventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionOutputReference | EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction): any;
|
|
336
|
+
export declare class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionOutputReference extends cdktn.ComplexObject {
|
|
337
|
+
private isEmptyObject;
|
|
338
|
+
/**
|
|
339
|
+
* @param terraformResource The parent resource
|
|
340
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
341
|
+
*/
|
|
342
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
343
|
+
get internalValue(): EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | undefined;
|
|
344
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | undefined);
|
|
345
|
+
private _actionId?;
|
|
346
|
+
get actionId(): string;
|
|
347
|
+
set actionId(value: string);
|
|
348
|
+
get actionIdInput(): string | undefined;
|
|
349
|
+
private _triggerTypes?;
|
|
350
|
+
get triggerTypes(): string[];
|
|
351
|
+
set triggerTypes(value: string[]);
|
|
352
|
+
resetTriggerTypes(): void;
|
|
353
|
+
get triggerTypesInput(): string[] | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface EventOrchestrationServiceCatchAllActionsVariable {
|
|
356
|
+
/**
|
|
357
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}
|
|
358
|
+
*/
|
|
359
|
+
readonly name: string;
|
|
360
|
+
/**
|
|
361
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}
|
|
362
|
+
*/
|
|
363
|
+
readonly path: string;
|
|
364
|
+
/**
|
|
365
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}
|
|
366
|
+
*/
|
|
367
|
+
readonly type: string;
|
|
368
|
+
/**
|
|
369
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
370
|
+
*/
|
|
371
|
+
readonly value: string;
|
|
372
|
+
}
|
|
373
|
+
export declare function eventOrchestrationServiceCatchAllActionsVariableToTerraform(struct?: EventOrchestrationServiceCatchAllActionsVariable | cdktn.IResolvable): any;
|
|
374
|
+
export declare function eventOrchestrationServiceCatchAllActionsVariableToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsVariable | cdktn.IResolvable): any;
|
|
375
|
+
export declare class EventOrchestrationServiceCatchAllActionsVariableOutputReference extends cdktn.ComplexObject {
|
|
376
|
+
private isEmptyObject;
|
|
377
|
+
private resolvableValue?;
|
|
378
|
+
/**
|
|
379
|
+
* @param terraformResource The parent resource
|
|
380
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
381
|
+
* @param complexObjectIndex the index of this item in the list
|
|
382
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
383
|
+
*/
|
|
384
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
385
|
+
get internalValue(): EventOrchestrationServiceCatchAllActionsVariable | cdktn.IResolvable | undefined;
|
|
386
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActionsVariable | cdktn.IResolvable | undefined);
|
|
387
|
+
private _name?;
|
|
388
|
+
get name(): string;
|
|
389
|
+
set name(value: string);
|
|
390
|
+
get nameInput(): string | undefined;
|
|
391
|
+
private _path?;
|
|
392
|
+
get path(): string;
|
|
393
|
+
set path(value: string);
|
|
394
|
+
get pathInput(): string | undefined;
|
|
395
|
+
private _type?;
|
|
396
|
+
get type(): string;
|
|
397
|
+
set type(value: string);
|
|
398
|
+
get typeInput(): string | undefined;
|
|
399
|
+
private _value?;
|
|
400
|
+
get value(): string;
|
|
401
|
+
set value(value: string);
|
|
402
|
+
get valueInput(): string | undefined;
|
|
403
|
+
}
|
|
404
|
+
export declare class EventOrchestrationServiceCatchAllActionsVariableList extends cdktn.ComplexList {
|
|
405
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
406
|
+
protected terraformAttribute: string;
|
|
407
|
+
protected wrapsSet: boolean;
|
|
408
|
+
internalValue?: EventOrchestrationServiceCatchAllActionsVariable[] | cdktn.IResolvable;
|
|
409
|
+
/**
|
|
410
|
+
* @param terraformResource The parent resource
|
|
411
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
412
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
413
|
+
*/
|
|
414
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
415
|
+
/**
|
|
416
|
+
* @param index the index of the item to return
|
|
417
|
+
*/
|
|
418
|
+
get(index: number): EventOrchestrationServiceCatchAllActionsVariableOutputReference;
|
|
419
|
+
}
|
|
420
|
+
export interface EventOrchestrationServiceCatchAllActions {
|
|
421
|
+
/**
|
|
422
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}
|
|
423
|
+
*/
|
|
424
|
+
readonly annotate?: string;
|
|
425
|
+
/**
|
|
426
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}
|
|
427
|
+
*/
|
|
428
|
+
readonly escalationPolicy?: string;
|
|
429
|
+
/**
|
|
430
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}
|
|
431
|
+
*/
|
|
432
|
+
readonly eventAction?: string;
|
|
433
|
+
/**
|
|
434
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}
|
|
435
|
+
*/
|
|
436
|
+
readonly priority?: string;
|
|
437
|
+
/**
|
|
438
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}
|
|
439
|
+
*/
|
|
440
|
+
readonly routeTo?: string;
|
|
441
|
+
/**
|
|
442
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}
|
|
443
|
+
*/
|
|
444
|
+
readonly severity?: string;
|
|
445
|
+
/**
|
|
446
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}
|
|
447
|
+
*/
|
|
448
|
+
readonly suppress?: boolean | cdktn.IResolvable;
|
|
449
|
+
/**
|
|
450
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}
|
|
451
|
+
*/
|
|
452
|
+
readonly suspend?: number;
|
|
453
|
+
/**
|
|
454
|
+
* automation_action block
|
|
455
|
+
*
|
|
456
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
|
457
|
+
*/
|
|
458
|
+
readonly automationAction?: EventOrchestrationServiceCatchAllActionsAutomationAction;
|
|
459
|
+
/**
|
|
460
|
+
* extraction block
|
|
461
|
+
*
|
|
462
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
|
463
|
+
*/
|
|
464
|
+
readonly extraction?: EventOrchestrationServiceCatchAllActionsExtraction[] | cdktn.IResolvable;
|
|
465
|
+
/**
|
|
466
|
+
* incident_custom_field_update block
|
|
467
|
+
*
|
|
468
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
|
469
|
+
*/
|
|
470
|
+
readonly incidentCustomFieldUpdate?: EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate[] | cdktn.IResolvable;
|
|
471
|
+
/**
|
|
472
|
+
* pagerduty_automation_action block
|
|
473
|
+
*
|
|
474
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
|
475
|
+
*/
|
|
476
|
+
readonly pagerdutyAutomationAction?: EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction;
|
|
477
|
+
/**
|
|
478
|
+
* variable block
|
|
479
|
+
*
|
|
480
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
|
481
|
+
*/
|
|
482
|
+
readonly variable?: EventOrchestrationServiceCatchAllActionsVariable[] | cdktn.IResolvable;
|
|
483
|
+
}
|
|
484
|
+
export declare function eventOrchestrationServiceCatchAllActionsToTerraform(struct?: EventOrchestrationServiceCatchAllActionsOutputReference | EventOrchestrationServiceCatchAllActions): any;
|
|
485
|
+
export declare function eventOrchestrationServiceCatchAllActionsToHclTerraform(struct?: EventOrchestrationServiceCatchAllActionsOutputReference | EventOrchestrationServiceCatchAllActions): any;
|
|
486
|
+
export declare class EventOrchestrationServiceCatchAllActionsOutputReference extends cdktn.ComplexObject {
|
|
487
|
+
private isEmptyObject;
|
|
488
|
+
/**
|
|
489
|
+
* @param terraformResource The parent resource
|
|
490
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
491
|
+
*/
|
|
492
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
493
|
+
get internalValue(): EventOrchestrationServiceCatchAllActions | undefined;
|
|
494
|
+
set internalValue(value: EventOrchestrationServiceCatchAllActions | undefined);
|
|
495
|
+
private _annotate?;
|
|
496
|
+
get annotate(): string;
|
|
497
|
+
set annotate(value: string);
|
|
498
|
+
resetAnnotate(): void;
|
|
499
|
+
get annotateInput(): string | undefined;
|
|
500
|
+
private _escalationPolicy?;
|
|
501
|
+
get escalationPolicy(): string;
|
|
502
|
+
set escalationPolicy(value: string);
|
|
503
|
+
resetEscalationPolicy(): void;
|
|
504
|
+
get escalationPolicyInput(): string | undefined;
|
|
505
|
+
private _eventAction?;
|
|
506
|
+
get eventAction(): string;
|
|
507
|
+
set eventAction(value: string);
|
|
508
|
+
resetEventAction(): void;
|
|
509
|
+
get eventActionInput(): string | undefined;
|
|
510
|
+
private _priority?;
|
|
511
|
+
get priority(): string;
|
|
512
|
+
set priority(value: string);
|
|
513
|
+
resetPriority(): void;
|
|
514
|
+
get priorityInput(): string | undefined;
|
|
515
|
+
private _routeTo?;
|
|
516
|
+
get routeTo(): string;
|
|
517
|
+
set routeTo(value: string);
|
|
518
|
+
resetRouteTo(): void;
|
|
519
|
+
get routeToInput(): string | undefined;
|
|
520
|
+
private _severity?;
|
|
521
|
+
get severity(): string;
|
|
522
|
+
set severity(value: string);
|
|
523
|
+
resetSeverity(): void;
|
|
524
|
+
get severityInput(): string | undefined;
|
|
525
|
+
private _suppress?;
|
|
526
|
+
get suppress(): boolean | cdktn.IResolvable;
|
|
527
|
+
set suppress(value: boolean | cdktn.IResolvable);
|
|
528
|
+
resetSuppress(): void;
|
|
529
|
+
get suppressInput(): boolean | cdktn.IResolvable | undefined;
|
|
530
|
+
private _suspend?;
|
|
531
|
+
get suspend(): number;
|
|
532
|
+
set suspend(value: number);
|
|
533
|
+
resetSuspend(): void;
|
|
534
|
+
get suspendInput(): number | undefined;
|
|
535
|
+
private _automationAction;
|
|
536
|
+
get automationAction(): EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference;
|
|
537
|
+
putAutomationAction(value: EventOrchestrationServiceCatchAllActionsAutomationAction): void;
|
|
538
|
+
resetAutomationAction(): void;
|
|
539
|
+
get automationActionInput(): EventOrchestrationServiceCatchAllActionsAutomationAction | undefined;
|
|
540
|
+
private _extraction;
|
|
541
|
+
get extraction(): EventOrchestrationServiceCatchAllActionsExtractionList;
|
|
542
|
+
putExtraction(value: EventOrchestrationServiceCatchAllActionsExtraction[] | cdktn.IResolvable): void;
|
|
543
|
+
resetExtraction(): void;
|
|
544
|
+
get extractionInput(): cdktn.IResolvable | EventOrchestrationServiceCatchAllActionsExtraction[] | undefined;
|
|
545
|
+
private _incidentCustomFieldUpdate;
|
|
546
|
+
get incidentCustomFieldUpdate(): EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateList;
|
|
547
|
+
putIncidentCustomFieldUpdate(value: EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate[] | cdktn.IResolvable): void;
|
|
548
|
+
resetIncidentCustomFieldUpdate(): void;
|
|
549
|
+
get incidentCustomFieldUpdateInput(): cdktn.IResolvable | EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate[] | undefined;
|
|
550
|
+
private _pagerdutyAutomationAction;
|
|
551
|
+
get pagerdutyAutomationAction(): EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionOutputReference;
|
|
552
|
+
putPagerdutyAutomationAction(value: EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction): void;
|
|
553
|
+
resetPagerdutyAutomationAction(): void;
|
|
554
|
+
get pagerdutyAutomationActionInput(): EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | undefined;
|
|
555
|
+
private _variable;
|
|
556
|
+
get variable(): EventOrchestrationServiceCatchAllActionsVariableList;
|
|
557
|
+
putVariable(value: EventOrchestrationServiceCatchAllActionsVariable[] | cdktn.IResolvable): void;
|
|
558
|
+
resetVariable(): void;
|
|
559
|
+
get variableInput(): cdktn.IResolvable | EventOrchestrationServiceCatchAllActionsVariable[] | undefined;
|
|
560
|
+
}
|
|
561
|
+
export interface EventOrchestrationServiceCatchAll {
|
|
562
|
+
/**
|
|
563
|
+
* actions block
|
|
564
|
+
*
|
|
565
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
|
566
|
+
*/
|
|
567
|
+
readonly actions: EventOrchestrationServiceCatchAllActions;
|
|
568
|
+
}
|
|
569
|
+
export declare function eventOrchestrationServiceCatchAllToTerraform(struct?: EventOrchestrationServiceCatchAllOutputReference | EventOrchestrationServiceCatchAll): any;
|
|
570
|
+
export declare function eventOrchestrationServiceCatchAllToHclTerraform(struct?: EventOrchestrationServiceCatchAllOutputReference | EventOrchestrationServiceCatchAll): any;
|
|
571
|
+
export declare class EventOrchestrationServiceCatchAllOutputReference extends cdktn.ComplexObject {
|
|
572
|
+
private isEmptyObject;
|
|
573
|
+
/**
|
|
574
|
+
* @param terraformResource The parent resource
|
|
575
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
576
|
+
*/
|
|
577
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
578
|
+
get internalValue(): EventOrchestrationServiceCatchAll | undefined;
|
|
579
|
+
set internalValue(value: EventOrchestrationServiceCatchAll | undefined);
|
|
580
|
+
private _actions;
|
|
581
|
+
get actions(): EventOrchestrationServiceCatchAllActionsOutputReference;
|
|
582
|
+
putActions(value: EventOrchestrationServiceCatchAllActions): void;
|
|
583
|
+
get actionsInput(): EventOrchestrationServiceCatchAllActions | undefined;
|
|
584
|
+
}
|
|
585
|
+
export interface EventOrchestrationServiceSetRuleActionsAutomationActionHeader {
|
|
586
|
+
/**
|
|
587
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}
|
|
588
|
+
*/
|
|
589
|
+
readonly key: string;
|
|
590
|
+
/**
|
|
591
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
592
|
+
*/
|
|
593
|
+
readonly value: string;
|
|
594
|
+
}
|
|
595
|
+
export declare function eventOrchestrationServiceSetRuleActionsAutomationActionHeaderToTerraform(struct?: EventOrchestrationServiceSetRuleActionsAutomationActionHeader | cdktn.IResolvable): any;
|
|
596
|
+
export declare function eventOrchestrationServiceSetRuleActionsAutomationActionHeaderToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsAutomationActionHeader | cdktn.IResolvable): any;
|
|
597
|
+
export declare class EventOrchestrationServiceSetRuleActionsAutomationActionHeaderOutputReference extends cdktn.ComplexObject {
|
|
598
|
+
private isEmptyObject;
|
|
599
|
+
private resolvableValue?;
|
|
600
|
+
/**
|
|
601
|
+
* @param terraformResource The parent resource
|
|
602
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
603
|
+
* @param complexObjectIndex the index of this item in the list
|
|
604
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
605
|
+
*/
|
|
606
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
607
|
+
get internalValue(): EventOrchestrationServiceSetRuleActionsAutomationActionHeader | cdktn.IResolvable | undefined;
|
|
608
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActionsAutomationActionHeader | cdktn.IResolvable | undefined);
|
|
609
|
+
private _key?;
|
|
610
|
+
get key(): string;
|
|
611
|
+
set key(value: string);
|
|
612
|
+
get keyInput(): string | undefined;
|
|
613
|
+
private _value?;
|
|
614
|
+
get value(): string;
|
|
615
|
+
set value(value: string);
|
|
616
|
+
get valueInput(): string | undefined;
|
|
617
|
+
}
|
|
618
|
+
export declare class EventOrchestrationServiceSetRuleActionsAutomationActionHeaderList extends cdktn.ComplexList {
|
|
619
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
620
|
+
protected terraformAttribute: string;
|
|
621
|
+
protected wrapsSet: boolean;
|
|
622
|
+
internalValue?: EventOrchestrationServiceSetRuleActionsAutomationActionHeader[] | cdktn.IResolvable;
|
|
623
|
+
/**
|
|
624
|
+
* @param terraformResource The parent resource
|
|
625
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
626
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
627
|
+
*/
|
|
628
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
629
|
+
/**
|
|
630
|
+
* @param index the index of the item to return
|
|
631
|
+
*/
|
|
632
|
+
get(index: number): EventOrchestrationServiceSetRuleActionsAutomationActionHeaderOutputReference;
|
|
633
|
+
}
|
|
634
|
+
export interface EventOrchestrationServiceSetRuleActionsAutomationActionParameter {
|
|
635
|
+
/**
|
|
636
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}
|
|
637
|
+
*/
|
|
638
|
+
readonly key: string;
|
|
639
|
+
/**
|
|
640
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
641
|
+
*/
|
|
642
|
+
readonly value: string;
|
|
643
|
+
}
|
|
644
|
+
export declare function eventOrchestrationServiceSetRuleActionsAutomationActionParameterToTerraform(struct?: EventOrchestrationServiceSetRuleActionsAutomationActionParameter | cdktn.IResolvable): any;
|
|
645
|
+
export declare function eventOrchestrationServiceSetRuleActionsAutomationActionParameterToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsAutomationActionParameter | cdktn.IResolvable): any;
|
|
646
|
+
export declare class EventOrchestrationServiceSetRuleActionsAutomationActionParameterOutputReference extends cdktn.ComplexObject {
|
|
647
|
+
private isEmptyObject;
|
|
648
|
+
private resolvableValue?;
|
|
649
|
+
/**
|
|
650
|
+
* @param terraformResource The parent resource
|
|
651
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
652
|
+
* @param complexObjectIndex the index of this item in the list
|
|
653
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
654
|
+
*/
|
|
655
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
656
|
+
get internalValue(): EventOrchestrationServiceSetRuleActionsAutomationActionParameter | cdktn.IResolvable | undefined;
|
|
657
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActionsAutomationActionParameter | cdktn.IResolvable | undefined);
|
|
658
|
+
private _key?;
|
|
659
|
+
get key(): string;
|
|
660
|
+
set key(value: string);
|
|
661
|
+
get keyInput(): string | undefined;
|
|
662
|
+
private _value?;
|
|
663
|
+
get value(): string;
|
|
664
|
+
set value(value: string);
|
|
665
|
+
get valueInput(): string | undefined;
|
|
666
|
+
}
|
|
667
|
+
export declare class EventOrchestrationServiceSetRuleActionsAutomationActionParameterList extends cdktn.ComplexList {
|
|
668
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
669
|
+
protected terraformAttribute: string;
|
|
670
|
+
protected wrapsSet: boolean;
|
|
671
|
+
internalValue?: EventOrchestrationServiceSetRuleActionsAutomationActionParameter[] | cdktn.IResolvable;
|
|
672
|
+
/**
|
|
673
|
+
* @param terraformResource The parent resource
|
|
674
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
675
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
676
|
+
*/
|
|
677
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
678
|
+
/**
|
|
679
|
+
* @param index the index of the item to return
|
|
680
|
+
*/
|
|
681
|
+
get(index: number): EventOrchestrationServiceSetRuleActionsAutomationActionParameterOutputReference;
|
|
682
|
+
}
|
|
683
|
+
export interface EventOrchestrationServiceSetRuleActionsAutomationAction {
|
|
684
|
+
/**
|
|
685
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}
|
|
686
|
+
*/
|
|
687
|
+
readonly autoSend?: boolean | cdktn.IResolvable;
|
|
688
|
+
/**
|
|
689
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}
|
|
690
|
+
*/
|
|
691
|
+
readonly name: string;
|
|
692
|
+
/**
|
|
693
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#trigger_types EventOrchestrationService#trigger_types}
|
|
694
|
+
*/
|
|
695
|
+
readonly triggerTypes?: string[];
|
|
696
|
+
/**
|
|
697
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}
|
|
698
|
+
*/
|
|
699
|
+
readonly url: string;
|
|
700
|
+
/**
|
|
701
|
+
* header block
|
|
702
|
+
*
|
|
703
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
|
704
|
+
*/
|
|
705
|
+
readonly header?: EventOrchestrationServiceSetRuleActionsAutomationActionHeader[] | cdktn.IResolvable;
|
|
706
|
+
/**
|
|
707
|
+
* parameter block
|
|
708
|
+
*
|
|
709
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
|
710
|
+
*/
|
|
711
|
+
readonly parameter?: EventOrchestrationServiceSetRuleActionsAutomationActionParameter[] | cdktn.IResolvable;
|
|
712
|
+
}
|
|
713
|
+
export declare function eventOrchestrationServiceSetRuleActionsAutomationActionToTerraform(struct?: EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference | EventOrchestrationServiceSetRuleActionsAutomationAction): any;
|
|
714
|
+
export declare function eventOrchestrationServiceSetRuleActionsAutomationActionToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference | EventOrchestrationServiceSetRuleActionsAutomationAction): any;
|
|
715
|
+
export declare class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference extends cdktn.ComplexObject {
|
|
716
|
+
private isEmptyObject;
|
|
717
|
+
/**
|
|
718
|
+
* @param terraformResource The parent resource
|
|
719
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
720
|
+
*/
|
|
721
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
722
|
+
get internalValue(): EventOrchestrationServiceSetRuleActionsAutomationAction | undefined;
|
|
723
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActionsAutomationAction | undefined);
|
|
724
|
+
private _autoSend?;
|
|
725
|
+
get autoSend(): boolean | cdktn.IResolvable;
|
|
726
|
+
set autoSend(value: boolean | cdktn.IResolvable);
|
|
727
|
+
resetAutoSend(): void;
|
|
728
|
+
get autoSendInput(): boolean | cdktn.IResolvable | undefined;
|
|
729
|
+
private _name?;
|
|
730
|
+
get name(): string;
|
|
731
|
+
set name(value: string);
|
|
732
|
+
get nameInput(): string | undefined;
|
|
733
|
+
private _triggerTypes?;
|
|
734
|
+
get triggerTypes(): string[];
|
|
735
|
+
set triggerTypes(value: string[]);
|
|
736
|
+
resetTriggerTypes(): void;
|
|
737
|
+
get triggerTypesInput(): string[] | undefined;
|
|
738
|
+
private _url?;
|
|
739
|
+
get url(): string;
|
|
740
|
+
set url(value: string);
|
|
741
|
+
get urlInput(): string | undefined;
|
|
742
|
+
private _header;
|
|
743
|
+
get header(): EventOrchestrationServiceSetRuleActionsAutomationActionHeaderList;
|
|
744
|
+
putHeader(value: EventOrchestrationServiceSetRuleActionsAutomationActionHeader[] | cdktn.IResolvable): void;
|
|
745
|
+
resetHeader(): void;
|
|
746
|
+
get headerInput(): cdktn.IResolvable | EventOrchestrationServiceSetRuleActionsAutomationActionHeader[] | undefined;
|
|
747
|
+
private _parameter;
|
|
748
|
+
get parameter(): EventOrchestrationServiceSetRuleActionsAutomationActionParameterList;
|
|
749
|
+
putParameter(value: EventOrchestrationServiceSetRuleActionsAutomationActionParameter[] | cdktn.IResolvable): void;
|
|
750
|
+
resetParameter(): void;
|
|
751
|
+
get parameterInput(): cdktn.IResolvable | EventOrchestrationServiceSetRuleActionsAutomationActionParameter[] | undefined;
|
|
752
|
+
}
|
|
753
|
+
export interface EventOrchestrationServiceSetRuleActionsExtraction {
|
|
754
|
+
/**
|
|
755
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}
|
|
756
|
+
*/
|
|
757
|
+
readonly regex?: string;
|
|
758
|
+
/**
|
|
759
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}
|
|
760
|
+
*/
|
|
761
|
+
readonly source?: string;
|
|
762
|
+
/**
|
|
763
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}
|
|
764
|
+
*/
|
|
765
|
+
readonly target: string;
|
|
766
|
+
/**
|
|
767
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}
|
|
768
|
+
*/
|
|
769
|
+
readonly template?: string;
|
|
770
|
+
}
|
|
771
|
+
export declare function eventOrchestrationServiceSetRuleActionsExtractionToTerraform(struct?: EventOrchestrationServiceSetRuleActionsExtraction | cdktn.IResolvable): any;
|
|
772
|
+
export declare function eventOrchestrationServiceSetRuleActionsExtractionToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsExtraction | cdktn.IResolvable): any;
|
|
773
|
+
export declare class EventOrchestrationServiceSetRuleActionsExtractionOutputReference extends cdktn.ComplexObject {
|
|
774
|
+
private isEmptyObject;
|
|
775
|
+
private resolvableValue?;
|
|
776
|
+
/**
|
|
777
|
+
* @param terraformResource The parent resource
|
|
778
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
779
|
+
* @param complexObjectIndex the index of this item in the list
|
|
780
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
781
|
+
*/
|
|
782
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
783
|
+
get internalValue(): EventOrchestrationServiceSetRuleActionsExtraction | cdktn.IResolvable | undefined;
|
|
784
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActionsExtraction | cdktn.IResolvable | undefined);
|
|
785
|
+
private _regex?;
|
|
786
|
+
get regex(): string;
|
|
787
|
+
set regex(value: string);
|
|
788
|
+
resetRegex(): void;
|
|
789
|
+
get regexInput(): string | undefined;
|
|
790
|
+
private _source?;
|
|
791
|
+
get source(): string;
|
|
792
|
+
set source(value: string);
|
|
793
|
+
resetSource(): void;
|
|
794
|
+
get sourceInput(): string | undefined;
|
|
795
|
+
private _target?;
|
|
796
|
+
get target(): string;
|
|
797
|
+
set target(value: string);
|
|
798
|
+
get targetInput(): string | undefined;
|
|
799
|
+
private _template?;
|
|
800
|
+
get template(): string;
|
|
801
|
+
set template(value: string);
|
|
802
|
+
resetTemplate(): void;
|
|
803
|
+
get templateInput(): string | undefined;
|
|
804
|
+
}
|
|
805
|
+
export declare class EventOrchestrationServiceSetRuleActionsExtractionList extends cdktn.ComplexList {
|
|
806
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
807
|
+
protected terraformAttribute: string;
|
|
808
|
+
protected wrapsSet: boolean;
|
|
809
|
+
internalValue?: EventOrchestrationServiceSetRuleActionsExtraction[] | cdktn.IResolvable;
|
|
810
|
+
/**
|
|
811
|
+
* @param terraformResource The parent resource
|
|
812
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
813
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
814
|
+
*/
|
|
815
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
816
|
+
/**
|
|
817
|
+
* @param index the index of the item to return
|
|
818
|
+
*/
|
|
819
|
+
get(index: number): EventOrchestrationServiceSetRuleActionsExtractionOutputReference;
|
|
820
|
+
}
|
|
821
|
+
export interface EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate {
|
|
822
|
+
/**
|
|
823
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}
|
|
824
|
+
*
|
|
825
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
826
|
+
* 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.
|
|
827
|
+
*/
|
|
828
|
+
readonly id: string;
|
|
829
|
+
/**
|
|
830
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
831
|
+
*/
|
|
832
|
+
readonly value: string;
|
|
833
|
+
}
|
|
834
|
+
export declare function eventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateToTerraform(struct?: EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate | cdktn.IResolvable): any;
|
|
835
|
+
export declare function eventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate | cdktn.IResolvable): any;
|
|
836
|
+
export declare class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateOutputReference extends cdktn.ComplexObject {
|
|
837
|
+
private isEmptyObject;
|
|
838
|
+
private resolvableValue?;
|
|
839
|
+
/**
|
|
840
|
+
* @param terraformResource The parent resource
|
|
841
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
842
|
+
* @param complexObjectIndex the index of this item in the list
|
|
843
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
844
|
+
*/
|
|
845
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
846
|
+
get internalValue(): EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate | cdktn.IResolvable | undefined;
|
|
847
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate | cdktn.IResolvable | undefined);
|
|
848
|
+
private _id?;
|
|
849
|
+
get id(): string;
|
|
850
|
+
set id(value: string);
|
|
851
|
+
get idInput(): string | undefined;
|
|
852
|
+
private _value?;
|
|
853
|
+
get value(): string;
|
|
854
|
+
set value(value: string);
|
|
855
|
+
get valueInput(): string | undefined;
|
|
856
|
+
}
|
|
857
|
+
export declare class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateList extends cdktn.ComplexList {
|
|
858
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
859
|
+
protected terraformAttribute: string;
|
|
860
|
+
protected wrapsSet: boolean;
|
|
861
|
+
internalValue?: EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate[] | cdktn.IResolvable;
|
|
862
|
+
/**
|
|
863
|
+
* @param terraformResource The parent resource
|
|
864
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
865
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
866
|
+
*/
|
|
867
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
868
|
+
/**
|
|
869
|
+
* @param index the index of the item to return
|
|
870
|
+
*/
|
|
871
|
+
get(index: number): EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateOutputReference;
|
|
872
|
+
}
|
|
873
|
+
export interface EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction {
|
|
874
|
+
/**
|
|
875
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}
|
|
876
|
+
*/
|
|
877
|
+
readonly actionId: string;
|
|
878
|
+
/**
|
|
879
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#trigger_types EventOrchestrationService#trigger_types}
|
|
880
|
+
*/
|
|
881
|
+
readonly triggerTypes?: string[];
|
|
882
|
+
}
|
|
883
|
+
export declare function eventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionToTerraform(struct?: EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionOutputReference | EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction): any;
|
|
884
|
+
export declare function eventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionOutputReference | EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction): any;
|
|
885
|
+
export declare class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionOutputReference extends cdktn.ComplexObject {
|
|
886
|
+
private isEmptyObject;
|
|
887
|
+
/**
|
|
888
|
+
* @param terraformResource The parent resource
|
|
889
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
890
|
+
*/
|
|
891
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
892
|
+
get internalValue(): EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | undefined;
|
|
893
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | undefined);
|
|
894
|
+
private _actionId?;
|
|
895
|
+
get actionId(): string;
|
|
896
|
+
set actionId(value: string);
|
|
897
|
+
get actionIdInput(): string | undefined;
|
|
898
|
+
private _triggerTypes?;
|
|
899
|
+
get triggerTypes(): string[];
|
|
900
|
+
set triggerTypes(value: string[]);
|
|
901
|
+
resetTriggerTypes(): void;
|
|
902
|
+
get triggerTypesInput(): string[] | undefined;
|
|
903
|
+
}
|
|
904
|
+
export interface EventOrchestrationServiceSetRuleActionsVariable {
|
|
905
|
+
/**
|
|
906
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}
|
|
907
|
+
*/
|
|
908
|
+
readonly name: string;
|
|
909
|
+
/**
|
|
910
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}
|
|
911
|
+
*/
|
|
912
|
+
readonly path: string;
|
|
913
|
+
/**
|
|
914
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}
|
|
915
|
+
*/
|
|
916
|
+
readonly type: string;
|
|
917
|
+
/**
|
|
918
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}
|
|
919
|
+
*/
|
|
920
|
+
readonly value: string;
|
|
921
|
+
}
|
|
922
|
+
export declare function eventOrchestrationServiceSetRuleActionsVariableToTerraform(struct?: EventOrchestrationServiceSetRuleActionsVariable | cdktn.IResolvable): any;
|
|
923
|
+
export declare function eventOrchestrationServiceSetRuleActionsVariableToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsVariable | cdktn.IResolvable): any;
|
|
924
|
+
export declare class EventOrchestrationServiceSetRuleActionsVariableOutputReference extends cdktn.ComplexObject {
|
|
925
|
+
private isEmptyObject;
|
|
926
|
+
private resolvableValue?;
|
|
927
|
+
/**
|
|
928
|
+
* @param terraformResource The parent resource
|
|
929
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
930
|
+
* @param complexObjectIndex the index of this item in the list
|
|
931
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
932
|
+
*/
|
|
933
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
934
|
+
get internalValue(): EventOrchestrationServiceSetRuleActionsVariable | cdktn.IResolvable | undefined;
|
|
935
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActionsVariable | cdktn.IResolvable | undefined);
|
|
936
|
+
private _name?;
|
|
937
|
+
get name(): string;
|
|
938
|
+
set name(value: string);
|
|
939
|
+
get nameInput(): string | undefined;
|
|
940
|
+
private _path?;
|
|
941
|
+
get path(): string;
|
|
942
|
+
set path(value: string);
|
|
943
|
+
get pathInput(): string | undefined;
|
|
944
|
+
private _type?;
|
|
945
|
+
get type(): string;
|
|
946
|
+
set type(value: string);
|
|
947
|
+
get typeInput(): string | undefined;
|
|
948
|
+
private _value?;
|
|
949
|
+
get value(): string;
|
|
950
|
+
set value(value: string);
|
|
951
|
+
get valueInput(): string | undefined;
|
|
952
|
+
}
|
|
953
|
+
export declare class EventOrchestrationServiceSetRuleActionsVariableList extends cdktn.ComplexList {
|
|
954
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
955
|
+
protected terraformAttribute: string;
|
|
956
|
+
protected wrapsSet: boolean;
|
|
957
|
+
internalValue?: EventOrchestrationServiceSetRuleActionsVariable[] | cdktn.IResolvable;
|
|
958
|
+
/**
|
|
959
|
+
* @param terraformResource The parent resource
|
|
960
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
961
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
962
|
+
*/
|
|
963
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
964
|
+
/**
|
|
965
|
+
* @param index the index of the item to return
|
|
966
|
+
*/
|
|
967
|
+
get(index: number): EventOrchestrationServiceSetRuleActionsVariableOutputReference;
|
|
968
|
+
}
|
|
969
|
+
export interface EventOrchestrationServiceSetRuleActions {
|
|
970
|
+
/**
|
|
971
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}
|
|
972
|
+
*/
|
|
973
|
+
readonly annotate?: string;
|
|
974
|
+
/**
|
|
975
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}
|
|
976
|
+
*/
|
|
977
|
+
readonly escalationPolicy?: string;
|
|
978
|
+
/**
|
|
979
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}
|
|
980
|
+
*/
|
|
981
|
+
readonly eventAction?: string;
|
|
982
|
+
/**
|
|
983
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}
|
|
984
|
+
*/
|
|
985
|
+
readonly priority?: string;
|
|
986
|
+
/**
|
|
987
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}
|
|
988
|
+
*/
|
|
989
|
+
readonly routeTo?: string;
|
|
990
|
+
/**
|
|
991
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}
|
|
992
|
+
*/
|
|
993
|
+
readonly severity?: string;
|
|
994
|
+
/**
|
|
995
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}
|
|
996
|
+
*/
|
|
997
|
+
readonly suppress?: boolean | cdktn.IResolvable;
|
|
998
|
+
/**
|
|
999
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}
|
|
1000
|
+
*/
|
|
1001
|
+
readonly suspend?: number;
|
|
1002
|
+
/**
|
|
1003
|
+
* automation_action block
|
|
1004
|
+
*
|
|
1005
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
|
1006
|
+
*/
|
|
1007
|
+
readonly automationAction?: EventOrchestrationServiceSetRuleActionsAutomationAction;
|
|
1008
|
+
/**
|
|
1009
|
+
* extraction block
|
|
1010
|
+
*
|
|
1011
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
|
1012
|
+
*/
|
|
1013
|
+
readonly extraction?: EventOrchestrationServiceSetRuleActionsExtraction[] | cdktn.IResolvable;
|
|
1014
|
+
/**
|
|
1015
|
+
* incident_custom_field_update block
|
|
1016
|
+
*
|
|
1017
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
|
1018
|
+
*/
|
|
1019
|
+
readonly incidentCustomFieldUpdate?: EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate[] | cdktn.IResolvable;
|
|
1020
|
+
/**
|
|
1021
|
+
* pagerduty_automation_action block
|
|
1022
|
+
*
|
|
1023
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
|
1024
|
+
*/
|
|
1025
|
+
readonly pagerdutyAutomationAction?: EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction;
|
|
1026
|
+
/**
|
|
1027
|
+
* variable block
|
|
1028
|
+
*
|
|
1029
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
|
1030
|
+
*/
|
|
1031
|
+
readonly variable?: EventOrchestrationServiceSetRuleActionsVariable[] | cdktn.IResolvable;
|
|
1032
|
+
}
|
|
1033
|
+
export declare function eventOrchestrationServiceSetRuleActionsToTerraform(struct?: EventOrchestrationServiceSetRuleActionsOutputReference | EventOrchestrationServiceSetRuleActions): any;
|
|
1034
|
+
export declare function eventOrchestrationServiceSetRuleActionsToHclTerraform(struct?: EventOrchestrationServiceSetRuleActionsOutputReference | EventOrchestrationServiceSetRuleActions): any;
|
|
1035
|
+
export declare class EventOrchestrationServiceSetRuleActionsOutputReference extends cdktn.ComplexObject {
|
|
1036
|
+
private isEmptyObject;
|
|
1037
|
+
/**
|
|
1038
|
+
* @param terraformResource The parent resource
|
|
1039
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1040
|
+
*/
|
|
1041
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
1042
|
+
get internalValue(): EventOrchestrationServiceSetRuleActions | undefined;
|
|
1043
|
+
set internalValue(value: EventOrchestrationServiceSetRuleActions | undefined);
|
|
1044
|
+
private _annotate?;
|
|
1045
|
+
get annotate(): string;
|
|
1046
|
+
set annotate(value: string);
|
|
1047
|
+
resetAnnotate(): void;
|
|
1048
|
+
get annotateInput(): string | undefined;
|
|
1049
|
+
private _escalationPolicy?;
|
|
1050
|
+
get escalationPolicy(): string;
|
|
1051
|
+
set escalationPolicy(value: string);
|
|
1052
|
+
resetEscalationPolicy(): void;
|
|
1053
|
+
get escalationPolicyInput(): string | undefined;
|
|
1054
|
+
private _eventAction?;
|
|
1055
|
+
get eventAction(): string;
|
|
1056
|
+
set eventAction(value: string);
|
|
1057
|
+
resetEventAction(): void;
|
|
1058
|
+
get eventActionInput(): string | undefined;
|
|
1059
|
+
private _priority?;
|
|
1060
|
+
get priority(): string;
|
|
1061
|
+
set priority(value: string);
|
|
1062
|
+
resetPriority(): void;
|
|
1063
|
+
get priorityInput(): string | undefined;
|
|
1064
|
+
private _routeTo?;
|
|
1065
|
+
get routeTo(): string;
|
|
1066
|
+
set routeTo(value: string);
|
|
1067
|
+
resetRouteTo(): void;
|
|
1068
|
+
get routeToInput(): string | undefined;
|
|
1069
|
+
private _severity?;
|
|
1070
|
+
get severity(): string;
|
|
1071
|
+
set severity(value: string);
|
|
1072
|
+
resetSeverity(): void;
|
|
1073
|
+
get severityInput(): string | undefined;
|
|
1074
|
+
private _suppress?;
|
|
1075
|
+
get suppress(): boolean | cdktn.IResolvable;
|
|
1076
|
+
set suppress(value: boolean | cdktn.IResolvable);
|
|
1077
|
+
resetSuppress(): void;
|
|
1078
|
+
get suppressInput(): boolean | cdktn.IResolvable | undefined;
|
|
1079
|
+
private _suspend?;
|
|
1080
|
+
get suspend(): number;
|
|
1081
|
+
set suspend(value: number);
|
|
1082
|
+
resetSuspend(): void;
|
|
1083
|
+
get suspendInput(): number | undefined;
|
|
1084
|
+
private _automationAction;
|
|
1085
|
+
get automationAction(): EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference;
|
|
1086
|
+
putAutomationAction(value: EventOrchestrationServiceSetRuleActionsAutomationAction): void;
|
|
1087
|
+
resetAutomationAction(): void;
|
|
1088
|
+
get automationActionInput(): EventOrchestrationServiceSetRuleActionsAutomationAction | undefined;
|
|
1089
|
+
private _extraction;
|
|
1090
|
+
get extraction(): EventOrchestrationServiceSetRuleActionsExtractionList;
|
|
1091
|
+
putExtraction(value: EventOrchestrationServiceSetRuleActionsExtraction[] | cdktn.IResolvable): void;
|
|
1092
|
+
resetExtraction(): void;
|
|
1093
|
+
get extractionInput(): cdktn.IResolvable | EventOrchestrationServiceSetRuleActionsExtraction[] | undefined;
|
|
1094
|
+
private _incidentCustomFieldUpdate;
|
|
1095
|
+
get incidentCustomFieldUpdate(): EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateList;
|
|
1096
|
+
putIncidentCustomFieldUpdate(value: EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate[] | cdktn.IResolvable): void;
|
|
1097
|
+
resetIncidentCustomFieldUpdate(): void;
|
|
1098
|
+
get incidentCustomFieldUpdateInput(): cdktn.IResolvable | EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate[] | undefined;
|
|
1099
|
+
private _pagerdutyAutomationAction;
|
|
1100
|
+
get pagerdutyAutomationAction(): EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionOutputReference;
|
|
1101
|
+
putPagerdutyAutomationAction(value: EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction): void;
|
|
1102
|
+
resetPagerdutyAutomationAction(): void;
|
|
1103
|
+
get pagerdutyAutomationActionInput(): EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | undefined;
|
|
1104
|
+
private _variable;
|
|
1105
|
+
get variable(): EventOrchestrationServiceSetRuleActionsVariableList;
|
|
1106
|
+
putVariable(value: EventOrchestrationServiceSetRuleActionsVariable[] | cdktn.IResolvable): void;
|
|
1107
|
+
resetVariable(): void;
|
|
1108
|
+
get variableInput(): cdktn.IResolvable | EventOrchestrationServiceSetRuleActionsVariable[] | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
export interface EventOrchestrationServiceSetRuleCondition {
|
|
1111
|
+
/**
|
|
1112
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}
|
|
1113
|
+
*/
|
|
1114
|
+
readonly expression: string;
|
|
1115
|
+
}
|
|
1116
|
+
export declare function eventOrchestrationServiceSetRuleConditionToTerraform(struct?: EventOrchestrationServiceSetRuleCondition | cdktn.IResolvable): any;
|
|
1117
|
+
export declare function eventOrchestrationServiceSetRuleConditionToHclTerraform(struct?: EventOrchestrationServiceSetRuleCondition | cdktn.IResolvable): any;
|
|
1118
|
+
export declare class EventOrchestrationServiceSetRuleConditionOutputReference extends cdktn.ComplexObject {
|
|
1119
|
+
private isEmptyObject;
|
|
1120
|
+
private resolvableValue?;
|
|
1121
|
+
/**
|
|
1122
|
+
* @param terraformResource The parent resource
|
|
1123
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1124
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1125
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1126
|
+
*/
|
|
1127
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1128
|
+
get internalValue(): EventOrchestrationServiceSetRuleCondition | cdktn.IResolvable | undefined;
|
|
1129
|
+
set internalValue(value: EventOrchestrationServiceSetRuleCondition | cdktn.IResolvable | undefined);
|
|
1130
|
+
private _expression?;
|
|
1131
|
+
get expression(): string;
|
|
1132
|
+
set expression(value: string);
|
|
1133
|
+
get expressionInput(): string | undefined;
|
|
1134
|
+
}
|
|
1135
|
+
export declare class EventOrchestrationServiceSetRuleConditionList extends cdktn.ComplexList {
|
|
1136
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
1137
|
+
protected terraformAttribute: string;
|
|
1138
|
+
protected wrapsSet: boolean;
|
|
1139
|
+
internalValue?: EventOrchestrationServiceSetRuleCondition[] | cdktn.IResolvable;
|
|
1140
|
+
/**
|
|
1141
|
+
* @param terraformResource The parent resource
|
|
1142
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1143
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1144
|
+
*/
|
|
1145
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1146
|
+
/**
|
|
1147
|
+
* @param index the index of the item to return
|
|
1148
|
+
*/
|
|
1149
|
+
get(index: number): EventOrchestrationServiceSetRuleConditionOutputReference;
|
|
1150
|
+
}
|
|
1151
|
+
export interface EventOrchestrationServiceSetRule {
|
|
1152
|
+
/**
|
|
1153
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}
|
|
1154
|
+
*/
|
|
1155
|
+
readonly disabled?: boolean | cdktn.IResolvable;
|
|
1156
|
+
/**
|
|
1157
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}
|
|
1158
|
+
*/
|
|
1159
|
+
readonly label?: string;
|
|
1160
|
+
/**
|
|
1161
|
+
* actions block
|
|
1162
|
+
*
|
|
1163
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
|
1164
|
+
*/
|
|
1165
|
+
readonly actions: EventOrchestrationServiceSetRuleActions;
|
|
1166
|
+
/**
|
|
1167
|
+
* condition block
|
|
1168
|
+
*
|
|
1169
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
|
1170
|
+
*/
|
|
1171
|
+
readonly condition?: EventOrchestrationServiceSetRuleCondition[] | cdktn.IResolvable;
|
|
1172
|
+
}
|
|
1173
|
+
export declare function eventOrchestrationServiceSetRuleToTerraform(struct?: EventOrchestrationServiceSetRule | cdktn.IResolvable): any;
|
|
1174
|
+
export declare function eventOrchestrationServiceSetRuleToHclTerraform(struct?: EventOrchestrationServiceSetRule | cdktn.IResolvable): any;
|
|
1175
|
+
export declare class EventOrchestrationServiceSetRuleOutputReference extends cdktn.ComplexObject {
|
|
1176
|
+
private isEmptyObject;
|
|
1177
|
+
private resolvableValue?;
|
|
1178
|
+
/**
|
|
1179
|
+
* @param terraformResource The parent resource
|
|
1180
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1181
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1182
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1183
|
+
*/
|
|
1184
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1185
|
+
get internalValue(): EventOrchestrationServiceSetRule | cdktn.IResolvable | undefined;
|
|
1186
|
+
set internalValue(value: EventOrchestrationServiceSetRule | cdktn.IResolvable | undefined);
|
|
1187
|
+
private _disabled?;
|
|
1188
|
+
get disabled(): boolean | cdktn.IResolvable;
|
|
1189
|
+
set disabled(value: boolean | cdktn.IResolvable);
|
|
1190
|
+
resetDisabled(): void;
|
|
1191
|
+
get disabledInput(): boolean | cdktn.IResolvable | undefined;
|
|
1192
|
+
get id(): string;
|
|
1193
|
+
private _label?;
|
|
1194
|
+
get label(): string;
|
|
1195
|
+
set label(value: string);
|
|
1196
|
+
resetLabel(): void;
|
|
1197
|
+
get labelInput(): string | undefined;
|
|
1198
|
+
private _actions;
|
|
1199
|
+
get actions(): EventOrchestrationServiceSetRuleActionsOutputReference;
|
|
1200
|
+
putActions(value: EventOrchestrationServiceSetRuleActions): void;
|
|
1201
|
+
get actionsInput(): EventOrchestrationServiceSetRuleActions | undefined;
|
|
1202
|
+
private _condition;
|
|
1203
|
+
get condition(): EventOrchestrationServiceSetRuleConditionList;
|
|
1204
|
+
putCondition(value: EventOrchestrationServiceSetRuleCondition[] | cdktn.IResolvable): void;
|
|
1205
|
+
resetCondition(): void;
|
|
1206
|
+
get conditionInput(): cdktn.IResolvable | EventOrchestrationServiceSetRuleCondition[] | undefined;
|
|
1207
|
+
}
|
|
1208
|
+
export declare class EventOrchestrationServiceSetRuleList extends cdktn.ComplexList {
|
|
1209
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
1210
|
+
protected terraformAttribute: string;
|
|
1211
|
+
protected wrapsSet: boolean;
|
|
1212
|
+
internalValue?: EventOrchestrationServiceSetRule[] | cdktn.IResolvable;
|
|
1213
|
+
/**
|
|
1214
|
+
* @param terraformResource The parent resource
|
|
1215
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1216
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1217
|
+
*/
|
|
1218
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1219
|
+
/**
|
|
1220
|
+
* @param index the index of the item to return
|
|
1221
|
+
*/
|
|
1222
|
+
get(index: number): EventOrchestrationServiceSetRuleOutputReference;
|
|
1223
|
+
}
|
|
1224
|
+
export interface EventOrchestrationServiceSet {
|
|
1225
|
+
/**
|
|
1226
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}
|
|
1227
|
+
*
|
|
1228
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1229
|
+
* 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.
|
|
1230
|
+
*/
|
|
1231
|
+
readonly id: string;
|
|
1232
|
+
/**
|
|
1233
|
+
* rule block
|
|
1234
|
+
*
|
|
1235
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
|
1236
|
+
*/
|
|
1237
|
+
readonly rule?: EventOrchestrationServiceSetRule[] | cdktn.IResolvable;
|
|
1238
|
+
}
|
|
1239
|
+
export declare function eventOrchestrationServiceSetToTerraform(struct?: EventOrchestrationServiceSet | cdktn.IResolvable): any;
|
|
1240
|
+
export declare function eventOrchestrationServiceSetToHclTerraform(struct?: EventOrchestrationServiceSet | cdktn.IResolvable): any;
|
|
1241
|
+
export declare class EventOrchestrationServiceSetOutputReference extends cdktn.ComplexObject {
|
|
1242
|
+
private isEmptyObject;
|
|
1243
|
+
private resolvableValue?;
|
|
1244
|
+
/**
|
|
1245
|
+
* @param terraformResource The parent resource
|
|
1246
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1247
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1248
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1249
|
+
*/
|
|
1250
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1251
|
+
get internalValue(): EventOrchestrationServiceSet | cdktn.IResolvable | undefined;
|
|
1252
|
+
set internalValue(value: EventOrchestrationServiceSet | cdktn.IResolvable | undefined);
|
|
1253
|
+
private _id?;
|
|
1254
|
+
get id(): string;
|
|
1255
|
+
set id(value: string);
|
|
1256
|
+
get idInput(): string | undefined;
|
|
1257
|
+
private _rule;
|
|
1258
|
+
get rule(): EventOrchestrationServiceSetRuleList;
|
|
1259
|
+
putRule(value: EventOrchestrationServiceSetRule[] | cdktn.IResolvable): void;
|
|
1260
|
+
resetRule(): void;
|
|
1261
|
+
get ruleInput(): cdktn.IResolvable | EventOrchestrationServiceSetRule[] | undefined;
|
|
1262
|
+
}
|
|
1263
|
+
export declare class EventOrchestrationServiceSetList extends cdktn.ComplexList {
|
|
1264
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
1265
|
+
protected terraformAttribute: string;
|
|
1266
|
+
protected wrapsSet: boolean;
|
|
1267
|
+
internalValue?: EventOrchestrationServiceSet[] | cdktn.IResolvable;
|
|
1268
|
+
/**
|
|
1269
|
+
* @param terraformResource The parent resource
|
|
1270
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1271
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1272
|
+
*/
|
|
1273
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1274
|
+
/**
|
|
1275
|
+
* @param index the index of the item to return
|
|
1276
|
+
*/
|
|
1277
|
+
get(index: number): EventOrchestrationServiceSetOutputReference;
|
|
1278
|
+
}
|
|
1279
|
+
/**
|
|
1280
|
+
* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}
|
|
1281
|
+
*/
|
|
1282
|
+
export declare class EventOrchestrationService extends cdktn.TerraformResource {
|
|
1283
|
+
static readonly tfResourceType = "pagerduty_event_orchestration_service";
|
|
1284
|
+
/**
|
|
1285
|
+
* Generates CDKTN code for importing a EventOrchestrationService resource upon running "cdktn plan <stack-name>"
|
|
1286
|
+
* @param scope The scope in which to define this construct
|
|
1287
|
+
* @param importToId The construct id used in the generated config for the EventOrchestrationService to import
|
|
1288
|
+
* @param importFromId The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
|
|
1289
|
+
* @param provider? Optional instance of the provider where the EventOrchestrationService to import is found
|
|
1290
|
+
*/
|
|
1291
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
1292
|
+
/**
|
|
1293
|
+
* Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.31.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource
|
|
1294
|
+
*
|
|
1295
|
+
* @param scope The scope in which to define this construct
|
|
1296
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
1297
|
+
* @param options EventOrchestrationServiceConfig
|
|
1298
|
+
*/
|
|
1299
|
+
constructor(scope: Construct, id: string, config: EventOrchestrationServiceConfig);
|
|
1300
|
+
private _enableEventOrchestrationForService?;
|
|
1301
|
+
get enableEventOrchestrationForService(): boolean | cdktn.IResolvable;
|
|
1302
|
+
set enableEventOrchestrationForService(value: boolean | cdktn.IResolvable);
|
|
1303
|
+
resetEnableEventOrchestrationForService(): void;
|
|
1304
|
+
get enableEventOrchestrationForServiceInput(): boolean | cdktn.IResolvable | undefined;
|
|
1305
|
+
private _id?;
|
|
1306
|
+
get id(): string;
|
|
1307
|
+
set id(value: string);
|
|
1308
|
+
resetId(): void;
|
|
1309
|
+
get idInput(): string | undefined;
|
|
1310
|
+
private _service?;
|
|
1311
|
+
get service(): string;
|
|
1312
|
+
set service(value: string);
|
|
1313
|
+
get serviceInput(): string | undefined;
|
|
1314
|
+
private _catchAll;
|
|
1315
|
+
get catchAll(): EventOrchestrationServiceCatchAllOutputReference;
|
|
1316
|
+
putCatchAll(value: EventOrchestrationServiceCatchAll): void;
|
|
1317
|
+
get catchAllInput(): EventOrchestrationServiceCatchAll | undefined;
|
|
1318
|
+
private _set;
|
|
1319
|
+
get set(): EventOrchestrationServiceSetList;
|
|
1320
|
+
putSet(value: EventOrchestrationServiceSet[] | cdktn.IResolvable): void;
|
|
1321
|
+
get setInput(): cdktn.IResolvable | EventOrchestrationServiceSet[] | undefined;
|
|
1322
|
+
protected synthesizeAttributes(): {
|
|
1323
|
+
[name: string]: any;
|
|
1324
|
+
};
|
|
1325
|
+
protected synthesizeHclAttributes(): {
|
|
1326
|
+
[name: string]: any;
|
|
1327
|
+
};
|
|
1328
|
+
}
|