cdktf-cdktf-provider-pagerduty 13.3.1__py3-none-any.whl → 13.4.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 +7 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.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 +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_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +691 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +897 -0
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +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 +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.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/RECORD +77 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.3.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/RECORD +0 -75
- {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.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.8.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.8.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.8.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.8.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.8.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.8.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
58
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
59
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.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.8.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.8.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter}
|
337
|
+
:param active: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/webhook_subscription#active WebhookSubscription#active}.
|
338
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/webhook_subscription#description WebhookSubscription#description}.
|
339
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
548
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.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.8.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.8.0/docs/resources/webhook_subscription#name WebhookSubscription#name}.
|
618
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.0/docs/resources/webhook_subscription#type WebhookSubscription#type}.
|
1076
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.4.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
|
@@ -26,9 +26,9 @@ Requires-Dist: jsii <2.0.0,>=1.94.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.8.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.8.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.8.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=wlnVE2E4JwqJKKqvcrIHbVTyC9MOIT4KN23zrKSFcDE,8624
|
2
|
+
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=xTqg7O56GeORtbzjYQmlmUWWlFieBp7oA_-sFdIz52s,423
|
4
|
+
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.0.jsii.tgz,sha256=0Jt3_ZihmfDE6orie45KEkOlGwZUoZ13PJHgA54YIvg,787817
|
5
|
+
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=IJ2O6VZQ0rcsvW0AAJrsDrv86yHfXimdnOHpTmg7P4g,21561
|
6
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=GWPapIuN9Gc3qpR7-8aL1daa0G-gZdcF0B0h_vFbEnw,60534
|
7
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=Qv-UyPxQ9d42uWnFlHrdLObeNzIq1LZ0x87hf4Fe7KI,23460
|
8
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=rqITFl_y7jy-pbou7YvenSz6BCv_Do1e9KXEJe3q1QM,23241
|
9
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=2yrRG6y3d95emf8L-algWmaAvGMVRY72__so5EAWgbc,33018
|
10
|
+
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=wg5b24CjYOgkUspSm8oo2-fxvRW-0vcHN2G8300Ztg0,23241
|
11
|
+
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=TYQpHmklYHHAHz8aNRCNE44SYuwfIW3zihtqPSCgYxA,29957
|
12
|
+
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=MOBsNqWDkX7fQN9sm5lkL0-MAmruJFQCSpVtxproFkQ,25547
|
13
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=wzgRUDJwzUgZn1FzPNi0eYhH-aK9VQCo6QdziCHJLUA,47034
|
14
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=5Lf5CaiKV6KW-JKRRQ38ZqVQYeyTffvDwiB9Z9WJCtE,26750
|
15
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=q0taMl8MLAbB1ahFZLnHjdo51w4YLiSFr-Drc6XLuvA,20551
|
16
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=4hTqXQNHhS9hFtq4ddyGGO5lQU7b_5KiLFo_6PcmrWk,20425
|
17
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=J-n3taTvtYeb5p37SoMam7VyFtvA5nel7iVmSPKKbKM,44884
|
18
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=AGq9FYTHWyswLogbouPX1KzWHcLPdxaqPQLkQzaitTk,33527
|
19
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=0w-BER-srC0KtFdnFFi_A1E_i_Atz2YaZSVfQ8t1BVk,50522
|
20
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=rwHyGTT6CKdjBmY55XKa1sHHntJ7i5LsTPbqK40YhiU,20551
|
21
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=jgmCAQhF-DMnudrYH3kO4RJkg22x0rv7qQPgv3SmBMk,21253
|
22
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=StvtLLxw6n131gT4-YZFTSf3HTfSpPbgbQXrEmoBang,20606
|
23
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=kCK6Z0fEdvSkkBexIDVyUTGbmWOGgnXHssDemE51WZo,42142
|
24
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=VRsGzjal82i9TA0bEZ5N-wibZT_xWzces7IdLed_4W0,55194
|
25
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=C_6KmYPdkI-GqWh8fhVx7rhgdmzJEZbuU1RxaIoHge8,20500
|
26
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=9QESUaicBZSMLY7kdK49MGYMiPdNebwE4LcVQKd13_8,20313
|
27
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=KKZEAcMw5z30EnA98YZ-2HwuFmaOR0GxbJ1vGVlwzyo,20139
|
28
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=bay5jus0oSLfPE9mqgehbkoPBQ0B5Pi_mSmK0h7rKbY,30364
|
29
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=hVUFXR9Ttf29im408j8DPG-DxqQRumWIQk9xuJf0nF4,23563
|
30
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py,sha256=vgoRWEf3XTtg5x1BtZc7oUJ6Aid5fbK8OZH_-ChN0pU,46668
|
31
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py,sha256=_LdngZ5RLFGQbWib8tpg5bceEsx06wp9FH20YqkLtdQ,34824
|
32
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py,sha256=9m8QSOm5cbLHEConxp3wWvgZU2oDqux7rvD-I9X7BQY,44148
|
33
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=9k12i7CGP2ZJp9rOhGknN10uRsZgf--fn-rGcGCJ1TE,20170
|
34
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=_ykNU5ON3qTFx4NKkdeeqRrNTBLYVwz_D8bpXlXQRy0,25000
|
35
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py,sha256=jjMfSqEEHN_cdsBUWZNy1-60oOZjGZqeYUVI3xF4Mbo,30132
|
36
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=vodqS3Ch2p8kLrAk8jjLPfxNG1SSTMI-dc8_xNrXM18,20196
|
37
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=CQLOL64yMTsNWcadbwDjP0TKbSSpHNCQtWunG5lbbHE,26044
|
38
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=yB7lG1Ha4Wdy_P7_NHC9FaGPvCBsffcU_OTI90GrAZI,29819
|
39
|
+
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=gEapcho7-ZZt12ClbDNrRZtmZJYxK1TXjBA6coGZD3k,20231
|
40
|
+
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=WBBL8Dan9S0_SOaZPgvzLCJRM-Ssjuj_H8fmACtuLgw,69158
|
41
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=5NyelLOf-lN_Y0z5b4E7cQl9nqXyDOJTussmkQOAoHs,48570
|
42
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=6PLqayntCGPiheM3eq1QlDLBgbxOgfcre0-lMQtcFeU,314981
|
43
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=KqbH8W0YVf7JSD52mmPu3DnToIKNbb1w1sVTF7B-DYc,29684
|
44
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=fIh3ojLD7F5Cw0bbT0LiZZYXPUhGfmD5lfm1ksRw4IM,84588
|
45
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=pQF9x7NUq2ij13fpCJ7lFFbUIfK1JgeiO22TRUajW4A,332840
|
46
|
+
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=DOfdRIAoiTJQkiDtdrB3kW0K-6BnUNm4rINkeKriPXc,188036
|
47
|
+
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=4Rji-vBD7J4IktRDpTi4N7h8e_Taj9caakZriCR5_rY,25324
|
48
|
+
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=hJQjfPXW6boqV1KXGNMHqZs7E6A5JIKTOCiE9ejjFXc,31952
|
49
|
+
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=y6wd3UOb6rGPdMlOoDTUFeT2B5u1Yh8j2WO4sCou2B4,45212
|
50
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=4nZWi4z-BG9ArK5TLr5RMb207x72U6SkuWjLIh1uoeM,31661
|
51
|
+
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=JkD4PLdEsDWTXKZBQe53CR5JHQKfCoju3tB84nLp8ac,24661
|
52
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=qA6sm5Xqn6rv8LnUhWqnYlBlUTb52JE_YxgdMQV48Lo,108541
|
53
|
+
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=9vYajjndriBGaAunEKb6dSAO-Kjs87MdIlRzME7t4pI,30696
|
54
|
+
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=PSV7yMjb-gpGLG0-hBv15Xbb7VRWitxa2-4V63bndRs,27083
|
55
|
+
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=1Dl47m7Lj5AckjxRxFR6C1IReUYM-y2tm7cdt5CaVVc,28958
|
56
|
+
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=xLkBgyqq23gxzH61MZ92xevuEGiIb1i3Y7hFIZMJCqg,119033
|
57
|
+
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=eJ11Z7bh00qffGD_wyyr_z8hVXEhhHrJD3MKn7LQuKg,28096
|
58
|
+
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=vvWjVGElfEBfUO5eSYbjj_AjTHY3v9vjHNwNB2r1PxU,293618
|
59
|
+
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=ru_q7PnDLvjvxujItki_vEKFYMniaZSOnQOF_w4HJlY,84707
|
60
|
+
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=uuXT6up24Tq7fQIKHqWptnLl6u1odDERA8RwCFSEFCU,160535
|
61
|
+
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=nT4r9c1t-CCh8azRL6ZBynrHfE63xtBc4Gat0xFkcT4,62713
|
62
|
+
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=jf2JvuhTbdyHsVQaz0aA8HX_PI4Pz3vdtvoFiX_Lez0,279555
|
63
|
+
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=eUjRI_qnDsgIbbaXg93lzxNe_AnGEiEl-aTUKPbnlfs,156554
|
64
|
+
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=T24NaNCxMeMtoSBc1nbsKjnH7Rnf9-QZWSptnPc_5vI,48870
|
65
|
+
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=Blc8chBR-ZuF9uOVMEdwD6KjapjxVNcgVlP8e1lcMYU,20036
|
66
|
+
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=1avzgzqFRaONFWeRnvjPskC0mEXCPFA7fKhH8RjXvTw,24288
|
67
|
+
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=tpFNNSjina6eX6SBUXZMMrx0XF0qYbAfkMPWqqfZUuc,26772
|
68
|
+
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=lJ0MpqFczfBLvvjn1yiP4-usHZKnROmU5IAyjYqxeQk,24320
|
69
|
+
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=F6pHYE_SnvjqrFHP478Pk1lUFcvlRjnckMkaMeDihrE,37802
|
70
|
+
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=fFsXn_p0Lu3HrS17gV_IiKIxBpoH7UfkfsAiBUSxRYo,32271
|
71
|
+
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=ynuNCk3PjvjzAJYIRV0zm-xXYdb_AhSwcgVjkCTXmQY,27599
|
72
|
+
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=LaKwWtJiyQRn9_Tcrz-hJwDnoRacz1wOq04bS4LM7J4,83855
|
73
|
+
cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/LICENSE,sha256=iOtiyzVBa-Nu49EcWy_HpT9S3U1XmMPETULMqiNnRPc,16012
|
74
|
+
cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/METADATA,sha256=UhZb_YyBEfc9ITNBL_7k1swvzLHapScsaA6vuQILXEc,4717
|
75
|
+
cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
76
|
+
cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
77
|
+
cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/RECORD,,
|
Binary file
|
@@ -1,75 +0,0 @@
|
|
1
|
-
cdktf_cdktf_provider_pagerduty/__init__.py,sha256=IFFRH32kBMEfca8YMeKlynbIHONqYrDtYh53CxTi3qc,8416
|
2
|
-
cdktf_cdktf_provider_pagerduty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
cdktf_cdktf_provider_pagerduty/_jsii/__init__.py,sha256=GXOHfFUiqy3jITVgRJSCaZ1SY1S8NZH16vB9BlZmmVo,423
|
4
|
-
cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.3.1.jsii.tgz,sha256=Dw_ptlhoyq9SrOAZVHTnXG6xeuY8NOWM31IpJuIW0u4,765237
|
5
|
-
cdktf_cdktf_provider_pagerduty/addon/__init__.py,sha256=ZQ863Ham2lx-rWPvzitYwTiep1LTTThR_gUU1uueiCg,21561
|
6
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py,sha256=fA7O5yfnXGBtxJG6brNE4y2M8Ez6g3zXY2HU_hAf0mA,60534
|
7
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py,sha256=AJI95Uk90TWGhJDHzmUMI9oAo6NFeUPgwUr2NrGi5sY,23460
|
8
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py,sha256=Xta-5CTGrk7SOBCHWWccRhvxWmzC1VP77DuXPA8WN-0,23241
|
9
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py,sha256=4QiQ3xDi3OhINyPljZkDkdjg19WrJW2MiN7jc_9n68s,33018
|
10
|
-
cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py,sha256=L2nFc_w_M-hlZyo8IsWyaaaupkxxrCG5GuRB8uxAXnk,23241
|
11
|
-
cdktf_cdktf_provider_pagerduty/business_service/__init__.py,sha256=1WBMJSceFMt1z9WOQGflopPaIFxZcfHXaihtNFLUXXY,29957
|
12
|
-
cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py,sha256=yOiab7q8IB7_P3QEprtecQZsn1pEghLzo0c8GSZEkac,25547
|
13
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py,sha256=s-fRD2uSS1CvIjY5uAm5hxp8mzZ3WfODIYqmTolGjyQ,47034
|
14
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py,sha256=Gcde3FJlmN6WsSMq5M3YLbNaWn5iDH7K3IGOlzVCF4U,26750
|
15
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py,sha256=4oGgmL12MDMuscLzDaOJWeOo5MEtNJ5UzVkp6_lomQ0,20551
|
16
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py,sha256=G8mvBhfwuO4YkfgOFs10ftapxj5tFknSYrSB4nBPmZA,20425
|
17
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py,sha256=n2bZgdIOxwlOMRNaiPVQ6bSCH4Hhx6_vfoCCXF8JFzo,44884
|
18
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py,sha256=DxEt2mBW_Pg956cWw19sjHdYSQI5A7z9mwLQwgSmkqk,33527
|
19
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py,sha256=cRKtb575ia910r0yfrCL6Va7TjsknGfd7V3iUXj2ofA,50522
|
20
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py,sha256=baEWVomY6BV-GZN8xJTwAPt2MM9WoRoSYg8w84gjydE,20551
|
21
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py,sha256=sryCL4eWQjbaZSLZBslYpQYW7tCZRU0vDDt_70bUUEw,21253
|
22
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py,sha256=3LxRB7-gMSqIDvmSpzmD_2K6lGZjNtlLR-VM37egxc0,20606
|
23
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py,sha256=ebTdZXteVz-k7OT81NZTjmp8jmXWLVVXoveJDwS50xY,42142
|
24
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py,sha256=z7-S3SP3yneQ1PlkdyaIP5zUJsVcsxa_uo1Dw8B-r9M,55194
|
25
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py,sha256=mDELlt5_fNHamu0uev0jv8DCureLLNiTmpG6f67vi3E,20500
|
26
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py,sha256=2fbkeGNS0OtE-NeM3dLeUGXCEIy9VGTW7lnCjpUQmNs,20313
|
27
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py,sha256=yCQ6k1GDVysHcHvduKdmhpNMrl7TuasUUPVOXYrXquw,20139
|
28
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py,sha256=6ZbfpXH5W5J6k-FnXYa5Iy70YcuHW447VAfuDbGkG6Y,30364
|
29
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py,sha256=V1L6ixjcL4sCUnqHppu4EI4nO7OFZYGB2HGklLOreQU,23563
|
30
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py,sha256=85mBesyuAXX1LV5_aQwoVn1U2G7sdsKeNlM6ujyAdXM,46668
|
31
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py,sha256=-KgzynbacXfWGzB83_0zVpX3RYN0nfDh-4H7B9yL-Dk,20170
|
32
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py,sha256=lQ5skrlZqqZM6YUebpukFPcN-1MUZ4pZ_IgWix8Jt58,25000
|
33
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py,sha256=vIKYeYpMNTwQMS5_ZX5vtbM-aMlBbYB-nMvxzEmK-yU,30132
|
34
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py,sha256=v9o8jm2i9FrIpZElLKr9_00A00P3pp3Qa0-suWefmNM,20196
|
35
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py,sha256=1JbJMfRSn5dYt0UAbP5uz76Q9ZYG0D1NV4oi5IGyFDY,26044
|
36
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py,sha256=vetF9nM0nfc8jmh8LdzpJSR_IYN3d08Ykp4SdZV97qg,29819
|
37
|
-
cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py,sha256=hHRnrCeX7mbs82l4wtargHl-YrGGZ2XVCDHinPqy2m4,20231
|
38
|
-
cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py,sha256=3kbGQU8bhhehgvbb8EpffQr4Fn-63dSEeM79C-n4yRk,69158
|
39
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py,sha256=oZrZXIrS4sYbgBbNS7YIlUUyygPO5wMFhvawsnbziX8,48570
|
40
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py,sha256=AMnlZdgE3exCGREttRR07YKVF9B1Gsap0qEPgh4CEBU,314981
|
41
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py,sha256=O96vFHnkK1ZUfGJI-sV4A-W809CvYhr9QjgVDHbGguE,29684
|
42
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py,sha256=ODNLs3qSAIGfIi2FKIRdaxe-4mtkuDgafW2TaDXfatc,84588
|
43
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py,sha256=wTfmal-1PkqA_VQMi5JiwAXlLBLCWn1mheXqgZJLFiY,332840
|
44
|
-
cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py,sha256=LkFc3KdVlhx2xr6bu1fnJso12Cau4DU3F1ZfVx99gXA,188036
|
45
|
-
cdktf_cdktf_provider_pagerduty/event_rule/__init__.py,sha256=H4OPUkj9H-txzgP5jWRq_7cHAvPIJXiKbQR075H1EEI,25324
|
46
|
-
cdktf_cdktf_provider_pagerduty/extension/__init__.py,sha256=QW7LowYhMz3cYWK25T6fP1J70quPla6YOJ9SfyxXTco,31952
|
47
|
-
cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py,sha256=xMEOH4jEhKtU8_QCe1ATX6-9Pa9SO6DfSLxjsW7KvuY,45212
|
48
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py,sha256=8BIov2GxPSEWg5IjPWWRn8ZFjQhVA1NfpSEVlcnpfpk,31661
|
49
|
-
cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py,sha256=ooQv24fRcnfzmN4-ixVl-2ljvkIJCMlZ7LwfyxXRLbI,24661
|
50
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py,sha256=kN0dn2JM92dm6ut1c-Zjo8BJHSqokg7IhL8nx7W5DoQ,108541
|
51
|
-
cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py,sha256=R93WDoi3vH3rm3gIjp0NtX83ZnMwvKtS4zeV1SXG5aQ,30696
|
52
|
-
cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py,sha256=9JZpvfyZDP7M5shnWaY9oPUat6sItFy19FnhrjHmlf4,27083
|
53
|
-
cdktf_cdktf_provider_pagerduty/provider/__init__.py,sha256=1B8RcE0ZJ6-ExG6sMtXI11rbuSy8cld9ocCxHlUNjXo,28958
|
54
|
-
cdktf_cdktf_provider_pagerduty/response_play/__init__.py,sha256=KsVS5mmMHh87tjwRn8yCTq8rLi2gQd8aI0uuIsZG1jI,119033
|
55
|
-
cdktf_cdktf_provider_pagerduty/ruleset/__init__.py,sha256=Zm1oohSd4FhqQYYfejq8BPR0imzdyAKpMhlQ4iKxhpc,28096
|
56
|
-
cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py,sha256=7wydLmWkJdN8F8mJ84epTkk1VOG4ADNNPI32L2aD8oY,293618
|
57
|
-
cdktf_cdktf_provider_pagerduty/schedule/__init__.py,sha256=c03nsiaY_MiaRpBU2SRCOkxFYdTLCFeMi0AIrjxXi80,84707
|
58
|
-
cdktf_cdktf_provider_pagerduty/service/__init__.py,sha256=g61BxaeA9ZBKg7_Xv_94Yy2FuBgQRMu6WbAFdpyzAfc,160535
|
59
|
-
cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py,sha256=vfzXbIdyuE37ZHQFUUK4R9jAEA3htfq5HmHDSYutTco,62713
|
60
|
-
cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py,sha256=ZikMwR4-DNsr1p8aAfu4TC8uF3v6Fwesjnkex3cicvs,279555
|
61
|
-
cdktf_cdktf_provider_pagerduty/service_integration/__init__.py,sha256=mpxQ4BgBn1AcwyvjhxxxMhHlTqCvh3w6e6c79AwOPuo,156554
|
62
|
-
cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py,sha256=hCqQux0Tde5RLRHYK2MZPizZr2srjfphOstLkBt4rNo,48870
|
63
|
-
cdktf_cdktf_provider_pagerduty/tag/__init__.py,sha256=j-Xir1VoG9YlfmfKDbxf0ywFsHqU7j4A4rrl34WcBuU,20036
|
64
|
-
cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py,sha256=Z9j_BIO1cWK5AaC7iZAhb4coBq9MAqGo7nYiBxdsWhQ,24288
|
65
|
-
cdktf_cdktf_provider_pagerduty/team/__init__.py,sha256=eLXb4nIs0NV3VqHgEaVXb741ChAm_UnWHEWbyPbM198,26772
|
66
|
-
cdktf_cdktf_provider_pagerduty/team_membership/__init__.py,sha256=Ulcg7TtjjwVxQ7AFEb_ZkUhehJfwZaYbTS5fx_bBAMk,24320
|
67
|
-
cdktf_cdktf_provider_pagerduty/user/__init__.py,sha256=zdMac_jDbF_LG8HUeb6IBE0JLWemdCzJ2PbioEBr4vk,37802
|
68
|
-
cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py,sha256=XfVItiNXtfWNU5juqkUJGqi9A0Be8HCjWFtkjoTzFJo,32271
|
69
|
-
cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py,sha256=zJ-lk9DP39biM6UHAPQ7ATKShqPb4lCanDDKD1QvaAg,27599
|
70
|
-
cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py,sha256=wCccUrIb6NFae93IYVUvFc30U-HyEp4qAuYqi0tImP4,83855
|
71
|
-
cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/LICENSE,sha256=iOtiyzVBa-Nu49EcWy_HpT9S3U1XmMPETULMqiNnRPc,16012
|
72
|
-
cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/METADATA,sha256=--C2VbI_bCnAlDfECJrXu5Hczdz332W9KbzYWmQ6PTQ,4717
|
73
|
-
cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
74
|
-
cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/top_level.txt,sha256=enUVHgUF23noYUVljfqCIj0Lgehp1gGfRgufSVURcK8,31
|
75
|
-
cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|