cdktf-cdktf-provider-pagerduty 13.11.7__py3-none-any.whl → 13.13.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +11 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.13.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +787 -0
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +598 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +360 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +2922 -0
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/METADATA +6 -6
- cdktf_cdktf_provider_pagerduty-13.13.0.dist-info/RECORD +86 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.7.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.11.7.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
|
-
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.
|
2
|
+
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.17.0
|
3
3
|
|
4
|
-
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.
|
4
|
+
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.17.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
5
5
|
|
6
6
|
## Available Packages
|
7
7
|
|
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform pagerduty provider version
|
|
63
63
|
These are the upstream dependencies:
|
64
64
|
|
65
65
|
* [CDK for Terraform](https://cdk.tf)
|
66
|
-
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.
|
66
|
+
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.17.0)
|
67
67
|
* [Terraform Engine](https://terraform.io)
|
68
68
|
|
69
69
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
@@ -127,6 +127,7 @@ from ._jsii import *
|
|
127
127
|
|
128
128
|
__all__ = [
|
129
129
|
"addon",
|
130
|
+
"alert_grouping_setting",
|
130
131
|
"automation_actions_action",
|
131
132
|
"automation_actions_action_service_association",
|
132
133
|
"automation_actions_action_team_association",
|
@@ -134,6 +135,7 @@ __all__ = [
|
|
134
135
|
"automation_actions_runner_team_association",
|
135
136
|
"business_service",
|
136
137
|
"business_service_subscriber",
|
138
|
+
"data_pagerduty_alert_grouping_setting",
|
137
139
|
"data_pagerduty_automation_actions_action",
|
138
140
|
"data_pagerduty_automation_actions_runner",
|
139
141
|
"data_pagerduty_business_service",
|
@@ -146,6 +148,7 @@ __all__ = [
|
|
146
148
|
"data_pagerduty_extension_schema",
|
147
149
|
"data_pagerduty_incident_custom_field",
|
148
150
|
"data_pagerduty_incident_workflow",
|
151
|
+
"data_pagerduty_jira_cloud_account_mapping",
|
149
152
|
"data_pagerduty_license",
|
150
153
|
"data_pagerduty_licenses",
|
151
154
|
"data_pagerduty_priority",
|
@@ -179,6 +182,7 @@ __all__ = [
|
|
179
182
|
"incident_custom_field_option",
|
180
183
|
"incident_workflow",
|
181
184
|
"incident_workflow_trigger",
|
185
|
+
"jira_cloud_account_mapping_rule",
|
182
186
|
"maintenance_window",
|
183
187
|
"provider",
|
184
188
|
"response_play",
|
@@ -205,6 +209,7 @@ publication.publish()
|
|
205
209
|
|
206
210
|
# Loading modules to ensure their types are registered with the jsii runtime library
|
207
211
|
from . import addon
|
212
|
+
from . import alert_grouping_setting
|
208
213
|
from . import automation_actions_action
|
209
214
|
from . import automation_actions_action_service_association
|
210
215
|
from . import automation_actions_action_team_association
|
@@ -212,6 +217,7 @@ from . import automation_actions_runner
|
|
212
217
|
from . import automation_actions_runner_team_association
|
213
218
|
from . import business_service
|
214
219
|
from . import business_service_subscriber
|
220
|
+
from . import data_pagerduty_alert_grouping_setting
|
215
221
|
from . import data_pagerduty_automation_actions_action
|
216
222
|
from . import data_pagerduty_automation_actions_runner
|
217
223
|
from . import data_pagerduty_business_service
|
@@ -224,6 +230,7 @@ from . import data_pagerduty_event_orchestrations
|
|
224
230
|
from . import data_pagerduty_extension_schema
|
225
231
|
from . import data_pagerduty_incident_custom_field
|
226
232
|
from . import data_pagerduty_incident_workflow
|
233
|
+
from . import data_pagerduty_jira_cloud_account_mapping
|
227
234
|
from . import data_pagerduty_license
|
228
235
|
from . import data_pagerduty_licenses
|
229
236
|
from . import data_pagerduty_priority
|
@@ -257,6 +264,7 @@ from . import incident_custom_field
|
|
257
264
|
from . import incident_custom_field_option
|
258
265
|
from . import incident_workflow
|
259
266
|
from . import incident_workflow_trigger
|
267
|
+
from . import jira_cloud_account_mapping_rule
|
260
268
|
from . import maintenance_window
|
261
269
|
from . import provider
|
262
270
|
from . import response_play
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
33
33
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
35
35
|
"@cdktf/provider-pagerduty",
|
36
|
-
"13.
|
36
|
+
"13.13.0",
|
37
37
|
__name__[0:-6],
|
38
|
-
"provider-pagerduty@13.
|
38
|
+
"provider-pagerduty@13.13.0.jsii.tgz",
|
39
39
|
)
|
40
40
|
|
41
41
|
__all__ = [
|
Binary file
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_addon`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class Addon(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.addon.Addon",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon pagerduty_addon}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class Addon(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon pagerduty_addon} Resource.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon#name Addon#name}.
|
69
|
+
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon#src Addon#src}.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class Addon(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the Addon to import.
|
109
|
-
:param import_from_id: The id of the existing Addon that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
109
|
+
:param import_from_id: The id of the existing Addon that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the Addon to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -207,8 +207,8 @@ class AddonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
207
207
|
:param lifecycle:
|
208
208
|
:param provider:
|
209
209
|
:param provisioners:
|
210
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
211
|
-
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
210
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon#name Addon#name}.
|
211
|
+
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon#src Addon#src}.
|
212
212
|
'''
|
213
213
|
if isinstance(lifecycle, dict):
|
214
214
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -308,14 +308,14 @@ class AddonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
308
308
|
|
309
309
|
@builtins.property
|
310
310
|
def name(self) -> builtins.str:
|
311
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon#name Addon#name}.'''
|
312
312
|
result = self._values.get("name")
|
313
313
|
assert result is not None, "Required property 'name' is missing"
|
314
314
|
return typing.cast(builtins.str, result)
|
315
315
|
|
316
316
|
@builtins.property
|
317
317
|
def src(self) -> builtins.str:
|
318
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
318
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/addon#src Addon#src}.'''
|
319
319
|
result = self._values.get("src")
|
320
320
|
assert result is not None, "Required property 'src' is missing"
|
321
321
|
return typing.cast(builtins.str, result)
|