cdktf-cdktf-provider-pagerduty 13.13.2__py3-none-any.whl → 13.14.0__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.14.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +105 -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_alert_grouping_setting/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +81 -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 +7 -7
- 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_jira_cloud_account_mapping/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- 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 +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- 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 +7 -7
- 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 +197 -197
- 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 +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- 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 +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- 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 +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- 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 +21 -21
- 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 +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- 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_handoff_notification_rule/__init__.py +20 -20
- 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.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.14.0.dist-info/RECORD +86 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.13.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.13.2.dist-info/RECORD +0 -86
- {cdktf_cdktf_provider_pagerduty-13.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_user`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyUser(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUser.DataPagerdutyUser",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user pagerduty_user}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyUser(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
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,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user pagerduty_user} Data Source.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user#email DataPagerdutyUser#email}.
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user#id DataPagerdutyUser#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.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyUser(
|
|
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 DataPagerdutyUser to import.
|
109
|
-
:param import_from_id: The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
109
|
+
:param import_from_id: The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user#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 DataPagerdutyUser to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -231,8 +231,8 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
231
231
|
:param lifecycle:
|
232
232
|
:param provider:
|
233
233
|
:param provisioners:
|
234
|
-
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
235
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
234
|
+
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user#email DataPagerdutyUser#email}.
|
235
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user#id DataPagerdutyUser#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.
|
236
236
|
'''
|
237
237
|
if isinstance(lifecycle, dict):
|
238
238
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -333,14 +333,14 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
333
333
|
|
334
334
|
@builtins.property
|
335
335
|
def email(self) -> builtins.str:
|
336
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
336
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user#email DataPagerdutyUser#email}.'''
|
337
337
|
result = self._values.get("email")
|
338
338
|
assert result is not None, "Required property 'email' is missing"
|
339
339
|
return typing.cast(builtins.str, result)
|
340
340
|
|
341
341
|
@builtins.property
|
342
342
|
def id(self) -> typing.Optional[builtins.str]:
|
343
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
343
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user#id DataPagerdutyUser#id}.
|
344
344
|
|
345
345
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
346
346
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_user_contact_method`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyUserContactMethod(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethod",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class DataPagerdutyUserContactMethod(
|
|
63
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
64
64
|
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,
|
65
65
|
) -> None:
|
66
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
|
67
67
|
|
68
68
|
:param scope: The scope in which to define this construct.
|
69
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
70
|
-
:param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
71
|
-
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
72
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
73
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
70
|
+
:param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
|
71
|
+
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
|
72
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#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.
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class DataPagerdutyUserContactMethod(
|
|
112
112
|
|
113
113
|
:param scope: The scope in which to define this construct.
|
114
114
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyUserContactMethod to import.
|
115
|
-
:param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
115
|
+
:param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use
|
116
116
|
:param provider: ? Optional instance of the provider where the DataPagerdutyUserContactMethod to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -280,10 +280,10 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
280
280
|
:param lifecycle:
|
281
281
|
:param provider:
|
282
282
|
:param provisioners:
|
283
|
-
:param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
284
|
-
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
285
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
286
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
283
|
+
:param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
|
284
|
+
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
|
285
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
|
286
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#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.
|
287
287
|
'''
|
288
288
|
if isinstance(lifecycle, dict):
|
289
289
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -390,7 +390,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
390
390
|
def label(self) -> builtins.str:
|
391
391
|
'''The name of the contact method to find in the PagerDuty API.
|
392
392
|
|
393
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
393
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
|
394
394
|
'''
|
395
395
|
result = self._values.get("label")
|
396
396
|
assert result is not None, "Required property 'label' is missing"
|
@@ -400,7 +400,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
400
400
|
def type(self) -> builtins.str:
|
401
401
|
'''The type of the contact method.
|
402
402
|
|
403
|
-
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.18.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
|
404
404
|
'''
|
405
405
|
result = self._values.get("type")
|
406
406
|
assert result is not None, "Required property 'type' is missing"
|
@@ -408,14 +408,14 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
408
408
|
|
409
409
|
@builtins.property
|
410
410
|
def user_id(self) -> builtins.str:
|
411
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
411
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
|
412
412
|
result = self._values.get("user_id")
|
413
413
|
assert result is not None, "Required property 'user_id' is missing"
|
414
414
|
return typing.cast(builtins.str, result)
|
415
415
|
|
416
416
|
@builtins.property
|
417
417
|
def id(self) -> typing.Optional[builtins.str]:
|
418
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
418
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
|
419
419
|
|
420
420
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
421
421
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_users`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyUsers(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUsers.DataPagerdutyUsers",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users pagerduty_users}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyUsers(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
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,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users pagerduty_users} Data Source.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users#id DataPagerdutyUsers#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.
|
69
|
+
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyUsers(
|
|
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 DataPagerdutyUsers to import.
|
109
|
-
:param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
109
|
+
:param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users#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 DataPagerdutyUsers to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -215,8 +215,8 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
215
215
|
:param lifecycle:
|
216
216
|
:param provider:
|
217
217
|
:param provisioners:
|
218
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
219
|
-
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
218
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users#id DataPagerdutyUsers#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.
|
219
|
+
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
|
220
220
|
'''
|
221
221
|
if isinstance(lifecycle, dict):
|
222
222
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -317,7 +317,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
317
317
|
|
318
318
|
@builtins.property
|
319
319
|
def id(self) -> typing.Optional[builtins.str]:
|
320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
320
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users#id DataPagerdutyUsers#id}.
|
321
321
|
|
322
322
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
323
323
|
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.
|
@@ -327,7 +327,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
327
327
|
|
328
328
|
@builtins.property
|
329
329
|
def team_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
330
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
330
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
|
331
331
|
result = self._values.get("team_ids")
|
332
332
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
333
333
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_vendor`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyVendor(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyVendor.DataPagerdutyVendor",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor pagerduty_vendor}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyVendor(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
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,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor pagerduty_vendor} Data Source.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor#id DataPagerdutyVendor#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.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyVendor(
|
|
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 DataPagerdutyVendor to import.
|
109
|
-
:param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
109
|
+
:param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor#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 DataPagerdutyVendor to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -211,8 +211,8 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
211
211
|
:param lifecycle:
|
212
212
|
:param provider:
|
213
213
|
:param provisioners:
|
214
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
215
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
214
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
|
215
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor#id DataPagerdutyVendor#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.
|
216
216
|
'''
|
217
217
|
if isinstance(lifecycle, dict):
|
218
218
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -313,14 +313,14 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
313
313
|
|
314
314
|
@builtins.property
|
315
315
|
def name(self) -> builtins.str:
|
316
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
316
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
|
317
317
|
result = self._values.get("name")
|
318
318
|
assert result is not None, "Required property 'name' is missing"
|
319
319
|
return typing.cast(builtins.str, result)
|
320
320
|
|
321
321
|
@builtins.property
|
322
322
|
def id(self) -> typing.Optional[builtins.str]:
|
323
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
323
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
|
324
324
|
|
325
325
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
326
326
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
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.18.0/docs/resources/escalation_policy).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class EscalationPolicy(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.escalationPolicy.EscalationPolicy",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -65,16 +65,16 @@ class EscalationPolicy(
|
|
65
65
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
66
66
|
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,
|
67
67
|
) -> None:
|
68
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
|
69
69
|
|
70
70
|
:param scope: The scope in which to define this construct.
|
71
71
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
72
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
73
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
74
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
75
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
76
|
-
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
77
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
72
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
73
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
74
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
75
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.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.
|
76
|
+
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
77
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
78
78
|
:param connection:
|
79
79
|
:param count:
|
80
80
|
:param depends_on:
|
@@ -118,7 +118,7 @@ class EscalationPolicy(
|
|
118
118
|
|
119
119
|
:param scope: The scope in which to define this construct.
|
120
120
|
:param import_to_id: The construct id used in the generated config for the EscalationPolicy to import.
|
121
|
-
: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.
|
121
|
+
: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.18.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
|
122
122
|
:param provider: ? Optional instance of the provider where the EscalationPolicy to import is found.
|
123
123
|
'''
|
124
124
|
if __debug__:
|
@@ -314,12 +314,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
314
314
|
:param lifecycle:
|
315
315
|
:param provider:
|
316
316
|
:param provisioners:
|
317
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
318
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
319
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
320
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
321
|
-
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
322
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
317
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
318
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
319
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
320
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.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.
|
321
|
+
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
322
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
323
323
|
'''
|
324
324
|
if isinstance(lifecycle, dict):
|
325
325
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -431,7 +431,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
431
431
|
|
432
432
|
@builtins.property
|
433
433
|
def name(self) -> builtins.str:
|
434
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
434
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
|
435
435
|
result = self._values.get("name")
|
436
436
|
assert result is not None, "Required property 'name' is missing"
|
437
437
|
return typing.cast(builtins.str, result)
|
@@ -442,7 +442,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
442
442
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
|
443
443
|
'''rule block.
|
444
444
|
|
445
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
446
446
|
'''
|
447
447
|
result = self._values.get("rule")
|
448
448
|
assert result is not None, "Required property 'rule' is missing"
|
@@ -450,13 +450,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
450
450
|
|
451
451
|
@builtins.property
|
452
452
|
def description(self) -> typing.Optional[builtins.str]:
|
453
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
453
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
|
454
454
|
result = self._values.get("description")
|
455
455
|
return typing.cast(typing.Optional[builtins.str], result)
|
456
456
|
|
457
457
|
@builtins.property
|
458
458
|
def id(self) -> typing.Optional[builtins.str]:
|
459
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
459
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
460
460
|
|
461
461
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
462
462
|
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.
|
@@ -466,13 +466,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
466
466
|
|
467
467
|
@builtins.property
|
468
468
|
def num_loops(self) -> typing.Optional[jsii.Number]:
|
469
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
469
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
|
470
470
|
result = self._values.get("num_loops")
|
471
471
|
return typing.cast(typing.Optional[jsii.Number], result)
|
472
472
|
|
473
473
|
@builtins.property
|
474
474
|
def teams(self) -> typing.Optional[typing.List[builtins.str]]:
|
475
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
475
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
|
476
476
|
result = self._values.get("teams")
|
477
477
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
478
478
|
|
@@ -506,9 +506,9 @@ class EscalationPolicyRule:
|
|
506
506
|
escalation_rule_assignment_strategy: typing.Optional[typing.Union["EscalationPolicyRuleEscalationRuleAssignmentStrategy", typing.Dict[builtins.str, typing.Any]]] = None,
|
507
507
|
) -> None:
|
508
508
|
'''
|
509
|
-
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
510
|
-
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
511
|
-
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
509
|
+
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
|
510
|
+
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#target EscalationPolicy#target}
|
511
|
+
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
512
512
|
'''
|
513
513
|
if isinstance(escalation_rule_assignment_strategy, dict):
|
514
514
|
escalation_rule_assignment_strategy = EscalationPolicyRuleEscalationRuleAssignmentStrategy(**escalation_rule_assignment_strategy)
|
@@ -526,7 +526,7 @@ class EscalationPolicyRule:
|
|
526
526
|
|
527
527
|
@builtins.property
|
528
528
|
def escalation_delay_in_minutes(self) -> jsii.Number:
|
529
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
529
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
|
530
530
|
result = self._values.get("escalation_delay_in_minutes")
|
531
531
|
assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
|
532
532
|
return typing.cast(jsii.Number, result)
|
@@ -537,7 +537,7 @@ class EscalationPolicyRule:
|
|
537
537
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
|
538
538
|
'''target block.
|
539
539
|
|
540
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
540
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#target EscalationPolicy#target}
|
541
541
|
'''
|
542
542
|
result = self._values.get("target")
|
543
543
|
assert result is not None, "Required property 'target' is missing"
|
@@ -549,7 +549,7 @@ class EscalationPolicyRule:
|
|
549
549
|
) -> typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"]:
|
550
550
|
'''escalation_rule_assignment_strategy block.
|
551
551
|
|
552
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
552
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
553
553
|
'''
|
554
554
|
result = self._values.get("escalation_rule_assignment_strategy")
|
555
555
|
return typing.cast(typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"], result)
|
@@ -574,7 +574,7 @@ class EscalationPolicyRule:
|
|
574
574
|
class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
575
575
|
def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
|
576
576
|
'''
|
577
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
577
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
578
578
|
'''
|
579
579
|
if __debug__:
|
580
580
|
type_hints = typing.get_type_hints(_typecheckingstub__953269d9978a1ac8c7b1b4bdc9c54e0cf3573db2ea304992783d4c98b969f97b)
|
@@ -585,7 +585,7 @@ class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
|
585
585
|
|
586
586
|
@builtins.property
|
587
587
|
def type(self) -> typing.Optional[builtins.str]:
|
588
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
588
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
589
589
|
result = self._values.get("type")
|
590
590
|
return typing.cast(typing.Optional[builtins.str], result)
|
591
591
|
|
@@ -783,7 +783,7 @@ class EscalationPolicyRuleOutputReference(
|
|
783
783
|
type: typing.Optional[builtins.str] = None,
|
784
784
|
) -> None:
|
785
785
|
'''
|
786
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
786
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
787
787
|
'''
|
788
788
|
value = EscalationPolicyRuleEscalationRuleAssignmentStrategy(type=type)
|
789
789
|
|
@@ -885,8 +885,8 @@ class EscalationPolicyRuleTarget:
|
|
885
885
|
type: typing.Optional[builtins.str] = None,
|
886
886
|
) -> None:
|
887
887
|
'''
|
888
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
889
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
888
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.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.
|
889
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
890
890
|
'''
|
891
891
|
if __debug__:
|
892
892
|
type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
|
@@ -900,7 +900,7 @@ class EscalationPolicyRuleTarget:
|
|
900
900
|
|
901
901
|
@builtins.property
|
902
902
|
def id(self) -> builtins.str:
|
903
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
903
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
904
904
|
|
905
905
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
906
906
|
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.
|
@@ -911,7 +911,7 @@ class EscalationPolicyRuleTarget:
|
|
911
911
|
|
912
912
|
@builtins.property
|
913
913
|
def type(self) -> typing.Optional[builtins.str]:
|
914
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
914
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
915
915
|
result = self._values.get("type")
|
916
916
|
return typing.cast(typing.Optional[builtins.str], result)
|
917
917
|
|