cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.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 +5 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_webhook_subscription`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_webhook_subscription`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class WebhookSubscription(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.webhookSubscription.WebhookSubscription",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription pagerduty_webhook_subscription}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -48,17 +48,17 @@ class WebhookSubscription(
|
|
48
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
49
|
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,
|
50
50
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription pagerduty_webhook_subscription} Resource.
|
52
52
|
|
53
53
|
:param scope: The scope in which to define this construct.
|
54
54
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
55
|
-
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
-
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
59
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
61
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
+
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method}
|
56
|
+
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#events WebhookSubscription#events}.
|
57
|
+
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
58
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
59
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. 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.
|
61
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
62
62
|
:param connection:
|
63
63
|
:param count:
|
64
64
|
:param depends_on:
|
@@ -103,7 +103,7 @@ class WebhookSubscription(
|
|
103
103
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
105
105
|
:param import_to_id: The construct id used in the generated config for the WebhookSubscription to import.
|
106
|
-
:param import_from_id: The id of the existing WebhookSubscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
106
|
+
:param import_from_id: The id of the existing WebhookSubscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use
|
107
107
|
:param provider: ? Optional instance of the provider where the WebhookSubscription to import is found.
|
108
108
|
'''
|
109
109
|
if __debug__:
|
@@ -160,6 +160,10 @@ class WebhookSubscription(
|
|
160
160
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
161
161
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
162
162
|
|
163
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
164
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
165
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
166
|
+
|
163
167
|
@jsii.python.classproperty
|
164
168
|
@jsii.member(jsii_name="tfResourceType")
|
165
169
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -327,13 +331,13 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
327
331
|
:param lifecycle:
|
328
332
|
:param provider:
|
329
333
|
:param provisioners:
|
330
|
-
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
331
|
-
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
332
|
-
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
333
|
-
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
334
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
335
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
336
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
334
|
+
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method}
|
335
|
+
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#events WebhookSubscription#events}.
|
336
|
+
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
337
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
338
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
339
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. 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.
|
340
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
337
341
|
'''
|
338
342
|
if isinstance(lifecycle, dict):
|
339
343
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -451,7 +455,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
451
455
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethod"]]:
|
452
456
|
'''delivery_method block.
|
453
457
|
|
454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
458
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method}
|
455
459
|
'''
|
456
460
|
result = self._values.get("delivery_method")
|
457
461
|
assert result is not None, "Required property 'delivery_method' is missing"
|
@@ -459,7 +463,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
459
463
|
|
460
464
|
@builtins.property
|
461
465
|
def events(self) -> typing.List[builtins.str]:
|
462
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
466
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#events WebhookSubscription#events}.'''
|
463
467
|
result = self._values.get("events")
|
464
468
|
assert result is not None, "Required property 'events' is missing"
|
465
469
|
return typing.cast(typing.List[builtins.str], result)
|
@@ -470,7 +474,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
470
474
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionFilter"]]:
|
471
475
|
'''filter block.
|
472
476
|
|
473
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
477
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
474
478
|
'''
|
475
479
|
result = self._values.get("filter")
|
476
480
|
assert result is not None, "Required property 'filter' is missing"
|
@@ -480,19 +484,19 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
480
484
|
def active(
|
481
485
|
self,
|
482
486
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
483
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
487
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.'''
|
484
488
|
result = self._values.get("active")
|
485
489
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
486
490
|
|
487
491
|
@builtins.property
|
488
492
|
def description(self) -> typing.Optional[builtins.str]:
|
489
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
493
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.'''
|
490
494
|
result = self._values.get("description")
|
491
495
|
return typing.cast(typing.Optional[builtins.str], result)
|
492
496
|
|
493
497
|
@builtins.property
|
494
498
|
def id(self) -> typing.Optional[builtins.str]:
|
495
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
499
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#id WebhookSubscription#id}.
|
496
500
|
|
497
501
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
498
502
|
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.
|
@@ -502,7 +506,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
502
506
|
|
503
507
|
@builtins.property
|
504
508
|
def type(self) -> typing.Optional[builtins.str]:
|
505
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
509
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
506
510
|
result = self._values.get("type")
|
507
511
|
return typing.cast(typing.Optional[builtins.str], result)
|
508
512
|
|
@@ -538,10 +542,10 @@ class WebhookSubscriptionDeliveryMethod:
|
|
538
542
|
url: typing.Optional[builtins.str] = None,
|
539
543
|
) -> None:
|
540
544
|
'''
|
541
|
-
:param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
542
|
-
:param temporarily_disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
543
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
544
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
545
|
+
:param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header}
|
546
|
+
:param temporarily_disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}.
|
547
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
548
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#url WebhookSubscription#url}.
|
545
549
|
'''
|
546
550
|
if __debug__:
|
547
551
|
type_hints = typing.get_type_hints(_typecheckingstub__f5e7a45bc42a2805ca32f742ca5e2d518fd3e8aba1e27b34772fe39677792983)
|
@@ -565,7 +569,7 @@ class WebhookSubscriptionDeliveryMethod:
|
|
565
569
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethodCustomHeader"]]]:
|
566
570
|
'''custom_header block.
|
567
571
|
|
568
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
572
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header}
|
569
573
|
'''
|
570
574
|
result = self._values.get("custom_header")
|
571
575
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethodCustomHeader"]]], result)
|
@@ -574,19 +578,19 @@ class WebhookSubscriptionDeliveryMethod:
|
|
574
578
|
def temporarily_disabled(
|
575
579
|
self,
|
576
580
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
577
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
581
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}.'''
|
578
582
|
result = self._values.get("temporarily_disabled")
|
579
583
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
580
584
|
|
581
585
|
@builtins.property
|
582
586
|
def type(self) -> typing.Optional[builtins.str]:
|
583
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
587
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
584
588
|
result = self._values.get("type")
|
585
589
|
return typing.cast(typing.Optional[builtins.str], result)
|
586
590
|
|
587
591
|
@builtins.property
|
588
592
|
def url(self) -> typing.Optional[builtins.str]:
|
589
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
593
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#url WebhookSubscription#url}.'''
|
590
594
|
result = self._values.get("url")
|
591
595
|
return typing.cast(typing.Optional[builtins.str], result)
|
592
596
|
|
@@ -610,8 +614,8 @@ class WebhookSubscriptionDeliveryMethod:
|
|
610
614
|
class WebhookSubscriptionDeliveryMethodCustomHeader:
|
611
615
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
612
616
|
'''
|
613
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
614
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
617
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#name WebhookSubscription#name}.
|
618
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#value WebhookSubscription#value}.
|
615
619
|
'''
|
616
620
|
if __debug__:
|
617
621
|
type_hints = typing.get_type_hints(_typecheckingstub__593368252c0d8b4539f368e5046d6b298c107f7bbcc061679642df6e5b6f7db0)
|
@@ -624,14 +628,14 @@ class WebhookSubscriptionDeliveryMethodCustomHeader:
|
|
624
628
|
|
625
629
|
@builtins.property
|
626
630
|
def name(self) -> builtins.str:
|
627
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
631
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#name WebhookSubscription#name}.'''
|
628
632
|
result = self._values.get("name")
|
629
633
|
assert result is not None, "Required property 'name' is missing"
|
630
634
|
return typing.cast(builtins.str, result)
|
631
635
|
|
632
636
|
@builtins.property
|
633
637
|
def value(self) -> builtins.str:
|
634
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
638
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#value WebhookSubscription#value}.'''
|
635
639
|
result = self._values.get("value")
|
636
640
|
assert result is not None, "Required property 'value' is missing"
|
637
641
|
return typing.cast(builtins.str, result)
|
@@ -1068,8 +1072,8 @@ class WebhookSubscriptionFilter:
|
|
1068
1072
|
id: typing.Optional[builtins.str] = None,
|
1069
1073
|
) -> None:
|
1070
1074
|
'''
|
1071
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1072
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1075
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
1076
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. 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.
|
1073
1077
|
'''
|
1074
1078
|
if __debug__:
|
1075
1079
|
type_hints = typing.get_type_hints(_typecheckingstub__22ff36254a3c3294ace7139c9ce87b778a5befdf019ec44426a1c95100cb4719)
|
@@ -1083,14 +1087,14 @@ class WebhookSubscriptionFilter:
|
|
1083
1087
|
|
1084
1088
|
@builtins.property
|
1085
1089
|
def type(self) -> builtins.str:
|
1086
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1090
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
1087
1091
|
result = self._values.get("type")
|
1088
1092
|
assert result is not None, "Required property 'type' is missing"
|
1089
1093
|
return typing.cast(builtins.str, result)
|
1090
1094
|
|
1091
1095
|
@builtins.property
|
1092
1096
|
def id(self) -> typing.Optional[builtins.str]:
|
1093
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1097
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/webhook_subscription#id WebhookSubscription#id}.
|
1094
1098
|
|
1095
1099
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1096
1100
|
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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cdktf-cdktf-provider-pagerduty
|
3
|
-
Version:
|
3
|
+
Version: 13.0.0
|
4
4
|
Summary: Prebuilt pagerduty Provider for Terraform CDK (cdktf)
|
5
5
|
Home-page: https://github.com/cdktf/cdktf-provider-pagerduty.git
|
6
6
|
Author: HashiCorp
|
@@ -20,15 +20,15 @@ Classifier: License :: OSI Approved
|
|
20
20
|
Requires-Python: ~=3.8
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
License-File: LICENSE
|
23
|
-
Requires-Dist: cdktf <0.
|
23
|
+
Requires-Dist: cdktf <0.21.0,>=0.20.0
|
24
24
|
Requires-Dist: constructs <11.0.0,>=10.3.0
|
25
25
|
Requires-Dist: jsii <2.0.0,>=1.93.0
|
26
26
|
Requires-Dist: publication >=0.0.3
|
27
27
|
Requires-Dist: typeguard ~=2.13.3
|
28
28
|
|
29
|
-
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.
|
29
|
+
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.4.0
|
30
30
|
|
31
|
-
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.
|
31
|
+
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.4.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
32
32
|
|
33
33
|
## Available Packages
|
34
34
|
|
@@ -87,7 +87,7 @@ This project is explicitly not tracking the Terraform pagerduty provider version
|
|
87
87
|
These are the upstream dependencies:
|
88
88
|
|
89
89
|
* [CDK for Terraform](https://cdk.tf)
|
90
|
-
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.
|
90
|
+
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.4.0)
|
91
91
|
* [Terraform Engine](https://terraform.io)
|
92
92
|
|
93
93
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
@@ -0,0 +1,74 @@
|
|
1
|
+
cdktf_cdktf_provider_pagerduty/__init__.py,sha256=mN9XbIQQPgvP1P-z-b0l3vEmhqc58UmJi1LD5UY6Xr0,8098
|
2
|
+
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=-9_8WlZc1-SgHZqkKc49OaP2swfQ3UeLBX_kMsb_5-M,423
|
4
|
+
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz,sha256=oxKyYOoe9jOkVgnAWMS9BZZ0dOmld_4cStT5JVPOzNA,751109
|
5
|
+
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=2ahPT_poGaNLbUX1c1iPrjsksjdpJIujRuG3PnijAdM,21561
|
6
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=9-mMXsLn2gE4JJ3ewJUslMWrIc8BWiX3O2wFn_BYifc,60534
|
7
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=qxqDVI9-kE7FwV3oxMcuaOK6F2XM6eMMvXahNULiD9Y,23460
|
8
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=IbUjxdA8L1zu6r7w3lwrTaqbPT1OJeqGNrVq7kExDF0,23241
|
9
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=8oWQoM3gcrAwCLu-lW0v--dSk3hONFbm3f5WNixmU5U,33018
|
10
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=EpIXDsyG1qEfiEj151injyAKxyjxb3qemqmdX93AfMA,23241
|
11
|
+
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=oAy5CnjAH64lcqycbgK2cuJi4TZ0YudCelJKeAH6DeA,29957
|
12
|
+
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=eVAfzBkrlTIgiR_2GZfQqS8AIgI1XnFwofl-h__SnyI,25547
|
13
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=E5BLMU6JX2vj2rHhRTLG5IqPhTtHM7vuChg_IrBjQo0,47034
|
14
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=5pT_bHQ8e3SFkMdjFLPHemr-4Lkt47DFn53XzA5V888,26750
|
15
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=D_dGf9oY7GB9pGBOwZeqX_mLZowTCqZ5iflPDTW8bsk,20551
|
16
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=Zom3fiQKJTkFhHVh0qqby1p3pM7D0UzIrRyMHFJFK3Q,20425
|
17
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=1ZChnTwqRQJk_sRYw6XIgOaZgdErFMBAbWjYg1a51vw,44884
|
18
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=RH1uMinjt3A-b0YN1uZBGbFMHbxXUIPEwzLjgtg4bus,33527
|
19
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=-6XNz1e9wHcHvmNF-7Pg6aNlNHANvtdf6qvPGEcopG0,50522
|
20
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=UEEl55yhOX9ZxWla-M7zVse1NmApYgLls_1GpPHiPZs,20551
|
21
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=DRKzrvs9nVgZUl8J9_-VKtr2ROvLl5_HM2q8cHhMfe8,21253
|
22
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=mPSpd7VInJXulw_Oh7y9cxPa1ictuRWhdtnjCYTudic,20606
|
23
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=SsFPcLktV0_EhRGuUkUHju-ahkiX5z1BnXBy2BMDGoI,42142
|
24
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=fkRytNrD7oAiM0lWgJP7lQqLgH1cpYiOiyQBS4NIFyQ,55194
|
25
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=5fxF0I_fI-5ekeVKefmPbCJalkJIWS3ADpuPMHZlB6U,20500
|
26
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=s5XlV4COIkoUmYfkrt7ehoQ8e8CL0JQwuZmS_3SA__o,20313
|
27
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=j1QpXDgNmu9fPdy7gnZe9fRHXbnFg-aAKJYPdsd52xo,20139
|
28
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=ijvghWjdNAnwdaDOA9GEBmZWx36kkB8kg4_R6xEW7uU,30364
|
29
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=Cm6a8Sr0d0ngD3NZ8vNY2r9ddW4ERKDL_3nJxRe1wVY,23563
|
30
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=MYzJ_EhihdO_NbUXAVXmMzheNDi1MVup0OaPtjGgoXg,20170
|
31
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=lW9rORbzHiIbf8TZegMvwt8QhNiXovSdvJlZie9c2HU,25000
|
32
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py,sha256=vMJ3UVkpzxlEKVOwrcERA-1_IVVwRA-QRp2dgyyBJTk,30132
|
33
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=z_Q-ax6W0ymt1MWZkbxzM1LP-R8_baJMe26EE72lUxM,20196
|
34
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=Il7OojmdgJhzMCX7zN4V1VzJYFXk7nWwMrRxsIdMmEs,26044
|
35
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=sbzwC3F-Qp3SQWaJ7pnbVcLE55p7wn1McVarrLS2kpE,29819
|
36
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=r_VHxN2PnFCY_ay3BKNkdwldK73wrjoM9qU3-wS5FnU,20231
|
37
|
+
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=Y9m1_8OsK0yP9GjLexnUT2udAARq_kTr9CBtpF8V3mA,69158
|
38
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=ewxGElWYessnTRkYqYG5vB4I4QL1mbgDeYpu930rV7w,48570
|
39
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=0NlojR8q6MqE4MSq9P_xow1eYslNJ42f5yK7qEqQgTU,314981
|
40
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=eRmf3yM47hfuyUY1PQLcj0YUoUpcHZ7ceV047KE8Zq0,29684
|
41
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=WphvR_bH5L2sJyit8yFkQbrWnW5RnzlOucyCQcncLNM,84588
|
42
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=Pmz9ASQr6JmaRtKDuzuczPtIi03XjKSbA2gZ-JPKews,332840
|
43
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=0jk0L9Vs-0Y0Dud1NmvTjlcobwYRFSgQGLxVs-k9WPk,188036
|
44
|
+
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=wXRe0XrlW_jJ0o-pJX95L3rmxQ6YEJURgQGMFr5EXJw,25324
|
45
|
+
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=UDFXj79zM_gEu_yYgZv7CRlHWC59ipJHS6BAiq6yVK4,31952
|
46
|
+
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=UEiEWCBQKT8k_376pT6TuczUXf2LO-Q4vM0WPPYv9Z4,45212
|
47
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=ERrsqEQ0ZeHDbwDo3NmpY9LwcdgAFmPfu2uOYWU2bQk,31661
|
48
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=AhfbEiLYKTAxc725Q7qLT22A9VrGjgJzqjxcdNhQMbQ,24661
|
49
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=Brky2cmc2kxDGTXW2TrsePureXqEBQ0ZmKsY7Ov_GOM,108541
|
50
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=LDQHq6UlZeYrQkUUu4dhlYHioWW_2M2n400GwYEtdnw,30696
|
51
|
+
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=AzGzO5fbQN9hyJZ2V_-nVS1lVzGjP2lx9pzXD7qRNKs,27083
|
52
|
+
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=jz1kVpDRLiR03g6snsK1HnFREpiIny0WKzQDCA_VDB4,28811
|
53
|
+
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=RT2nAj87mhHBdgO8e4Wfdf11-3fPZ8wIXmpCbpCjdCU,119033
|
54
|
+
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=S-FQV-1cJx8juVXMhSdpWJgt39L_jUkxqwjmoZIJ8tY,28096
|
55
|
+
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=1DimsUn2_RZNZQme3HepdhcCLuJ_LRVbQ8Y8swt1O_I,293618
|
56
|
+
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=9hVSnzi6ss4kNleNp23Brrk12Lu6SBJeJA6jGctCoDw,84707
|
57
|
+
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=e4bngp1KGFCX699CphWEBQG2740wfYE-ZkcSz48B19M,160535
|
58
|
+
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=CQoOGlZZ-h84AfH1x1XDzkkm0Wcp554o8F4Fl5UBvdg,62713
|
59
|
+
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=hikuj5Bbux1MBAz_BK7jqH_P996DV2UUB9v6rd2UKpc,279555
|
60
|
+
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=_3h7GnWIQ7aNklS5fkh7-yFnUnatpiSM3eQj8LFGmds,156554
|
61
|
+
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=pYPXEu88mEGeo5NyzZffBMWrP07R-b6HufZIVgDOv7k,48870
|
62
|
+
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=x0e5YD2df9sdkwGtZ-m7Ge8t-PGRccPX-ZHiMevO66M,20036
|
63
|
+
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=yNlqbHHuWkyrM6-EXn8P4MUA8EAlsalyciPRZ-NkHs4,24288
|
64
|
+
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=c_W_TIJUca4fUW6c9BsxmB3cUighykJFNs2ODesAQNY,26772
|
65
|
+
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=A_Q57sP3GV9ycIXbAdk7dOYLdEwgHS3i__Ntl8Qd3HI,24320
|
66
|
+
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=K4TQpH8x6On2mt99SPZcTNPYX9_cvyoKq0HFaSXSdZ4,37802
|
67
|
+
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=qDaimAqjgU7xyA3uJRgZTxHBOcqtezQzIk-sAYRDKtw,32271
|
68
|
+
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=R_8tUd83JwvwWRGWuFxcxdN3c8C6bWXgGYgVrvKbU38,27599
|
69
|
+
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=6lHTeRWwuD98IMhGtVLQkw7U7hll-s_oblSBtKvTHX4,83855
|
70
|
+
cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/LICENSE,sha256=iOtiyzVBa-Nu49EcWy_HpT9S3U1XmMPETULMqiNnRPc,16012
|
71
|
+
cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/METADATA,sha256=xktkpdxxXxh8S9VzeFUO3AmT84k7FFh_bgJByvprcNI,4470
|
72
|
+
cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
73
|
+
cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
74
|
+
cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD,,
|
Binary file
|
@@ -1,73 +0,0 @@
|
|
1
|
-
cdktf_cdktf_provider_pagerduty/__init__.py,sha256=BIhtN3UAShFTkrRDIwzSaby-pryA0ZG0BuRKSRAaoCk,8021
|
2
|
-
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=d3eLswhdwzjmWVp8Nionz7sT3PVT3l4KZKP-if7JRBg,423
|
4
|
-
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz,sha256=G-YikBK4YgSSMPIZflvbAwVBMkv4V7Nc-Z71_LA3aVI,636462
|
5
|
-
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=qGXpdy7cdCCGuxp7aenLWxCgyttGg7sABqazlcbmF-s,21302
|
6
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=da1BF-GwkqkwYlYIQemePr20O_AwKxGSJC2g37lyEg8,60275
|
7
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=pLfl9qMH-Iytx2mQRP0__cGCd4VmeG5WtzWwLXTldF8,23201
|
8
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=O66wA7PvOLFiIP64jbAzFVp3RL2GF6R3smobRVjVOZI,22982
|
9
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=su6KfjjVNJSbPSFpcriSZOv6iQlsMNk1naRu-Wyn6Cw,32759
|
10
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=_yBO4octRF-tNDvrNFsHtcEv6qDWg8o2WjCqqFGzBdU,22982
|
11
|
-
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=oLg9szbBxwCwndY5FYLXIQ0oiShbamElpx0jJIn63Uo,29698
|
12
|
-
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=am2unOyCuLK9sNCmEBE6IMrvcD64m_cMmj4RAEd-GC0,25288
|
13
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=nbmh4KqtQjL7UDv1PbMIeWiq2p1V0NYwL3qQkzLfvzc,46775
|
14
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=enB7dSE1R9pn1ac1HWiWxgmTCVdMqsMlgVLXtf0L45A,26491
|
15
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=5--OqdMhehjqjJMncklkSdq3gPnTBWK0ExA9MyvMP98,20292
|
16
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=8yesK5KVcprRJkc_ip0rQElo1LZaaZlZFSgL70mhIqg,20166
|
17
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=zQ-oc4ZYG-0nNmHiBr2yQ50ZSodj9uUaL1WHs5p2jUk,44625
|
18
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=jHpqYPNQ5WrE-kRhzBEzsoZRzVvE7MX3fTZC2tA76Bo,33268
|
19
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=fZtyghxwmfp1m8VVSAMjdSO_v-xqbxnnu18GLrTlKVU,50263
|
20
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=hgFfve8P3tVrmUS5kr1LcRIVPAkatTrIK1a62vhQBFU,20292
|
21
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=H4K8PFR3DExEyFCnEOmgvJ73cRViNEtFrutfxg5Ryvk,20994
|
22
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=kFGRRa9pd05tEGxxmrjZeC-Lq_j64FSxk_tIw5SDQVg,20347
|
23
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=PzjAPs-rHhDzH_texcjsRhKUNdxjg84wc5mqeAOjj0s,41883
|
24
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=AzLOQJXzvIvi1zxMeMbOxlbSAKZTk3Ow_931PoWgCYg,54935
|
25
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=oKQV4xMGYXWny_zx1N7bCH_XFH8qRYe-7e-w0ETGmLw,20241
|
26
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=jhfnjHzq4u8z2OlIcJtlbDdFKOzDQg48fe2xSbCWzew,20054
|
27
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=DQ1ftVgrV_Ws281cPLnHHNF7IXD34NJZAAoWokdLIjQ,19880
|
28
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=RciKgvXvL2-tFo6fSW4ePnKnr24UkcTMSyl6a5ZpGwc,30105
|
29
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=CYvPj9Q3-o5IiKMOPOd_1kdAYHN0Qt3xgMfrmCRoSIM,23304
|
30
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=ejWlBfTdfhTrqE-lDHwk2wToGUuFN1WszYxRkCP9UO0,19911
|
31
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=jF5DsSvSfp49I8PGXuH3Q3Bx8v_ZcCxTB6FbhVuTlvg,24741
|
32
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=lxTJ4JBFqQC59-H1BIs4PIW6uHTloW-7iiLsAC-tcfY,19937
|
33
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=0ddx4SeaSTtp8tAONnu0hjiABn0haujujbKD_Vbxpwo,25785
|
34
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=Je7XsJ-L58G4E54ktZCMrlbvapSSK8zKcdCOaUxXUUU,29560
|
35
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=V9e-iWUS4tCtM25uG9xas85r7hz_Y0ho_aIBsPs5eLE,19972
|
36
|
-
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=xdrQnRQO8yASaE2msjlyhKixT80BxHGEI3iIIN8bnuE,68899
|
37
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=IlA9nv4YOGMNuz9BgDvoXrAtjHkZ9Ip6_KC8WvEN-_M,48311
|
38
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=5t8xy7QP21odcY80YVjLYMXvi7Q6Vq6TPAeP64ECMPg,314722
|
39
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=ye4Tb0v0PuBaKW9GcZh1dUMtnnTxFC2amYqxqwDL7tk,29425
|
40
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=Ig4vFk70Qv2Vc3gymLPReeaOUOCPpC5U0OgE9Gfe20A,84329
|
41
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=UWl1dGXt6qdpjXUZ5T1ha6rOomdhUffIh43W6EJpJ5Q,332581
|
42
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=F1hkQgB2vXdCIWefavRKwjdCnZrVm0rc7Gs-L8dcflg,187777
|
43
|
-
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=UMojCpqXwRdbdTaT87zazzjAzHkwPZ4YuHymerQK3-A,25065
|
44
|
-
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=5UnFN28HflZLGKGN8GpfjtDooas6mUyGrMPCSeFkzTg,31693
|
45
|
-
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=_fQVs8R_-apkqdngzO15J7KWYDvChbamoOCvYzLSVX0,44953
|
46
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=D3TeaTC1Am-A64McIdli0-JTpUfNgSzX5hEkV40uSDM,31402
|
47
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=tyfSFvOtON2tpYxkiGl43998Uc0TZbEEHP7ePTlM8vw,24402
|
48
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=06cdM2EX_GO-FFO79ZTcJLFJKJtEFQ0ecBnNkgYgJIw,108282
|
49
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=xHylzHBAXkMBNhgIkqm1jsyMNON03C0FdSv6H7onaRw,30437
|
50
|
-
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=syMUex6qMDFXsd7C1yIsXtH9-8w6r_Gu-z9-v_tlyNY,26824
|
51
|
-
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=izY_TfRQfdmB8go7pox5vz_TwMrt7OC0SzMopqtwIeI,28552
|
52
|
-
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=hMh57lziK_geIj4RRZmlHTtRpp3OV2hzLIELOm6fKSE,118774
|
53
|
-
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=nIqbr4o8m8NY7WQiIYFiK4QnJERefchJH87lqRM8pXs,27837
|
54
|
-
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=BzCZ1j4zZE1-sLGdAG9xERfESP-sMW3oE2XBx2Fyzto,293359
|
55
|
-
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=Ufq-3lrFSQH2Loq-qMsl4F5US5WXE6WPg9dC9RwPRLU,84448
|
56
|
-
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=PS63b0H0CRa7aTUAr8eCUvz_uh6SX8WVJlo7TvpPwNA,160276
|
57
|
-
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=zqCNbhrcowEZsskXJz7watMtVThUZ2Kc33pDgomEF7Q,62454
|
58
|
-
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=GDRu7YOnAMjN_fz8TddbBC12sXX5cQD5Eyff8IREsFM,279296
|
59
|
-
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=ROLHupO16BfX7WD6OOektnujiUU1NCrmbMoYFJoXtTE,156295
|
60
|
-
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=UyYnDNFJ9teXI-E-Mg-NTRYgLy1FKKDSe6dCZ3nLav8,48611
|
61
|
-
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=sjc-BpON5SLNE_WHdKtQj4bHdYkONge0g6Ay2oUTlts,19777
|
62
|
-
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=xzY8s3M1fquMKUYh9GX844O0iiwiEm8Y63h6h7VT950,24029
|
63
|
-
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=RcGyMpdgeVOPmW0qnKl_NAkuKDEwCXyaGNZ4aoCzGi0,26513
|
64
|
-
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=mcVOQHBK3cMv0dI_UttbGA4wdTaDADzHgOZUVYze5Y8,24061
|
65
|
-
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=lq-f8vSBXm7EpoEeZnhbAHDd1TTn7_SkgMxMt3a6b6A,37543
|
66
|
-
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=UBxMwXpnaTwdpcxW-Ad-F6O57VA-_5YgwCrZZgqcCdI,32012
|
67
|
-
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=2bcpMzZj9cA2i56s3C0hF8FryAQzlAvIKADHl4GCy5s,27340
|
68
|
-
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=Z_5N9vkz9v0JL51wZyyyJ8ZVjoY55_yvedyYoP46BxM,83596
|
69
|
-
cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/LICENSE,sha256=tIizqDeep6NrG1JOnjwbPZuFrmqPLb5k0VdWCffmXF4,16012
|
70
|
-
cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/METADATA,sha256=XuqZ12Skdlx8hilrwFF6Kvtb3PwxCYkiLn5N1bSxfy0,4470
|
71
|
-
cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
72
|
-
cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
73
|
-
cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|