cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +5 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_escalation_policy`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class EscalationPolicy(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.escalationPolicy.EscalationPolicy",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -47,16 +47,16 @@ class EscalationPolicy(
|
|
47
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
48
48
|
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
49
|
) -> None:
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
|
51
51
|
|
52
52
|
:param scope: The scope in which to define this construct.
|
53
53
|
: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.
|
54
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
55
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
56
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
57
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.
|
58
|
+
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
59
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
60
60
|
:param connection:
|
61
61
|
:param count:
|
62
62
|
:param depends_on:
|
@@ -100,7 +100,7 @@ class EscalationPolicy(
|
|
100
100
|
|
101
101
|
:param scope: The scope in which to define this construct.
|
102
102
|
: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.
|
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.4.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
|
104
104
|
:param provider: ? Optional instance of the provider where the EscalationPolicy to import is found.
|
105
105
|
'''
|
106
106
|
if __debug__:
|
@@ -144,6 +144,10 @@ class EscalationPolicy(
|
|
144
144
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
145
145
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
146
146
|
|
147
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
148
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
149
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
150
|
+
|
147
151
|
@jsii.python.classproperty
|
148
152
|
@jsii.member(jsii_name="tfResourceType")
|
149
153
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -292,12 +296,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
292
296
|
:param lifecycle:
|
293
297
|
:param provider:
|
294
298
|
:param provisioners:
|
295
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
296
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
297
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
298
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
299
|
-
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
300
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
299
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
300
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
301
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
302
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.
|
303
|
+
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
304
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
301
305
|
'''
|
302
306
|
if isinstance(lifecycle, dict):
|
303
307
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -409,7 +413,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
409
413
|
|
410
414
|
@builtins.property
|
411
415
|
def name(self) -> builtins.str:
|
412
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
416
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
|
413
417
|
result = self._values.get("name")
|
414
418
|
assert result is not None, "Required property 'name' is missing"
|
415
419
|
return typing.cast(builtins.str, result)
|
@@ -420,7 +424,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
420
424
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
|
421
425
|
'''rule block.
|
422
426
|
|
423
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
427
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
424
428
|
'''
|
425
429
|
result = self._values.get("rule")
|
426
430
|
assert result is not None, "Required property 'rule' is missing"
|
@@ -428,13 +432,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
428
432
|
|
429
433
|
@builtins.property
|
430
434
|
def description(self) -> typing.Optional[builtins.str]:
|
431
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
435
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
|
432
436
|
result = self._values.get("description")
|
433
437
|
return typing.cast(typing.Optional[builtins.str], result)
|
434
438
|
|
435
439
|
@builtins.property
|
436
440
|
def id(self) -> typing.Optional[builtins.str]:
|
437
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
441
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
438
442
|
|
439
443
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
440
444
|
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.
|
@@ -444,13 +448,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
444
448
|
|
445
449
|
@builtins.property
|
446
450
|
def num_loops(self) -> typing.Optional[jsii.Number]:
|
447
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
451
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
|
448
452
|
result = self._values.get("num_loops")
|
449
453
|
return typing.cast(typing.Optional[jsii.Number], result)
|
450
454
|
|
451
455
|
@builtins.property
|
452
456
|
def teams(self) -> typing.Optional[typing.List[builtins.str]]:
|
453
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
457
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
|
454
458
|
result = self._values.get("teams")
|
455
459
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
456
460
|
|
@@ -484,9 +488,9 @@ class EscalationPolicyRule:
|
|
484
488
|
escalation_rule_assignment_strategy: typing.Optional[typing.Union["EscalationPolicyRuleEscalationRuleAssignmentStrategy", typing.Dict[builtins.str, typing.Any]]] = None,
|
485
489
|
) -> None:
|
486
490
|
'''
|
487
|
-
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
488
|
-
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
489
|
-
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
491
|
+
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
|
492
|
+
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#target EscalationPolicy#target}
|
493
|
+
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
490
494
|
'''
|
491
495
|
if isinstance(escalation_rule_assignment_strategy, dict):
|
492
496
|
escalation_rule_assignment_strategy = EscalationPolicyRuleEscalationRuleAssignmentStrategy(**escalation_rule_assignment_strategy)
|
@@ -504,7 +508,7 @@ class EscalationPolicyRule:
|
|
504
508
|
|
505
509
|
@builtins.property
|
506
510
|
def escalation_delay_in_minutes(self) -> jsii.Number:
|
507
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
511
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
|
508
512
|
result = self._values.get("escalation_delay_in_minutes")
|
509
513
|
assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
|
510
514
|
return typing.cast(jsii.Number, result)
|
@@ -515,7 +519,7 @@ class EscalationPolicyRule:
|
|
515
519
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
|
516
520
|
'''target block.
|
517
521
|
|
518
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
522
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#target EscalationPolicy#target}
|
519
523
|
'''
|
520
524
|
result = self._values.get("target")
|
521
525
|
assert result is not None, "Required property 'target' is missing"
|
@@ -527,7 +531,7 @@ class EscalationPolicyRule:
|
|
527
531
|
) -> typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"]:
|
528
532
|
'''escalation_rule_assignment_strategy block.
|
529
533
|
|
530
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
534
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
531
535
|
'''
|
532
536
|
result = self._values.get("escalation_rule_assignment_strategy")
|
533
537
|
return typing.cast(typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"], result)
|
@@ -552,7 +556,7 @@ class EscalationPolicyRule:
|
|
552
556
|
class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
553
557
|
def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
|
554
558
|
'''
|
555
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
559
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
556
560
|
'''
|
557
561
|
if __debug__:
|
558
562
|
type_hints = typing.get_type_hints(_typecheckingstub__953269d9978a1ac8c7b1b4bdc9c54e0cf3573db2ea304992783d4c98b969f97b)
|
@@ -563,7 +567,7 @@ class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
|
563
567
|
|
564
568
|
@builtins.property
|
565
569
|
def type(self) -> typing.Optional[builtins.str]:
|
566
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
570
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
567
571
|
result = self._values.get("type")
|
568
572
|
return typing.cast(typing.Optional[builtins.str], result)
|
569
573
|
|
@@ -761,7 +765,7 @@ class EscalationPolicyRuleOutputReference(
|
|
761
765
|
type: typing.Optional[builtins.str] = None,
|
762
766
|
) -> None:
|
763
767
|
'''
|
764
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
768
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
765
769
|
'''
|
766
770
|
value = EscalationPolicyRuleEscalationRuleAssignmentStrategy(type=type)
|
767
771
|
|
@@ -863,8 +867,8 @@ class EscalationPolicyRuleTarget:
|
|
863
867
|
type: typing.Optional[builtins.str] = None,
|
864
868
|
) -> None:
|
865
869
|
'''
|
866
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
867
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
870
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.
|
871
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
868
872
|
'''
|
869
873
|
if __debug__:
|
870
874
|
type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
|
@@ -878,7 +882,7 @@ class EscalationPolicyRuleTarget:
|
|
878
882
|
|
879
883
|
@builtins.property
|
880
884
|
def id(self) -> builtins.str:
|
881
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
885
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
882
886
|
|
883
887
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
884
888
|
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.
|
@@ -889,7 +893,7 @@ class EscalationPolicyRuleTarget:
|
|
889
893
|
|
890
894
|
@builtins.property
|
891
895
|
def type(self) -> typing.Optional[builtins.str]:
|
892
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
896
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
893
897
|
result = self._values.get("type")
|
894
898
|
return typing.cast(typing.Optional[builtins.str], result)
|
895
899
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_orchestration`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class EventOrchestration(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestration.EventOrchestration",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -46,15 +46,15 @@ class EventOrchestration(
|
|
46
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
47
|
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
48
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
|
50
50
|
|
51
51
|
:param scope: The scope in which to define this construct.
|
52
52
|
: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.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#name EventOrchestration#name}.
|
54
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#description EventOrchestration#description}.
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.
|
56
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
|
57
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#team EventOrchestration#team}.
|
58
58
|
:param connection:
|
59
59
|
:param count:
|
60
60
|
:param depends_on:
|
@@ -97,7 +97,7 @@ class EventOrchestration(
|
|
97
97
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
99
99
|
: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.
|
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.4.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use
|
101
101
|
:param provider: ? Optional instance of the provider where the EventOrchestration to import is found.
|
102
102
|
'''
|
103
103
|
if __debug__:
|
@@ -141,6 +141,10 @@ class EventOrchestration(
|
|
141
141
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
142
142
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
143
143
|
|
144
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
145
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
146
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
147
|
+
|
144
148
|
@jsii.python.classproperty
|
145
149
|
@jsii.member(jsii_name="tfResourceType")
|
146
150
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -275,11 +279,11 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
275
279
|
:param lifecycle:
|
276
280
|
:param provider:
|
277
281
|
:param provisioners:
|
278
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
279
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
280
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
281
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
282
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
282
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#name EventOrchestration#name}.
|
283
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#description EventOrchestration#description}.
|
284
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.
|
285
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
|
286
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#team EventOrchestration#team}.
|
283
287
|
'''
|
284
288
|
if isinstance(lifecycle, dict):
|
285
289
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -389,20 +393,20 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
389
393
|
|
390
394
|
@builtins.property
|
391
395
|
def name(self) -> builtins.str:
|
392
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
396
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#name EventOrchestration#name}.'''
|
393
397
|
result = self._values.get("name")
|
394
398
|
assert result is not None, "Required property 'name' is missing"
|
395
399
|
return typing.cast(builtins.str, result)
|
396
400
|
|
397
401
|
@builtins.property
|
398
402
|
def description(self) -> typing.Optional[builtins.str]:
|
399
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
403
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#description EventOrchestration#description}.'''
|
400
404
|
result = self._values.get("description")
|
401
405
|
return typing.cast(typing.Optional[builtins.str], result)
|
402
406
|
|
403
407
|
@builtins.property
|
404
408
|
def id(self) -> typing.Optional[builtins.str]:
|
405
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
409
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#id EventOrchestration#id}.
|
406
410
|
|
407
411
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
408
412
|
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.
|
@@ -416,14 +420,14 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
416
420
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]]:
|
417
421
|
'''integration block.
|
418
422
|
|
419
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
423
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
|
420
424
|
'''
|
421
425
|
result = self._values.get("integration")
|
422
426
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]], result)
|
423
427
|
|
424
428
|
@builtins.property
|
425
429
|
def team(self) -> typing.Optional[builtins.str]:
|
426
|
-
'''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.4.0/docs/resources/event_orchestration#team EventOrchestration#team}.'''
|
427
431
|
result = self._values.get("team")
|
428
432
|
return typing.cast(typing.Optional[builtins.str], result)
|
429
433
|
|