cdktf-cdktf-provider-pagerduty 13.4.1__py3-none-any.whl → 13.6.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 +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.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 +29 -72
- 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 +17 -60
- 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_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +30 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +35 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +918 -208
- 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 +927 -217
- 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 +45 -45
- 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 +122 -122
- 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-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +77 -0
- {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.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 Registry for docs: [`pagerduty_webhook_subscription`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_webhook_subscription`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.10.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.10.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.10.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.10.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.10.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
58
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
59
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.10.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.10.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__:
|
@@ -331,13 +331,13 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
331
331
|
:param lifecycle:
|
332
332
|
:param provider:
|
333
333
|
:param provisioners:
|
334
|
-
:param delivery_method: delivery_method block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
335
|
-
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
336
|
-
:param filter: filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
337
|
-
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
338
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
339
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
340
|
-
: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.10.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.10.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.10.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
337
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
338
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
339
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.10.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
341
341
|
'''
|
342
342
|
if isinstance(lifecycle, dict):
|
343
343
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -455,7 +455,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
455
455
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethod"]]:
|
456
456
|
'''delivery_method block.
|
457
457
|
|
458
|
-
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.10.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method}
|
459
459
|
'''
|
460
460
|
result = self._values.get("delivery_method")
|
461
461
|
assert result is not None, "Required property 'delivery_method' is missing"
|
@@ -463,7 +463,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
463
463
|
|
464
464
|
@builtins.property
|
465
465
|
def events(self) -> typing.List[builtins.str]:
|
466
|
-
'''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.10.0/docs/resources/webhook_subscription#events WebhookSubscription#events}.'''
|
467
467
|
result = self._values.get("events")
|
468
468
|
assert result is not None, "Required property 'events' is missing"
|
469
469
|
return typing.cast(typing.List[builtins.str], result)
|
@@ -474,7 +474,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
474
474
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionFilter"]]:
|
475
475
|
'''filter block.
|
476
476
|
|
477
|
-
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.10.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
478
478
|
'''
|
479
479
|
result = self._values.get("filter")
|
480
480
|
assert result is not None, "Required property 'filter' is missing"
|
@@ -484,19 +484,19 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
484
484
|
def active(
|
485
485
|
self,
|
486
486
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
487
|
-
'''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.10.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.'''
|
488
488
|
result = self._values.get("active")
|
489
489
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
490
490
|
|
491
491
|
@builtins.property
|
492
492
|
def description(self) -> typing.Optional[builtins.str]:
|
493
|
-
'''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.10.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.'''
|
494
494
|
result = self._values.get("description")
|
495
495
|
return typing.cast(typing.Optional[builtins.str], result)
|
496
496
|
|
497
497
|
@builtins.property
|
498
498
|
def id(self) -> typing.Optional[builtins.str]:
|
499
|
-
'''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.10.0/docs/resources/webhook_subscription#id WebhookSubscription#id}.
|
500
500
|
|
501
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.
|
502
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.
|
@@ -506,7 +506,7 @@ class WebhookSubscriptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
506
506
|
|
507
507
|
@builtins.property
|
508
508
|
def type(self) -> typing.Optional[builtins.str]:
|
509
|
-
'''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.10.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
510
510
|
result = self._values.get("type")
|
511
511
|
return typing.cast(typing.Optional[builtins.str], result)
|
512
512
|
|
@@ -542,10 +542,10 @@ class WebhookSubscriptionDeliveryMethod:
|
|
542
542
|
url: typing.Optional[builtins.str] = None,
|
543
543
|
) -> None:
|
544
544
|
'''
|
545
|
-
:param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
546
|
-
:param temporarily_disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
547
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
548
|
-
: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.10.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.10.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.10.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
548
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/webhook_subscription#url WebhookSubscription#url}.
|
549
549
|
'''
|
550
550
|
if __debug__:
|
551
551
|
type_hints = typing.get_type_hints(_typecheckingstub__f5e7a45bc42a2805ca32f742ca5e2d518fd3e8aba1e27b34772fe39677792983)
|
@@ -569,7 +569,7 @@ class WebhookSubscriptionDeliveryMethod:
|
|
569
569
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethodCustomHeader"]]]:
|
570
570
|
'''custom_header block.
|
571
571
|
|
572
|
-
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.10.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header}
|
573
573
|
'''
|
574
574
|
result = self._values.get("custom_header")
|
575
575
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WebhookSubscriptionDeliveryMethodCustomHeader"]]], result)
|
@@ -578,19 +578,19 @@ class WebhookSubscriptionDeliveryMethod:
|
|
578
578
|
def temporarily_disabled(
|
579
579
|
self,
|
580
580
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
581
|
-
'''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.10.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}.'''
|
582
582
|
result = self._values.get("temporarily_disabled")
|
583
583
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
584
584
|
|
585
585
|
@builtins.property
|
586
586
|
def type(self) -> typing.Optional[builtins.str]:
|
587
|
-
'''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.10.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
588
588
|
result = self._values.get("type")
|
589
589
|
return typing.cast(typing.Optional[builtins.str], result)
|
590
590
|
|
591
591
|
@builtins.property
|
592
592
|
def url(self) -> typing.Optional[builtins.str]:
|
593
|
-
'''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.10.0/docs/resources/webhook_subscription#url WebhookSubscription#url}.'''
|
594
594
|
result = self._values.get("url")
|
595
595
|
return typing.cast(typing.Optional[builtins.str], result)
|
596
596
|
|
@@ -614,8 +614,8 @@ class WebhookSubscriptionDeliveryMethod:
|
|
614
614
|
class WebhookSubscriptionDeliveryMethodCustomHeader:
|
615
615
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
616
616
|
'''
|
617
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
618
|
-
: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.10.0/docs/resources/webhook_subscription#name WebhookSubscription#name}.
|
618
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/webhook_subscription#value WebhookSubscription#value}.
|
619
619
|
'''
|
620
620
|
if __debug__:
|
621
621
|
type_hints = typing.get_type_hints(_typecheckingstub__593368252c0d8b4539f368e5046d6b298c107f7bbcc061679642df6e5b6f7db0)
|
@@ -628,14 +628,14 @@ class WebhookSubscriptionDeliveryMethodCustomHeader:
|
|
628
628
|
|
629
629
|
@builtins.property
|
630
630
|
def name(self) -> builtins.str:
|
631
|
-
'''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.10.0/docs/resources/webhook_subscription#name WebhookSubscription#name}.'''
|
632
632
|
result = self._values.get("name")
|
633
633
|
assert result is not None, "Required property 'name' is missing"
|
634
634
|
return typing.cast(builtins.str, result)
|
635
635
|
|
636
636
|
@builtins.property
|
637
637
|
def value(self) -> builtins.str:
|
638
|
-
'''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.10.0/docs/resources/webhook_subscription#value WebhookSubscription#value}.'''
|
639
639
|
result = self._values.get("value")
|
640
640
|
assert result is not None, "Required property 'value' is missing"
|
641
641
|
return typing.cast(builtins.str, result)
|
@@ -1072,8 +1072,8 @@ class WebhookSubscriptionFilter:
|
|
1072
1072
|
id: typing.Optional[builtins.str] = None,
|
1073
1073
|
) -> None:
|
1074
1074
|
'''
|
1075
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1076
|
-
: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.10.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
1076
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
1077
1077
|
'''
|
1078
1078
|
if __debug__:
|
1079
1079
|
type_hints = typing.get_type_hints(_typecheckingstub__22ff36254a3c3294ace7139c9ce87b778a5befdf019ec44426a1c95100cb4719)
|
@@ -1087,14 +1087,14 @@ class WebhookSubscriptionFilter:
|
|
1087
1087
|
|
1088
1088
|
@builtins.property
|
1089
1089
|
def type(self) -> builtins.str:
|
1090
|
-
'''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.10.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.'''
|
1091
1091
|
result = self._values.get("type")
|
1092
1092
|
assert result is not None, "Required property 'type' is missing"
|
1093
1093
|
return typing.cast(builtins.str, result)
|
1094
1094
|
|
1095
1095
|
@builtins.property
|
1096
1096
|
def id(self) -> typing.Optional[builtins.str]:
|
1097
|
-
'''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.10.0/docs/resources/webhook_subscription#id WebhookSubscription#id}.
|
1098
1098
|
|
1099
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.
|
1100
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: 13.
|
3
|
+
Version: 13.6.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
|
@@ -22,13 +22,13 @@ Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
23
23
|
Requires-Dist: cdktf <0.21.0,>=0.20.0
|
24
24
|
Requires-Dist: constructs <11.0.0,>=10.3.0
|
25
|
-
Requires-Dist: jsii <2.0.0,>=1.
|
25
|
+
Requires-Dist: jsii <2.0.0,>=1.95.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.10.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.10.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
32
32
|
|
33
33
|
## Available Packages
|
34
34
|
|
@@ -90,7 +90,7 @@ This project is explicitly not tracking the Terraform pagerduty provider version
|
|
90
90
|
These are the upstream dependencies:
|
91
91
|
|
92
92
|
* [CDK for Terraform](https://cdk.tf)
|
93
|
-
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.
|
93
|
+
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.0)
|
94
94
|
* [Terraform Engine](https://terraform.io)
|
95
95
|
|
96
96
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
@@ -0,0 +1,77 @@
|
|
1
|
+
cdktf_cdktf_provider_pagerduty/__init__.py,sha256=LGteL-YzEYDZd09BIlhm2De0FPKFiJxzxTRmowHr07c,8627
|
2
|
+
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=btNRbDWgfaDRw0qufs5Y0-HV1OqzkK8qAZKcHdlCK60,423
|
4
|
+
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz,sha256=sLTALfMZ111YaIC8xRukG6QPpeMGnnGy9Prcg5AzNXQ,800015
|
5
|
+
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=qZ6-8btyfFQlWnu1nuIsTScEAcQnJhIagkcCWZEr5Wo,21574
|
6
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=uTHZV2Dtdi_BRuZOML1Ffcra-Zh54O6Us59qeU88eA4,60586
|
7
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=f97MBcJaafRy6DyX563z_l7bssfSyNgcd2ZFwyDmUSs,23473
|
8
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=mmFLN_tUDiiNLWzhiu3OgVZjg86CbLS6XjGAqusVbao,23254
|
9
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=XLQCBYDvPUeVOV4th1LMrzBMR8sqBj2BNapUnn6tc58,33043
|
10
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=Yqvn48TC2SYfIdAEcZGIbJnIq5RhoLbPRgvB92YFWoE,23254
|
11
|
+
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=NQUgqYFakQ9JvBdGpO0bdUYkPw-xn9CiSL3uzgZGRws,27103
|
12
|
+
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=NzRCgBd3EtJQncYm7IxvUwmmGqBxnKyzbB4BoPQnevw,25563
|
13
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=S7_QySXLXYQQ5g_WlML_c1ExkfhZa_PJSNibeGZPWQU,47062
|
14
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=MsLNZxztK0WD8kdLmo2bQjLttulSBPGqB-X6oL_TFPM,26766
|
15
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=RF4RnVK2FEPUE0cgS6f6pKrEfmJUD8bOj15q-S8YmHk,17637
|
16
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=-dYHwIPD0r0aXCpSZkuH1amLqrcxQ8BSydSSRsbhAIk,20435
|
17
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=5T0OgemRvDcVnsUtM1Yzdo3ZwLSneCz8F2uLd5Zq7Ko,44897
|
18
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=HIn2lND3eqfun9b5o_SXq2S6rTTuxYYHD-teAJxkZ6I,33540
|
19
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=0WrgJb_QSMPsPZkvI-BhUPDIs2qSQ7Aj99S7O4aTmVU,50532
|
20
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=KwDGfpa3UW5KZmTT8OJlpI0yqZ-iudQjDD7e15fAKuY,20561
|
21
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=CQlB9ZJx73i3u0VkjH1W_Nkz2QXy933O1VBtc0NSN9o,21263
|
22
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=a6FSi0F2P2h-6_SgUe5_bONIFqqZ0MGfv2ITE9ArfRI,20616
|
23
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=C_0wIKAlPT7dIv4UNfrdkD4ekzABSJF_xniLDhKSwUE,42179
|
24
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=964nLqFIbLYlGTJwYAPm0RZAWeEFFLSRAOKVm4qRA7U,55226
|
25
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=4TPkKB_D9ZcNv0Vz2fHRya5D4Q1spU5rYoLpmfm8HRE,20510
|
26
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=UH5gMAhvzTC71I53Kuwv2FFlsTvWiK1BB7fEHCo2mh8,20323
|
27
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=pSKH-RJSFiWPIrNC-Ffq3e2Xifd-FhSTd1aQaxQFlnI,20149
|
28
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=X17ZyK639CEA7ef76LmjV_-ac6ywx-g0wSV0cHzNhGQ,30374
|
29
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=J7rTbVn4qPqGTKa_YiLzuo6pJZcGRT_VGNgt02TZnnk,23576
|
30
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py,sha256=tjA0nCGvU7sk0KDKhMWojgMwIWYi-ZqDwpLIO8k8e1M,46675
|
31
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py,sha256=SXQK68riEnw1r_IK9rWbCnYYOth0IURXjOms8peMjuk,34834
|
32
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py,sha256=Rv5WFF_BDrY9gV1qQpJQnZlteOHl3lBBECnkZ4XY7jw,44158
|
33
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=0_NFBBHGxTqqLgm-KzSehOyopaGg3tZcWU6S-Nb0Z5Q,20180
|
34
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=o00D5s8Ob-otGW0OpIh_2v5B_lvJLbwGLnqNTrN0ONY,25016
|
35
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py,sha256=_NCOUXMlG0AqMb6fXMI_INJolqbVRrK0_ow2xhKwNYY,30142
|
36
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=QmIkmcm_7N8blyLxHpb_39Lk-rv8nmclZOPZjfsD8tk,20893
|
37
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=23HwlIneiQKLEf-a8KP5CRonnFa3jRQcT_m55gA06HA,26060
|
38
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=pTyIPW8aL7HOqOYCsurFNjJPvA17XhmIlsCNTJqjvjQ,30676
|
39
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=Lqfpy47kzHaJ_1BpykvwFoAIIE1waRxZkG_q8iHz7WA,20241
|
40
|
+
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=5AXEOItdTZe7Q58fTl_r4cLsYZ86vFTqMECHS8JxyaU,69193
|
41
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=gTfivFyNAdPcRa1A4FzcUBThl0oLqHp_vGy6uZqNFhI,48589
|
42
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=3T3f-G640Iy5L9mFZb4JKnS0e7x7JYlcuRxM2_rdD60,354591
|
43
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=66QJ3tNicg_9LI8G71EcGzDlIWAyuHGibG8YyHZpBZc,29694
|
44
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=9hpU3r1JGSSPhtNJ4WxneTVMN8sehvDOsZjD_SpKAq8,84629
|
45
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=0aq2rm0ebzK6IT8l7HIPsNB9WKy7JPo9b9gU9p4u9Pc,372555
|
46
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=v30ofzxKpuwyKhAZFL_cBELSg6mcUV3QgiC06EjRyQw,188128
|
47
|
+
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=TwPFRdLxbGa9RMEC2rEriaviezN2muojbge4jOFBXU8,25340
|
48
|
+
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=hfSwk9N0841ZtrJFen5nA3ErABMXbTbIypIc6vxMISA,31977
|
49
|
+
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=YhBPVdZtQuvaA7wfutjcW9N0wt7iUAajuz1EEFDhwzo,45255
|
50
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=mdwYmK-fo18SfLOyP1vgM59pJ0b0fLNLq6Ks36StYXg,31686
|
51
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=vtGND3RfT1QR-mV8bs1JVpH_QQi-nlH49mV856t72J8,24677
|
52
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=dh4RSR0bVZorvN5qetN_u6lbjqvUE2fNwWG2X3Zks5c,108586
|
53
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=2UjKPeLLh8Pa1-JxciJWR4Z9NCD8O2J_QCdrBWgKnnQ,30718
|
54
|
+
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=O_CEKKde9rbSM7vU1LoRzvnHlww_AMRSqajI3Qk2MbM,27102
|
55
|
+
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=1NfKaCwEYFOoe0Q7a51L3uyNfuzb2pPte1SEIBGDza0,28989
|
56
|
+
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=obaTgSpXuba-F5EWIsf8eTQZufjkwkNGmKc55gF9WpU,119088
|
57
|
+
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=hO4uxAvZ45yV0nYNICYHUvodtSvE4CGw0qMD_I_lJ8w,28112
|
58
|
+
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=StLqc9ojRTgZSZTv3-MpLMbBfv3MHP1SAiv-15sGCXk,293743
|
59
|
+
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=yKUOW-srtqY9L5RhMzogS3NvbhqzwQYpQ7xLru3d-U4,84754
|
60
|
+
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=qZG8c1cej55LJZPzZQMqTPZB8jIRaYPdQTE0I8txCJM,160657
|
61
|
+
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=Jo1qiCIZca3aGCfayqOFYj1q5utleK1zzSTVhj79vJM,62740
|
62
|
+
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=y_rgy8N2AWcSGmV-gZHe2UWUODllsrbfRipkUQa6Omc,279672
|
63
|
+
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=eIBUELyPpcC_qowVTsr9jh7BnMoSistnMNOKOKvqBsQ,156644
|
64
|
+
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=g3wf067KeblIixQi9dIhsvHVKrqbNzpl_Owx1nUXoJg,48901
|
65
|
+
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=vx9nGibQIkPoPCin2Dnj1k9T2SySw_vXtbP-Okspvug,20046
|
66
|
+
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=CHiayHoTfDXHxEeQkDF8w5X2TQL4aVwLb0_QTlIgL7o,24304
|
67
|
+
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=-Sl9x2s1fQC2oZYAZZhIr0IQwzH59nUa1Uzu3NRKs1A,26791
|
68
|
+
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=fckSwg8v2gCwprrS-nD8VPlgVIWAJisIaqHJlOUQ5ks,24336
|
69
|
+
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=-mwP-WIy4B_Ucd8Ff7Bqn4OaCwavD3VFVt8fisBxW8o,37836
|
70
|
+
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=0EPY_E0pCjMOEUyLPFO-_jkUDoqciw1Iclcp1WAQBVk,32296
|
71
|
+
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=_CHO0m9LFmZdPSiQ4bkeuNp0jfZiSANjp5Zj46jPRXI,27618
|
72
|
+
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=LardXvxWaUEPbjoL_len0YU7dInKewpQ0iTUs5uic1o,83896
|
73
|
+
cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/LICENSE,sha256=iOtiyzVBa-Nu49EcWy_HpT9S3U1XmMPETULMqiNnRPc,16012
|
74
|
+
cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/METADATA,sha256=TmlGKtJL73f5WLMox584AbcVf13YYC2fxysZuAi4XI0,4720
|
75
|
+
cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
76
|
+
cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
77
|
+
cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD,,
|
Binary file
|
@@ -1,77 +0,0 @@
|
|
1
|
-
cdktf_cdktf_provider_pagerduty/__init__.py,sha256=fj7jxeL4oEEuTsBxpc3yVbqld-Dev7apfJVjPrrEz8k,8624
|
2
|
-
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=mGtMgRLF4N0l-HPU8K8tRE1lfo1Qt714lqjW_P3ho2c,423
|
4
|
-
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.1.jsii.tgz,sha256=yIPVhf_sDWPyJdksy0ROUOoQTO4IsZQKo6dzdTyaFgc,787859
|
5
|
-
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=ATjFAfLNkMAfKLqpS2FI0qM6ufpaWhjtYUFiUFgtur4,21561
|
6
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=0iS5Nu9FfskQL3-uVuVaivBJf3QC9x_UuePSfvlXHeI,60534
|
7
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=QMit5LfgELIIbNBKBugGLMtG6G_Avu0toz56a5knw5s,23460
|
8
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=5VWzMGiZeczwIU5VfG5ww0-NaOSKKev9U_EO_ot8JQ4,23241
|
9
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=amNMDYgSu--55-6CdXYiZ3Nf76sBEEIPHeZlbbOGOdY,33018
|
10
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=09YuHQaowkNyIrfJOTCkMkNnnSJU7tGLpRxGYBIjD5Y,23241
|
11
|
-
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=OvntUfpIFGgk1oPxsTAix3k69pVpDkg28AJK9xGNFmc,29957
|
12
|
-
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=KPcDBebULekihErFkevBE8xJVBKWXamT2NLI470Pfr4,25547
|
13
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=XFON7ciHHVWfUcr2UnTgY_h-JQ-4Ef1rNmTdBXV2jKA,47034
|
14
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=k7uWhi_SJXgtqPEBpMAg6laTbELsR-361S9iVU4eQdY,26750
|
15
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=c6AaknKi9muLZHC30z9_S2WYB01MBM4thAIiYKIfJMw,20551
|
16
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=hwp67lZ9d5tWt_a3FpJRu31yHrD4BMU7mhQhib3Ip0E,20425
|
17
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=gfF2U4Wb-SRrvk4kknYaqwe4towHwIFTpTzvS6Hbr5Y,44884
|
18
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=idKUtk_Wt02jnBeuH7Y_3OhvDGf11O4EzrlPthLqKWs,33527
|
19
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=AYpIjwMLC3oe0c9JhnWJF4dynWXMRrjoCdnmGF-mEw0,50522
|
20
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=1OcmYxApKkKvxmS62idxYcYNltGSnXDepF4AhFHwuYk,20551
|
21
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=cqCufb8-_NPf5D8oeaFCnPFTJC1F7dH3hVuleuf2Rzw,21253
|
22
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=UYmHrDXrYtvPGIhIQKqIxAvz-512zpS2v9z1xCUMUR0,20606
|
23
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=GXrzgsSsajJyWrs92VWAdRd6to5jpNrWtWe8soE_o1M,42142
|
24
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=Ue-BHvU97ZbcQpDrr0OGczvm0RQTWrdV1-LpiAXeBzI,55194
|
25
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=FxHm8OXACM3EMjOo14wjAYR70ICQw_v-Trim-FO4pYE,20500
|
26
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=I1iYXtjQkIRnboHGHbj10myUnZ5qPO0sJqQRTkWQF3w,20313
|
27
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=quAJy1QcduWPxiRtWOoAKw1d_N4mZmx-W4Yp-xXiN1o,20139
|
28
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=dQzTbozZzTOVulQJsl6aj9XvK0YtxUc87_PPImnHFcw,30364
|
29
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=5p4Ywen7dR18xiLxHxETfLkwxU4avuMZH8uIghhYGzk,23563
|
30
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py,sha256=37pK5UjLS5NxjwPjMESbFX22gHnN80tPuktCXMF7cB4,46668
|
31
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py,sha256=rle66DAUso80nQHByrZK4KYCUzgYfVKm-5iNrncSZeE,34824
|
32
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py,sha256=wbNS-8FOAlyNjUpYiwqZrGY0HdwZhGZYTpp1Mz-PUD8,44148
|
33
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=O_8cZtdGTZ01aW7S5skYWh6f29tPMz7BlP-gcsPoWVE,20170
|
34
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=H5I2wxHi37t_jUZsIlWbnDvE9-GVuz4cWKuQovibbsk,25000
|
35
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py,sha256=WwrFQNN7S61IRAQsPh1ZS0LjS0QrNluxwpCddsTKALE,30132
|
36
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=dvOr-7HzI3IAGz2Yh3CqXuwtMq4mjW0qdHxJw__a1yQ,20196
|
37
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=da-Y7J1Fy6pLYZyjmnuPMOFK60VODTCGa9w-VXHzhoE,26044
|
38
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=JehcHYaTtKgiRCShHWvSNlLHGPHEUn3mHHTyPNCqWnU,29819
|
39
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=rN-bI_p0pgmLoFGc71cgNvMfYEB3VbzPZKvmzv9_hks,20231
|
40
|
-
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=kbdu-Vp1clKgHp6X8DzZX51qjg2TsIk6S5dkx-7St-w,69158
|
41
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=vvpD1ZIZTEZatxARRv_8VTvUS06UWqD9dH9NZXIP6Do,48570
|
42
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=_qmRh-WtUWTGUBV5EqwpwFa3Spq-9Ygbuq81JKQmzok,314981
|
43
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=R_qlg8nbzmHQLoYjg9hBB2uiKmBUF0xqEHM2byJWaXQ,29684
|
44
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=_wEg5ggXJ22WW1E8Nfr2iFHt3FSeeW5pTUUh2HvYWxg,84588
|
45
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=COQyivSDWmgzju9-eJ2bO7jhN4m7trTZSDYzgn1ydDE,332840
|
46
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=CRGP__Vcsn-0gt3NHEHsW_26pSAISQmAqleLZSnlI_I,188036
|
47
|
-
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=lu4tBnNXZ_-zQ72t8ci8gqEuG75WfIfWbszdf_v7zoA,25324
|
48
|
-
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=WaHsvV7ZSubYV0gfV0HjKF7ElmkftS1RAUNFWLsbUuA,31952
|
49
|
-
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=DNXTVHkvcWLTzjRc0tf1JhmOG7iZtVeav5YaCk5N2vo,45212
|
50
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=BTQPQ-dTvdWTQnJiwUXKhcoe1OWSFYGelktLSlEe2Sg,31661
|
51
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=6R1Jv8nlrAVXQHMMfqDMGZywd4DeQeuIwWZukavxqvI,24661
|
52
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=6M3XX3i81fe3bSPaxZOUQ85loajot6ahDsCtWZ7M6oA,108541
|
53
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=EgA234-9Qr-Q5nmZKD5-EpLWFOFb9ODr6zfVwrJtYzo,30696
|
54
|
-
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=3wWGsI9vleSHC1JyAwoGEFnWkTfIlZ78gutTjMe-1Zg,27083
|
55
|
-
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=ZcNXMucrXhUV-K8xV2-5zTZvYKw6c3iM_jYNhRSTS7w,28958
|
56
|
-
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=epDawBqOMq8bK43XQvxcH9y71aFGxqnxt0NKMEVEG44,119033
|
57
|
-
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=nrpCUfmtW9rCIsNSHISgkP3qGOMxjxJjv8XCqrYEp1E,28096
|
58
|
-
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=j3Ke_v7hJ5Bu6u4e0_mAsTvMRSb77NlKB_pVm6KGOD0,293618
|
59
|
-
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=fE3ud3sKTezGG6LcLo8DlyHOOmQfYF9OaGffZPCVv-8,84707
|
60
|
-
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=l8wyNajXOdwBvbo_Higo2J6kbaz4A3o05AWnZ_kY8Ck,160535
|
61
|
-
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=oQgCC3LgaJ399ntL3ltOSqjyq1hOhhghi1TPdMucyPw,62713
|
62
|
-
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=wh6uIBbP-RsjkMWP4yZJoPeQ1cB24gHeba1bgx8imYo,279555
|
63
|
-
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=5-Njt9mu4X-tmRRwSqAlO4F7_BXkgj-5V581ma3aIE8,156554
|
64
|
-
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=dm5WSbGyYkh4pRInR9PeFOh9W2nCDfbZ2QScpbfZ_5M,48870
|
65
|
-
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=RA1AHme6bFsmw8LdKLtYZOOccXoySqtFTk73M0sHnn8,20036
|
66
|
-
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=pEFoJL08lswZpGzqKAlOZEv_UwPlkx8Qx5uoLxaBFTI,24288
|
67
|
-
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=0KNDomYnKO773PR-LskbQs9XyDs36CBUXWsq8j0jbdM,26772
|
68
|
-
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=RQ1x0u1YxXYDt55ubQho_5tgIe1uuKhFhthh_fj4bYk,24320
|
69
|
-
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=EhVlVPRhej2XtlvgtJfAoscnJNVojPEmVQFL0BZZbYI,37802
|
70
|
-
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=QJLj9GMXxtPHUtt8eUzNhj-vinBgEd6OOjTZ1OBklt4,32271
|
71
|
-
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=-CpfjDF65uY26yuwvUXpb5XGVpTI0siwM75tvJX9Lj8,27599
|
72
|
-
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=STddt-pYxwoRiSNELWjLDdztYmY3cgrLuYfAqxEQ7FM,83855
|
73
|
-
cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/LICENSE,sha256=iOtiyzVBa-Nu49EcWy_HpT9S3U1XmMPETULMqiNnRPc,16012
|
74
|
-
cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/METADATA,sha256=_tK7JgJswcoBbCJRPmIT4CuPTDc7EWdj3UjLt91NO1Q,4717
|
75
|
-
cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
76
|
-
cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
77
|
-
cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|