cdktf-cdktf-provider-pagerduty 12.0.4__py3-none-any.whl → 12.0.5__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 +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- 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 +22 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- 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 +10 -10
- 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_integration/__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 +10 -10
- 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_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- 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 +30 -30
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
- 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 +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- 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 +1073 -53
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
- 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 +170 -121
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- 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_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +6 -7
- cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD +0 -73
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.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 Registory for docs: [`pagerduty_webhook_subscription`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
4
|
+
Refer to the Terraform Registory for docs: [`pagerduty_webhook_subscription`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1
|
56
|
-
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
57
|
-
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
58
|
-
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
59
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
61
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
55
|
+
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.2.1/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.2.1/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
58
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
59
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.2.1/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.1
|
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.2.1/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__:
|
@@ -327,13 +327,13 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
327
327
|
:param lifecycle:
|
328
328
|
:param provider:
|
329
329
|
:param provisioners:
|
330
|
-
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
331
|
-
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
332
|
-
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
333
|
-
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
334
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
335
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
336
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
330
|
+
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method}
|
331
|
+
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#events WebhookSubscription#events}.
|
332
|
+
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
333
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
334
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
335
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
|
336
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
337
337
|
'''
|
338
338
|
if isinstance(lifecycle, dict):
|
339
339
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -451,7 +451,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
451
451
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethod"]]:
|
452
452
|
'''delivery_method block.
|
453
453
|
|
454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method}
|
455
455
|
'''
|
456
456
|
result = self._values.get("delivery_method")
|
457
457
|
assert result is not None, "Required property 'delivery_method' is missing"
|
@@ -459,7 +459,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
459
459
|
|
460
460
|
@builtins.property
|
461
461
|
def events(self) -> typing.List[builtins.str]:
|
462
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
462
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#events WebhookSubscription#events}.'''
|
463
463
|
result = self._values.get("events")
|
464
464
|
assert result is not None, "Required property 'events' is missing"
|
465
465
|
return typing.cast(typing.List[builtins.str], result)
|
@@ -470,7 +470,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
470
470
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionFilter"]]:
|
471
471
|
'''filter block.
|
472
472
|
|
473
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
473
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
474
474
|
'''
|
475
475
|
result = self._values.get("filter")
|
476
476
|
assert result is not None, "Required property 'filter' is missing"
|
@@ -480,19 +480,19 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
480
480
|
def active(
|
481
481
|
self,
|
482
482
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
483
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
483
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#active WebhookSubscription#active}.'''
|
484
484
|
result = self._values.get("active")
|
485
485
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
486
486
|
|
487
487
|
@builtins.property
|
488
488
|
def description(self) -> typing.Optional[builtins.str]:
|
489
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
489
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#description WebhookSubscription#description}.'''
|
490
490
|
result = self._values.get("description")
|
491
491
|
return typing.cast(typing.Optional[builtins.str], result)
|
492
492
|
|
493
493
|
@builtins.property
|
494
494
|
def id(self) -> typing.Optional[builtins.str]:
|
495
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
495
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#id WebhookSubscription#id}.
|
496
496
|
|
497
497
|
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
498
|
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 +502,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
502
502
|
|
503
503
|
@builtins.property
|
504
504
|
def type(self) -> typing.Optional[builtins.str]:
|
505
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
505
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
506
506
|
result = self._values.get("type")
|
507
507
|
return typing.cast(typing.Optional[builtins.str], result)
|
508
508
|
|
@@ -538,10 +538,10 @@ class WebhookSubscriptionDeliveryMethod:
|
|
538
538
|
url: typing.Optional[builtins.str] = None,
|
539
539
|
) -> None:
|
540
540
|
'''
|
541
|
-
:param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
542
|
-
:param temporarily_disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
543
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
544
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
541
|
+
:param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header}
|
542
|
+
:param temporarily_disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}.
|
543
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
544
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#url WebhookSubscription#url}.
|
545
545
|
'''
|
546
546
|
if __debug__:
|
547
547
|
type_hints = typing.get_type_hints(_typecheckingstub__f5e7a45bc42a2805ca32f742ca5e2d518fd3e8aba1e27b34772fe39677792983)
|
@@ -565,7 +565,7 @@ class WebhookSubscriptionDeliveryMethod:
|
|
565
565
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethodCustomHeader"]]]:
|
566
566
|
'''custom_header block.
|
567
567
|
|
568
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
568
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header}
|
569
569
|
'''
|
570
570
|
result = self._values.get("custom_header")
|
571
571
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethodCustomHeader"]]], result)
|
@@ -574,19 +574,19 @@ class WebhookSubscriptionDeliveryMethod:
|
|
574
574
|
def temporarily_disabled(
|
575
575
|
self,
|
576
576
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
577
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
577
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}.'''
|
578
578
|
result = self._values.get("temporarily_disabled")
|
579
579
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
580
580
|
|
581
581
|
@builtins.property
|
582
582
|
def type(self) -> typing.Optional[builtins.str]:
|
583
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
583
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
584
584
|
result = self._values.get("type")
|
585
585
|
return typing.cast(typing.Optional[builtins.str], result)
|
586
586
|
|
587
587
|
@builtins.property
|
588
588
|
def url(self) -> typing.Optional[builtins.str]:
|
589
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
589
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#url WebhookSubscription#url}.'''
|
590
590
|
result = self._values.get("url")
|
591
591
|
return typing.cast(typing.Optional[builtins.str], result)
|
592
592
|
|
@@ -610,8 +610,8 @@ class WebhookSubscriptionDeliveryMethod:
|
|
610
610
|
class WebhookSubscriptionDeliveryMethodCustomHeader:
|
611
611
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
612
612
|
'''
|
613
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
614
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
613
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#name WebhookSubscription#name}.
|
614
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#value WebhookSubscription#value}.
|
615
615
|
'''
|
616
616
|
if __debug__:
|
617
617
|
type_hints = typing.get_type_hints(_typecheckingstub__593368252c0d8b4539f368e5046d6b298c107f7bbcc061679642df6e5b6f7db0)
|
@@ -624,14 +624,14 @@ class WebhookSubscriptionDeliveryMethodCustomHeader:
|
|
624
624
|
|
625
625
|
@builtins.property
|
626
626
|
def name(self) -> builtins.str:
|
627
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
627
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#name WebhookSubscription#name}.'''
|
628
628
|
result = self._values.get("name")
|
629
629
|
assert result is not None, "Required property 'name' is missing"
|
630
630
|
return typing.cast(builtins.str, result)
|
631
631
|
|
632
632
|
@builtins.property
|
633
633
|
def value(self) -> builtins.str:
|
634
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
634
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#value WebhookSubscription#value}.'''
|
635
635
|
result = self._values.get("value")
|
636
636
|
assert result is not None, "Required property 'value' is missing"
|
637
637
|
return typing.cast(builtins.str, result)
|
@@ -1068,8 +1068,8 @@ class WebhookSubscriptionFilter:
|
|
1068
1068
|
id: typing.Optional[builtins.str] = None,
|
1069
1069
|
) -> None:
|
1070
1070
|
'''
|
1071
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
1072
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
1071
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
1072
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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
1073
|
'''
|
1074
1074
|
if __debug__:
|
1075
1075
|
type_hints = typing.get_type_hints(_typecheckingstub__22ff36254a3c3294ace7139c9ce87b778a5befdf019ec44426a1c95100cb4719)
|
@@ -1083,14 +1083,14 @@ class WebhookSubscriptionFilter:
|
|
1083
1083
|
|
1084
1084
|
@builtins.property
|
1085
1085
|
def type(self) -> builtins.str:
|
1086
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
1086
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
1087
1087
|
result = self._values.get("type")
|
1088
1088
|
assert result is not None, "Required property 'type' is missing"
|
1089
1089
|
return typing.cast(builtins.str, result)
|
1090
1090
|
|
1091
1091
|
@builtins.property
|
1092
1092
|
def id(self) -> typing.Optional[builtins.str]:
|
1093
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
1093
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/webhook_subscription#id WebhookSubscription#id}.
|
1094
1094
|
|
1095
1095
|
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
1096
|
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: 12.0.
|
3
|
+
Version: 12.0.5
|
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
|
@@ -10,7 +10,6 @@ Classifier: Intended Audience :: Developers
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
11
11
|
Classifier: Programming Language :: JavaScript
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
13
|
-
Classifier: Programming Language :: Python :: 3.7
|
14
13
|
Classifier: Programming Language :: Python :: 3.8
|
15
14
|
Classifier: Programming Language :: Python :: 3.9
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
@@ -18,12 +17,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
18
17
|
Classifier: Typing :: Typed
|
19
18
|
Classifier: Development Status :: 5 - Production/Stable
|
20
19
|
Classifier: License :: OSI Approved
|
21
|
-
Requires-Python: ~=3.
|
20
|
+
Requires-Python: ~=3.8
|
22
21
|
Description-Content-Type: text/markdown
|
23
22
|
License-File: LICENSE
|
24
23
|
Requires-Dist: cdktf <0.20.0,>=0.19.0
|
25
|
-
Requires-Dist: constructs <11.0.0,>=10.
|
26
|
-
Requires-Dist: jsii <2.0.0,>=1.
|
24
|
+
Requires-Dist: constructs <11.0.0,>=10.3.0
|
25
|
+
Requires-Dist: jsii <2.0.0,>=1.92.0
|
27
26
|
Requires-Dist: publication >=0.0.3
|
28
27
|
Requires-Dist: typeguard ~=2.13.3
|
29
28
|
|
@@ -31,7 +30,7 @@ Requires-Dist: typeguard ~=2.13.3
|
|
31
30
|
|
32
31
|
This repo builds and publishes the Terraform pagerduty Provider bindings for [CDK for Terraform](https://cdk.tf).
|
33
32
|
|
34
|
-
Is based directly on pagerduty 3.1
|
33
|
+
Is based directly on pagerduty 3.2.1
|
35
34
|
|
36
35
|
## Available Packages
|
37
36
|
|
@@ -90,7 +89,7 @@ This project is explicitly not tracking the Terraform pagerduty Provider version
|
|
90
89
|
These are the upstream dependencies:
|
91
90
|
|
92
91
|
* [Terraform CDK](https://cdk.tf)
|
93
|
-
* [Terraform pagerduty Provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.1
|
92
|
+
* [Terraform pagerduty Provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.2.1)
|
94
93
|
|
95
94
|
* This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-pagerduty/releases)
|
96
95
|
* [Terraform Engine](https://terraform.io)
|
@@ -0,0 +1,73 @@
|
|
1
|
+
cdktf_cdktf_provider_pagerduty/__init__.py,sha256=m0vx2EqLtMMULXoL5TVeJwp67JMROeVWKCkP4kn6Bf8,8117
|
2
|
+
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=aoGmaVMAq0J-yLKqW-P5pc4u-f5f8wXiAL3CdSIlZmw,423
|
4
|
+
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz,sha256=cdDXdEselqKJPyRE2vcbMdImFDmBVxYgq_1T35Wsv5A,633857
|
5
|
+
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=oByBfZDPxo4YnrqSydPE0zRCfr1r8_k_qDibackd5kc,21302
|
6
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=FlX-RxaPZmYrYjjom2f9OJtt-2jp6y4Ds_DYj7Ax1p8,60275
|
7
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=ZiF7FNaKEzZq_jRZO3SHfUz9VRcPts5JDRlUL_Dvbfc,23201
|
8
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=1Dswugn9bf1Gu0OVR8Os8w8mE3tVkxb9MSo4m5sRRHo,22982
|
9
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=XwQfuKAiwm7trnGVD2IR5CDd0cREZOuQnsnbiog__VQ,32759
|
10
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=GLg1SaqNpNcOJTzqUvBx_r6XEJzJ2ttPsKFFbbMhIno,22982
|
11
|
+
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=NoITtO4_95NbbqC1bwFUCF8cWtLFz9Ryi9fyiNt-Ms4,29698
|
12
|
+
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=1oFMUvbnZJ0UWnHexfWJ4XCM9L93gmQYAu27724pSGA,25288
|
13
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=atrssNjP7rgwhfu9Q0vlgRLFFtsfmYHb9hWi84PsZ7o,46775
|
14
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=voJGBG5Fr2VThEUKT0trHStnggmzXROgH33D0tdEbyg,26491
|
15
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=yKAOIvqpMel0z7Yh-j3RWpIF0_rQMshow6pidFyav7s,20292
|
16
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=erve03YVAUBx0dLLq-f1v4noBO9N4PSbzlTsf4ECmzY,20166
|
17
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=Vbr5qGlFZOIc1rrrJG5tdXoIGjGFbBgq07rlBeOOXYM,44625
|
18
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=Mbr506vspyDgqfWT6Wn-KvdIP53pN8-3tWk78CwmSog,33268
|
19
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=QzfVPpLSFdY8nvTBPcxkJsm6jlAHflPzRKjJICNwxu4,50263
|
20
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=eaKVQ1XqwaS4sqkBVp2WYmh6Jk_LrxvNwmLIoSaURv8,20292
|
21
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=3-QG0v6BJTYqVh11bDPh_Aa9TBPSGi-PmXhNwHRahJE,20994
|
22
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=v48Ecf6WetFXxq8Tu_QFvY1mcpdBkFaTDgBac_0fANA,20347
|
23
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=d6WJGIdp4eY-iQmw7iat4CyqrrYQMjfFPC2pHA9hD_c,41883
|
24
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=mVAgjhyU-ZMzQ6Kj_uxwU83SqZpMbVPZDWWnNEL2pzU,54935
|
25
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=ilUltXQCb4em-5YGHz_Nc06vqr42VMfffoqWAmKTqwE,20241
|
26
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=Xa9QZJQYTFOADvkQ7jVPBQQ-C_5hhzjzG9OLb6LyLLU,20054
|
27
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=t7s_zX751uCasnzG1HoN1GODKgB-sAI3fg2LuRkr4Ww,19880
|
28
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=sIHYDZK0BSXmmK7wDSqYyvSnZlZsEu5s1f6Gn5U6E54,30105
|
29
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=8-hWd_kgHq9YDWGOoisda0ERJZWkD-zurZq2SxVD_RQ,23304
|
30
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=Zzqg2dQvMbKcu2Fb8x6U-c7tUapnv2fDQIXJty4zIuo,19911
|
31
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=31ZA43pqghPT_dDrUw6pL6KGDj_Vd7Zgi21cgkx1Qlw,24741
|
32
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=I3TRgtLG3Fq44hC2BjiNcTnpmo10S4bFPam8nB2_PEQ,19937
|
33
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=OBa3NVIAdCxsDVixiyHNaCRtMY78MmfvPkH8C2_E0u0,25785
|
34
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=4cQkRH1bVneA2la6PjW1hHGQmFCvFtzrCgXUMqqaCHQ,29560
|
35
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=xRKjKduQLL6IdAJADNkui2dzWx8S0VB1bCqCmPZQEpM,19972
|
36
|
+
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=J7DwXUfJLFQPHf89YhZ5ScgOkRM6Wbh3y9Juyi0wMzI,59917
|
37
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=2j0HVMl-xAOpPn_TygCH8G96vP795SE_ezLXqmqaUv8,48311
|
38
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=v_lPgzgtRiwuwN7UlMO49_sjDMijtyxz0Po3n0I7tPw,314722
|
39
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=H4paCZD15qL4zFbbBJxbHopvgaEqFqmcIAdgUrH2JEM,29425
|
40
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=R3JY3it887WiqF7F6Q1kxi9sfNWYvFZex9skvlr85GA,84329
|
41
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=Wp-gx7vyKYYWAXsiktSFxUP15pkP4fkw18eEa3a9vxk,332581
|
42
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=Xzjn_tRgldRvZjVJz_Mbsig6UnyYifD39JojFat4d-g,187777
|
43
|
+
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=y6dnKlxkhiaV1ldyvpWeF9pG30csy9FL5dkts15CkqI,25065
|
44
|
+
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=-qLoLcw9XmaSX9c_aWGhTozc_RIwu3t30LQZthIm0YE,31693
|
45
|
+
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=Bm0NsdO75RYjiZuo3FBLGhn460G0Mhb3ozUpQ9aW4i8,44953
|
46
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=Cbtt8bVD4hTwT8mzk8qgVuYf-sKJNN46jtgMLJGzJ3s,31402
|
47
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=HTmFtIJ_hmbnhgCGptWwf3RZ65M8u76CkAS8Fz0snsM,24402
|
48
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=oVAAwn-Kb_C7upZ5AcouDNpGTlkTG9OuwZv0VcPujfk,108282
|
49
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=FwhvD4E7W0r6b3as-mIu0Oh7tjUybuXjPE1ZUi1OLOM,30437
|
50
|
+
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=Rlkb8NrCHoJT5MDt96kgIoDJoIUtKszR0Cd7e0AW4No,26824
|
51
|
+
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=gyofeLUrNosekjR_FlrkHd7_bpvgQznawP457-sAr0M,28552
|
52
|
+
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=Jt02Id6YTUMLIebksg4NqDLVXdzYV7kX5_3Kp7OZ7rM,118774
|
53
|
+
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=zbqUzTqI8LJiidQRjxiTHesgnuTwPjUa69dyPQvKhqA,27837
|
54
|
+
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=orGqonQQ3A1WPXz8-9mRnv6c3ThxpFSxOkwtlCpIcv0,293359
|
55
|
+
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=vHgtRu_mbkxQjrRXdZ37t-_qndnivdeTt0XqOo4TkhA,84448
|
56
|
+
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=guc3uT2VbSO5HVgcetM4y1URvkIw4vAFwBIVp9GFamM,160276
|
57
|
+
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=7sGUfAXwEX2GbG_gAY2xeSIW_nwRCkeM6FVgVXmoSqA,62454
|
58
|
+
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=EKuDv_YGfxRBCXCls6a9bXJL6OSAUU-Rg-TQAJ0-8tk,279296
|
59
|
+
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=Gjezo8A6CxAsBJ2rR_3ds_oAq91gW7dytb5t4PMUWXw,156295
|
60
|
+
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=51iDiFW5LR6pukglz0zeZeySRhqhTQxuiBXjfHcPdiI,48611
|
61
|
+
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=FZhjsL2-fPg-GQjUWdxrD7fZW71MyJEutpUVBft_JJU,19777
|
62
|
+
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=FgeMeHoxnMf1a75pdxYScQAPELUZPKeWqS1eASjiUv8,24029
|
63
|
+
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=MN75CSB79D5oRMt8Rr6ei4oEvB2yeK-nOxMg7dwjg7M,26513
|
64
|
+
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=-7xWs-Kyy0RT9t2vKbB-XHjHcVbTF5cWc5NLYvzMXu8,24061
|
65
|
+
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=5Qic1z-2vH6aKG73Y4SZkOeCEmbWZOpR1c9Pxbx6TaM,37543
|
66
|
+
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=eNijNJDCsiuBjEElb8fjBvuEJTPU7rzJOvodxZAPQIc,32012
|
67
|
+
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=XZ0CSpF-2SA32sxdsSihwAUQIyKOgAZarJvBey54YxA,27340
|
68
|
+
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=IyBvFA1qJ6eK23vUqyATTcW9iQVI_W28ZgvFviHhR58,83596
|
69
|
+
cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/LICENSE,sha256=tIizqDeep6NrG1JOnjwbPZuFrmqPLb5k0VdWCffmXF4,16012
|
70
|
+
cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/METADATA,sha256=SmJrqmuoWpJgTpZPn4igxQoVXq-Ko6LXjMn8vBBwvao,4566
|
71
|
+
cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
72
|
+
cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
73
|
+
cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD,,
|
Binary file
|
@@ -1,73 +0,0 @@
|
|
1
|
-
cdktf_cdktf_provider_pagerduty/__init__.py,sha256=qO-arqMKvzYaj22HVKuHSmpKMiIDbHYL6c_JOJXcqvA,8117
|
2
|
-
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=Ml6Z7Tw_UjKWl0TqS6xDRS95qgfeHFStFKg9xG2CSEo,423
|
4
|
-
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz,sha256=eF3YsvQjHIjiLxoMpDx-t48s_eDznFQpyoHGh5AIY6U,630479
|
5
|
-
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=9jHfWCA4Rtl_uGqb6cb2mfnWViblhZQfiCEW-tWHx4o,21302
|
6
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=SWTwrUtvXpAeBKzCiAE9GGrRI35kWTDt0tzCvLBVYHM,60275
|
7
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=cScjHR4Ttw3bxV-emB9Rv2h09QfVGMV8gRyHhuTn2pw,23201
|
8
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=--oULiE9fwJ99DRLDDFVVGpkmc7OGsUXon5iAVgyyvk,22982
|
9
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=fFiSM8voBvWbhTk9Lpcn004LHRIuFeMZaIdJvZxaAJQ,32759
|
10
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=iM4dvMAXFgkn21lzC8ipxsBqUxPVIhPa3YG0K7519So,22982
|
11
|
-
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=uEzZUT7Kz165NNgRGQK8cja1hjyOVqIB8AntXR4Dtd0,29698
|
12
|
-
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=UZAM2KxFEbreAG9TXiUVHQrzUfwOsjqzaQwPDAYzWqI,25288
|
13
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=Yvi_To9M_30upUZdezfFxdWbQqYHf9EkQd5F43D53eE,46775
|
14
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=-LoKBillcjnW9w002-D1ncSrUXRkJGbGfmSja5DoZig,26491
|
15
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=Np2524eRAw42EGnYcZjbFUuskBXJr-HJl_8zOTi1Hj0,20292
|
16
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=BncV3dq0CLFZWnjtLPW8ofaPdx2XpEZ3tLEzEkRnljI,20166
|
17
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=ebpGAzf0U2fOpQXwML8QjQNX45xUU78vO_hhTbcHik4,44625
|
18
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=DsHWi_nGnAKOhxPO4UWYt_vCmWvw9RTA1I6UWNRXfhw,33268
|
19
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=eKQI5iDax-ndERsU9eBrhr1X0nuSCB7hlVP0xmqVcPc,50263
|
20
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=cC89VRlvI9I46tEE0Ggl4waQkytRT-VrbCApQUdrDkk,20292
|
21
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=1c2z8nqG4cCZQaLlGKjTApRisLpVhkIdbSz585FqWqc,20994
|
22
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=D_nD4NcyHhp1t-l3UEQ2IZyUsmUZw-86bmGzHmVpjU8,20347
|
23
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=rBt5NQTxDnJh25es3m2tv9OFrbaGKVg1iKllhwd5Dh8,41883
|
24
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=9hE27c-k43i45r-2HaOyeIUGH7MQNENAYAur6BuAhtQ,54935
|
25
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=2WfIWr6rGgE-G05d2krEWO3oW_LBH1raFKjpHPHoy9w,20241
|
26
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=bV9ugf7sI32d1bgZZn3Cf0cyFfxY23B8Qtzdj8JNC1M,20054
|
27
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=LUQRjlD6cp-V1MkMyKk_b_t6bZrU8YvE5MqaYMhr9aU,19880
|
28
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=Rl6dkSCNb4f4VnD5kveIvebHSQmaEWRidXS-92FwIEw,30105
|
29
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=sz3Xzk0aBE9S5q65KXpAp_csJvzHgRaSWCNP5iZ_8H0,23304
|
30
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=rze4Me26Mdd5eH_UFLGLfpae07vwnc2yxyizfZLYyXA,19911
|
31
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=YdHikunvfSHS3TTGErK1OdR7FeG7ZM3j9dUcRSrk_10,24741
|
32
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=AOSAXsxLU3doKJvcDBQokTIS91XgWUJujjtwbZU87IM,19937
|
33
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=WpafZ8djLM469oRfjFDw7ZPTvB1UjlK3G9qFJKIZ0as,25785
|
34
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=6C_D5GLXG4J80lS4pPOJ9Go7cRAlkbqfOZbFpTaw1zk,29560
|
35
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=hUXkFpk5-Vn25_dqG_t-ytJCHTsot0gK_Uv5MiUut6A,19972
|
36
|
-
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=jyC0qyhIJaPqaY6tfqP9PFSvIFCox1atXfAa7Swp9d0,59917
|
37
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=wy1Fpt_mVS2f8sDof8faGWO7TBu3z-1kQPWR6lsQrs8,48311
|
38
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=Dqme-fR89g_MYAG3p_8fcCoNoJ5JFu4AnbVzvqq7J1Q,314722
|
39
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=-O7dphwcDdle2Vnd7KAZWsDO5ZnafWFIzDckow2N0f0,29425
|
40
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=KIIt53OxK-1ZORvFt3Gr1IwAeNgM5f1bZVU87xaMt2s,84329
|
41
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=0y-p1UewuzqCXKnKVJ0Pq0-P1y5aZGEpS9uBWmB8O4w,332581
|
42
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=kFu4WDprKRPh3Kz8TM7Vf7nXVi6fQZp0b7iOYh0-ePo,187777
|
43
|
-
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=cy48fQt748q-imUyRAO7l84Az17DAnc2_n3Z_27aius,25065
|
44
|
-
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=Y9oGx852YZta0ZESmv2hQrzUU2cIy-tF1FgA2ZU35Y4,31693
|
45
|
-
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=T13s4DbYKmrqpF_kfa3l-SBe9y1QqJWrkEBsRHy33p4,44953
|
46
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=px51hxwSXxuZOxEeWIztAj5DHZ0qu6f1jfkKU1I8wqE,31402
|
47
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=6SGvIvBSnIr60-K0oA_2hYMgMcmGb_aI_A0Zl4yOK3U,24402
|
48
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=p0M-g6lZbmQcGs-VY2Y-YGATgDHedXvsxytIYiVL5Cw,58296
|
49
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=r5LIABBKGU-6jX36-EEcB8B_FaR73n4M1BKMiKOddUA,30437
|
50
|
-
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=hMfvD61_ZjHMpdmkWO_hlm2-kJQA8nRDqikXjJ_BXRM,26824
|
51
|
-
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=82A0ezzDIGr0MDIqw77w7FWytAwKj2_VGed-6942n4g,28552
|
52
|
-
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=2QEys_nYbUWES3qsaYEknkIiQRQhlQkeiSvlWGgVDUU,118774
|
53
|
-
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=YaX7LLvJXQnRAuBzukfcMYdxkFTM07gffCHxw2rIKBk,27837
|
54
|
-
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=5LKowBfgX85O7U_L57HDgzCUmr8TgkMhSNvYQaaaZRs,293359
|
55
|
-
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=puFm7SvbKY4uH0rXvQiIu95u_exnLnT4N7Ay9eaISW0,84448
|
56
|
-
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=yoPLdZQIop44NAU38sYvP12Xu5MzKWarldQG9Qz3XZc,157924
|
57
|
-
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=Mm_TWruJVleXcorFhzM5zaJ959KIByCyoyBnwytFRug,62454
|
58
|
-
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=SH2-6ZUXMsM5uZrj8FfL02Nx5Gm2PC9STmScRG-8BPI,279296
|
59
|
-
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=ZMglRt-XA2vhY4gBCKuY-DnYnSocR0-vqNWp5cR2r4A,156295
|
60
|
-
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=kQCS2Y3Tj77QnhHaIok9KmM-omwmCIRcGx1qKOJk1uM,48611
|
61
|
-
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=rZOYaRhvLNNa8kw5SDvsgNOf6z5-lx8gCRMWQUu0rBg,19777
|
62
|
-
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=fxQhYIiCyS69-lOGZLScDOaTRC1LV4En0_Nh22LQuTk,24029
|
63
|
-
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=jQxws4BnaA3_OL9ov3HL_w1ucvOwr9cEDmZDJTQuucE,26513
|
64
|
-
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=_sZ7rU9UIgrq8BHH-BAd1drei_3zAZroMRfbLnG_NFQ,24061
|
65
|
-
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=rP8FdQYEKlFDMIk0DISiTvD4lXx57VakN-buzMJAJCs,37543
|
66
|
-
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=Xqz84XFtLb8fBkRL_Swt3a5SrD_ht1r13Ed1n1RDjHQ,32012
|
67
|
-
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=RpywgRpsfAUmiR5Hb0WL6THHr124Mu59FxipytvTaYM,27340
|
68
|
-
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=5kd4xEBQIxH4009pFmWknM00LrILIlN9EZ6tVdXzB38,83596
|
69
|
-
cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/LICENSE,sha256=tIizqDeep6NrG1JOnjwbPZuFrmqPLb5k0VdWCffmXF4,16012
|
70
|
-
cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/METADATA,sha256=zVv45r-ywleER5fs18cA8fwi2TWn5lkzxe8fIXEoB18,4616
|
71
|
-
cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
72
|
-
cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
73
|
-
cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|