cdktf-cdktf-provider-pagerduty 13.5.0__py3-none-any.whl → 13.6.1__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 +6 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +20 -60
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +33 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +38 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.5.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.5.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_escalation_policy`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class EscalationPolicy(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.escalationPolicy.EscalationPolicy",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -47,16 +50,16 @@ class EscalationPolicy(
|
|
47
50
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
48
51
|
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,
|
49
52
|
) -> None:
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
|
51
54
|
|
52
55
|
:param scope: The scope in which to define this construct.
|
53
56
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
54
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
59
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
58
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
59
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#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 num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
62
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
60
63
|
:param connection:
|
61
64
|
:param count:
|
62
65
|
:param depends_on:
|
@@ -100,7 +103,7 @@ class EscalationPolicy(
|
|
100
103
|
|
101
104
|
:param scope: The scope in which to define this construct.
|
102
105
|
:param import_to_id: The construct id used in the generated config for the EscalationPolicy to import.
|
103
|
-
:param import_from_id: The id of the existing EscalationPolicy 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 EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
|
104
107
|
:param provider: ? Optional instance of the provider where the EscalationPolicy to import is found.
|
105
108
|
'''
|
106
109
|
if __debug__:
|
@@ -296,12 +299,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
296
299
|
:param lifecycle:
|
297
300
|
:param provider:
|
298
301
|
:param provisioners:
|
299
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
300
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
301
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
302
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
303
|
-
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
304
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
302
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
303
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
304
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
305
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#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.
|
306
|
+
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
307
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
305
308
|
'''
|
306
309
|
if isinstance(lifecycle, dict):
|
307
310
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -413,7 +416,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
413
416
|
|
414
417
|
@builtins.property
|
415
418
|
def name(self) -> builtins.str:
|
416
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
419
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
|
417
420
|
result = self._values.get("name")
|
418
421
|
assert result is not None, "Required property 'name' is missing"
|
419
422
|
return typing.cast(builtins.str, result)
|
@@ -424,7 +427,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
424
427
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
|
425
428
|
'''rule block.
|
426
429
|
|
427
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
430
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
428
431
|
'''
|
429
432
|
result = self._values.get("rule")
|
430
433
|
assert result is not None, "Required property 'rule' is missing"
|
@@ -432,13 +435,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
432
435
|
|
433
436
|
@builtins.property
|
434
437
|
def description(self) -> typing.Optional[builtins.str]:
|
435
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
438
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
|
436
439
|
result = self._values.get("description")
|
437
440
|
return typing.cast(typing.Optional[builtins.str], result)
|
438
441
|
|
439
442
|
@builtins.property
|
440
443
|
def id(self) -> typing.Optional[builtins.str]:
|
441
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
444
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
442
445
|
|
443
446
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
444
447
|
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.
|
@@ -448,13 +451,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
448
451
|
|
449
452
|
@builtins.property
|
450
453
|
def num_loops(self) -> typing.Optional[jsii.Number]:
|
451
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
454
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
|
452
455
|
result = self._values.get("num_loops")
|
453
456
|
return typing.cast(typing.Optional[jsii.Number], result)
|
454
457
|
|
455
458
|
@builtins.property
|
456
459
|
def teams(self) -> typing.Optional[typing.List[builtins.str]]:
|
457
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
460
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
|
458
461
|
result = self._values.get("teams")
|
459
462
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
460
463
|
|
@@ -488,9 +491,9 @@ class EscalationPolicyRule:
|
|
488
491
|
escalation_rule_assignment_strategy: typing.Optional[typing.Union["EscalationPolicyRuleEscalationRuleAssignmentStrategy", typing.Dict[builtins.str, typing.Any]]] = None,
|
489
492
|
) -> None:
|
490
493
|
'''
|
491
|
-
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
492
|
-
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
493
|
-
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
494
|
+
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
|
495
|
+
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#target EscalationPolicy#target}
|
496
|
+
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
494
497
|
'''
|
495
498
|
if isinstance(escalation_rule_assignment_strategy, dict):
|
496
499
|
escalation_rule_assignment_strategy = EscalationPolicyRuleEscalationRuleAssignmentStrategy(**escalation_rule_assignment_strategy)
|
@@ -508,7 +511,7 @@ class EscalationPolicyRule:
|
|
508
511
|
|
509
512
|
@builtins.property
|
510
513
|
def escalation_delay_in_minutes(self) -> jsii.Number:
|
511
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
514
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
|
512
515
|
result = self._values.get("escalation_delay_in_minutes")
|
513
516
|
assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
|
514
517
|
return typing.cast(jsii.Number, result)
|
@@ -519,7 +522,7 @@ class EscalationPolicyRule:
|
|
519
522
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
|
520
523
|
'''target block.
|
521
524
|
|
522
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
525
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#target EscalationPolicy#target}
|
523
526
|
'''
|
524
527
|
result = self._values.get("target")
|
525
528
|
assert result is not None, "Required property 'target' is missing"
|
@@ -531,7 +534,7 @@ class EscalationPolicyRule:
|
|
531
534
|
) -> typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"]:
|
532
535
|
'''escalation_rule_assignment_strategy block.
|
533
536
|
|
534
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
537
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
535
538
|
'''
|
536
539
|
result = self._values.get("escalation_rule_assignment_strategy")
|
537
540
|
return typing.cast(typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"], result)
|
@@ -556,7 +559,7 @@ class EscalationPolicyRule:
|
|
556
559
|
class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
557
560
|
def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
|
558
561
|
'''
|
559
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
562
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
560
563
|
'''
|
561
564
|
if __debug__:
|
562
565
|
type_hints = typing.get_type_hints(_typecheckingstub__953269d9978a1ac8c7b1b4bdc9c54e0cf3573db2ea304992783d4c98b969f97b)
|
@@ -567,7 +570,7 @@ class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
|
567
570
|
|
568
571
|
@builtins.property
|
569
572
|
def type(self) -> typing.Optional[builtins.str]:
|
570
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
573
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
571
574
|
result = self._values.get("type")
|
572
575
|
return typing.cast(typing.Optional[builtins.str], result)
|
573
576
|
|
@@ -765,7 +768,7 @@ class EscalationPolicyRuleOutputReference(
|
|
765
768
|
type: typing.Optional[builtins.str] = None,
|
766
769
|
) -> None:
|
767
770
|
'''
|
768
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
771
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
769
772
|
'''
|
770
773
|
value = EscalationPolicyRuleEscalationRuleAssignmentStrategy(type=type)
|
771
774
|
|
@@ -867,8 +870,8 @@ class EscalationPolicyRuleTarget:
|
|
867
870
|
type: typing.Optional[builtins.str] = None,
|
868
871
|
) -> None:
|
869
872
|
'''
|
870
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
871
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
873
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#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.
|
874
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
872
875
|
'''
|
873
876
|
if __debug__:
|
874
877
|
type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
|
@@ -882,7 +885,7 @@ class EscalationPolicyRuleTarget:
|
|
882
885
|
|
883
886
|
@builtins.property
|
884
887
|
def id(self) -> builtins.str:
|
885
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
888
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
886
889
|
|
887
890
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
888
891
|
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.
|
@@ -893,7 +896,7 @@ class EscalationPolicyRuleTarget:
|
|
893
896
|
|
894
897
|
@builtins.property
|
895
898
|
def type(self) -> typing.Optional[builtins.str]:
|
896
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
899
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
897
900
|
result = self._values.get("type")
|
898
901
|
return typing.cast(typing.Optional[builtins.str], result)
|
899
902
|
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_orchestration`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class EventOrchestration(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestration.EventOrchestration",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -46,15 +49,15 @@ class EventOrchestration(
|
|
46
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
50
|
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,
|
48
51
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
|
50
53
|
|
51
54
|
:param scope: The scope in which to define this construct.
|
52
55
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#name EventOrchestration#name}.
|
57
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#description EventOrchestration#description}.
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#id EventOrchestration#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.
|
59
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
|
60
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#team EventOrchestration#team}.
|
58
61
|
:param connection:
|
59
62
|
:param count:
|
60
63
|
:param depends_on:
|
@@ -97,7 +100,7 @@ class EventOrchestration(
|
|
97
100
|
|
98
101
|
:param scope: The scope in which to define this construct.
|
99
102
|
:param import_to_id: The construct id used in the generated config for the EventOrchestration to import.
|
100
|
-
:param import_from_id: The id of the existing EventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
103
|
+
:param import_from_id: The id of the existing EventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use
|
101
104
|
:param provider: ? Optional instance of the provider where the EventOrchestration to import is found.
|
102
105
|
'''
|
103
106
|
if __debug__:
|
@@ -279,11 +282,11 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
279
282
|
:param lifecycle:
|
280
283
|
:param provider:
|
281
284
|
:param provisioners:
|
282
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
283
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
284
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
285
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
286
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
285
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#name EventOrchestration#name}.
|
286
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#description EventOrchestration#description}.
|
287
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#id EventOrchestration#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.
|
288
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
|
289
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#team EventOrchestration#team}.
|
287
290
|
'''
|
288
291
|
if isinstance(lifecycle, dict):
|
289
292
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -393,20 +396,20 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
393
396
|
|
394
397
|
@builtins.property
|
395
398
|
def name(self) -> builtins.str:
|
396
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
399
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#name EventOrchestration#name}.'''
|
397
400
|
result = self._values.get("name")
|
398
401
|
assert result is not None, "Required property 'name' is missing"
|
399
402
|
return typing.cast(builtins.str, result)
|
400
403
|
|
401
404
|
@builtins.property
|
402
405
|
def description(self) -> typing.Optional[builtins.str]:
|
403
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
406
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#description EventOrchestration#description}.'''
|
404
407
|
result = self._values.get("description")
|
405
408
|
return typing.cast(typing.Optional[builtins.str], result)
|
406
409
|
|
407
410
|
@builtins.property
|
408
411
|
def id(self) -> typing.Optional[builtins.str]:
|
409
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
412
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#id EventOrchestration#id}.
|
410
413
|
|
411
414
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
412
415
|
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.
|
@@ -420,14 +423,14 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
420
423
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]]:
|
421
424
|
'''integration block.
|
422
425
|
|
423
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
426
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
|
424
427
|
'''
|
425
428
|
result = self._values.get("integration")
|
426
429
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]], result)
|
427
430
|
|
428
431
|
@builtins.property
|
429
432
|
def team(self) -> typing.Optional[builtins.str]:
|
430
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
433
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration#team EventOrchestration#team}.'''
|
431
434
|
result = self._values.get("team")
|
432
435
|
return typing.cast(typing.Optional[builtins.str], result)
|
433
436
|
|