cdktf-cdktf-provider-pagerduty 13.7.1__py3-none-any.whl → 13.7.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.3.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 +19 -19
- 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 +7 -7
- 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_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +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 +191 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- 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 +200 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- 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.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.7.3.dist-info/RECORD +81 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.7.1.dist-info/RECORD +0 -81
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_user`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class User(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.user.User",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user pagerduty_user}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -54,20 +54,20 @@ class User(
|
|
54
54
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
55
55
|
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,
|
56
56
|
) -> None:
|
57
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
57
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user pagerduty_user} Resource.
|
58
58
|
|
59
59
|
:param scope: The scope in which to define this construct.
|
60
60
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
61
|
-
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
62
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
63
|
-
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
64
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
65
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
66
|
-
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
67
|
-
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
68
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
69
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
70
|
-
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
61
|
+
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#email User#email}.
|
62
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#name User#name}.
|
63
|
+
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#color User#color}.
|
64
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#description User#description}.
|
65
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#id User#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.
|
66
|
+
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#job_title User#job_title}.
|
67
|
+
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#license User#license}.
|
68
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#role User#role}.
|
69
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#teams User#teams}.
|
70
|
+
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#time_zone User#time_zone}.
|
71
71
|
:param connection:
|
72
72
|
:param count:
|
73
73
|
:param depends_on:
|
@@ -115,7 +115,7 @@ class User(
|
|
115
115
|
|
116
116
|
:param scope: The scope in which to define this construct.
|
117
117
|
:param import_to_id: The construct id used in the generated config for the User to import.
|
118
|
-
:param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
118
|
+
:param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#import import section} in the documentation of this resource for the id to use
|
119
119
|
:param provider: ? Optional instance of the provider where the User to import is found.
|
120
120
|
'''
|
121
121
|
if __debug__:
|
@@ -410,16 +410,16 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
410
410
|
:param lifecycle:
|
411
411
|
:param provider:
|
412
412
|
:param provisioners:
|
413
|
-
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
414
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
415
|
-
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
416
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
417
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
418
|
-
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
419
|
-
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
420
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
421
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
422
|
-
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
413
|
+
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#email User#email}.
|
414
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#name User#name}.
|
415
|
+
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#color User#color}.
|
416
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#description User#description}.
|
417
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#id User#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.
|
418
|
+
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#job_title User#job_title}.
|
419
|
+
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#license User#license}.
|
420
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#role User#role}.
|
421
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#teams User#teams}.
|
422
|
+
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#time_zone User#time_zone}.
|
423
423
|
'''
|
424
424
|
if isinstance(lifecycle, dict):
|
425
425
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -543,33 +543,33 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
543
543
|
|
544
544
|
@builtins.property
|
545
545
|
def email(self) -> builtins.str:
|
546
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
546
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#email User#email}.'''
|
547
547
|
result = self._values.get("email")
|
548
548
|
assert result is not None, "Required property 'email' is missing"
|
549
549
|
return typing.cast(builtins.str, result)
|
550
550
|
|
551
551
|
@builtins.property
|
552
552
|
def name(self) -> builtins.str:
|
553
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
553
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#name User#name}.'''
|
554
554
|
result = self._values.get("name")
|
555
555
|
assert result is not None, "Required property 'name' is missing"
|
556
556
|
return typing.cast(builtins.str, result)
|
557
557
|
|
558
558
|
@builtins.property
|
559
559
|
def color(self) -> typing.Optional[builtins.str]:
|
560
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
560
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#color User#color}.'''
|
561
561
|
result = self._values.get("color")
|
562
562
|
return typing.cast(typing.Optional[builtins.str], result)
|
563
563
|
|
564
564
|
@builtins.property
|
565
565
|
def description(self) -> typing.Optional[builtins.str]:
|
566
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
566
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#description User#description}.'''
|
567
567
|
result = self._values.get("description")
|
568
568
|
return typing.cast(typing.Optional[builtins.str], result)
|
569
569
|
|
570
570
|
@builtins.property
|
571
571
|
def id(self) -> typing.Optional[builtins.str]:
|
572
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
572
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#id User#id}.
|
573
573
|
|
574
574
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
575
575
|
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.
|
@@ -579,31 +579,31 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
579
579
|
|
580
580
|
@builtins.property
|
581
581
|
def job_title(self) -> typing.Optional[builtins.str]:
|
582
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
582
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#job_title User#job_title}.'''
|
583
583
|
result = self._values.get("job_title")
|
584
584
|
return typing.cast(typing.Optional[builtins.str], result)
|
585
585
|
|
586
586
|
@builtins.property
|
587
587
|
def license(self) -> typing.Optional[builtins.str]:
|
588
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
588
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#license User#license}.'''
|
589
589
|
result = self._values.get("license")
|
590
590
|
return typing.cast(typing.Optional[builtins.str], result)
|
591
591
|
|
592
592
|
@builtins.property
|
593
593
|
def role(self) -> typing.Optional[builtins.str]:
|
594
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
594
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#role User#role}.'''
|
595
595
|
result = self._values.get("role")
|
596
596
|
return typing.cast(typing.Optional[builtins.str], result)
|
597
597
|
|
598
598
|
@builtins.property
|
599
599
|
def teams(self) -> typing.Optional[typing.List[builtins.str]]:
|
600
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
600
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#teams User#teams}.'''
|
601
601
|
result = self._values.get("teams")
|
602
602
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
603
603
|
|
604
604
|
@builtins.property
|
605
605
|
def time_zone(self) -> typing.Optional[builtins.str]:
|
606
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
606
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user#time_zone User#time_zone}.'''
|
607
607
|
result = self._values.get("time_zone")
|
608
608
|
return typing.cast(typing.Optional[builtins.str], result)
|
609
609
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_user_contact_method`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class UserContactMethod(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.userContactMethod.UserContactMethod",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method pagerduty_user_contact_method}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -51,17 +51,17 @@ class UserContactMethod(
|
|
51
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
52
52
|
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,
|
53
53
|
) -> None:
|
54
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method pagerduty_user_contact_method} Resource.
|
55
55
|
|
56
56
|
:param scope: The scope in which to define this construct.
|
57
57
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
58
|
-
:param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
59
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
60
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
61
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
62
|
-
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
63
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
64
|
-
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
58
|
+
:param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#address UserContactMethod#address}.
|
59
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#label UserContactMethod#label}.
|
60
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#type UserContactMethod#type}.
|
61
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
|
62
|
+
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
|
63
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#id UserContactMethod#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.
|
64
|
+
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
|
65
65
|
:param connection:
|
66
66
|
:param count:
|
67
67
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class UserContactMethod(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the UserContactMethod to import.
|
109
|
-
:param import_from_id: The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
109
|
+
:param import_from_id: The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the UserContactMethod to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -326,13 +326,13 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
326
326
|
:param lifecycle:
|
327
327
|
:param provider:
|
328
328
|
:param provisioners:
|
329
|
-
:param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
330
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
331
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
332
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
333
|
-
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
334
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
335
|
-
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
329
|
+
:param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#address UserContactMethod#address}.
|
330
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#label UserContactMethod#label}.
|
331
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#type UserContactMethod#type}.
|
332
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
|
333
|
+
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
|
334
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#id UserContactMethod#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.
|
335
|
+
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
|
336
336
|
'''
|
337
337
|
if isinstance(lifecycle, dict):
|
338
338
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -445,41 +445,41 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
445
445
|
|
446
446
|
@builtins.property
|
447
447
|
def address(self) -> builtins.str:
|
448
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
448
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#address UserContactMethod#address}.'''
|
449
449
|
result = self._values.get("address")
|
450
450
|
assert result is not None, "Required property 'address' is missing"
|
451
451
|
return typing.cast(builtins.str, result)
|
452
452
|
|
453
453
|
@builtins.property
|
454
454
|
def label(self) -> builtins.str:
|
455
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
455
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#label UserContactMethod#label}.'''
|
456
456
|
result = self._values.get("label")
|
457
457
|
assert result is not None, "Required property 'label' is missing"
|
458
458
|
return typing.cast(builtins.str, result)
|
459
459
|
|
460
460
|
@builtins.property
|
461
461
|
def type(self) -> builtins.str:
|
462
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
462
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#type UserContactMethod#type}.'''
|
463
463
|
result = self._values.get("type")
|
464
464
|
assert result is not None, "Required property 'type' is missing"
|
465
465
|
return typing.cast(builtins.str, result)
|
466
466
|
|
467
467
|
@builtins.property
|
468
468
|
def user_id(self) -> builtins.str:
|
469
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
469
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.'''
|
470
470
|
result = self._values.get("user_id")
|
471
471
|
assert result is not None, "Required property 'user_id' is missing"
|
472
472
|
return typing.cast(builtins.str, result)
|
473
473
|
|
474
474
|
@builtins.property
|
475
475
|
def country_code(self) -> typing.Optional[jsii.Number]:
|
476
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
476
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.'''
|
477
477
|
result = self._values.get("country_code")
|
478
478
|
return typing.cast(typing.Optional[jsii.Number], result)
|
479
479
|
|
480
480
|
@builtins.property
|
481
481
|
def id(self) -> typing.Optional[builtins.str]:
|
482
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
482
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#id UserContactMethod#id}.
|
483
483
|
|
484
484
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
485
485
|
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.
|
@@ -491,7 +491,7 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
491
491
|
def send_short_email(
|
492
492
|
self,
|
493
493
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
494
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
494
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.'''
|
495
495
|
result = self._values.get("send_short_email")
|
496
496
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
497
497
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_user_notification_rule`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_user_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_user_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class UserNotificationRule(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.userNotificationRule.UserNotificationRule",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule pagerduty_user_notification_rule}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -49,15 +49,15 @@ class UserNotificationRule(
|
|
49
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
50
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,
|
51
51
|
) -> None:
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource.
|
53
53
|
|
54
54
|
:param scope: The scope in which to define this construct.
|
55
55
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
56
|
-
:param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
57
|
-
:param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
58
|
-
:param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
59
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
56
|
+
:param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.
|
57
|
+
:param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.
|
58
|
+
:param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.
|
59
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#id UserNotificationRule#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
61
|
:param connection:
|
62
62
|
:param count:
|
63
63
|
:param depends_on:
|
@@ -100,7 +100,7 @@ class UserNotificationRule(
|
|
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 UserNotificationRule to import.
|
103
|
-
:param import_from_id: The id of the existing UserNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
103
|
+
:param import_from_id: The id of the existing UserNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#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 UserNotificationRule to import is found.
|
105
105
|
'''
|
106
106
|
if __debug__:
|
@@ -259,11 +259,11 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
259
259
|
:param lifecycle:
|
260
260
|
:param provider:
|
261
261
|
:param provisioners:
|
262
|
-
:param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
263
|
-
:param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
264
|
-
:param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
265
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
266
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
262
|
+
:param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.
|
263
|
+
:param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.
|
264
|
+
:param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.
|
265
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.
|
266
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#id UserNotificationRule#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.
|
267
267
|
'''
|
268
268
|
if isinstance(lifecycle, dict):
|
269
269
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -370,35 +370,35 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
370
370
|
|
371
371
|
@builtins.property
|
372
372
|
def contact_method(self) -> typing.Mapping[builtins.str, builtins.str]:
|
373
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
373
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.'''
|
374
374
|
result = self._values.get("contact_method")
|
375
375
|
assert result is not None, "Required property 'contact_method' is missing"
|
376
376
|
return typing.cast(typing.Mapping[builtins.str, builtins.str], result)
|
377
377
|
|
378
378
|
@builtins.property
|
379
379
|
def start_delay_in_minutes(self) -> jsii.Number:
|
380
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
380
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.'''
|
381
381
|
result = self._values.get("start_delay_in_minutes")
|
382
382
|
assert result is not None, "Required property 'start_delay_in_minutes' is missing"
|
383
383
|
return typing.cast(jsii.Number, result)
|
384
384
|
|
385
385
|
@builtins.property
|
386
386
|
def urgency(self) -> builtins.str:
|
387
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
387
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.'''
|
388
388
|
result = self._values.get("urgency")
|
389
389
|
assert result is not None, "Required property 'urgency' is missing"
|
390
390
|
return typing.cast(builtins.str, result)
|
391
391
|
|
392
392
|
@builtins.property
|
393
393
|
def user_id(self) -> builtins.str:
|
394
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
394
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.'''
|
395
395
|
result = self._values.get("user_id")
|
396
396
|
assert result is not None, "Required property 'user_id' is missing"
|
397
397
|
return typing.cast(builtins.str, result)
|
398
398
|
|
399
399
|
@builtins.property
|
400
400
|
def id(self) -> typing.Optional[builtins.str]:
|
401
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
401
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/user_notification_rule#id UserNotificationRule#id}.
|
402
402
|
|
403
403
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
404
404
|
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.
|