cdktf-cdktf-provider-pagerduty 13.12.0__py3-none-any.whl → 13.13.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +7 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.13.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 +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_alert_grouping_setting/__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 +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 +360 -0
- 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 +2922 -0
- 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.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.13.0.dist-info/RECORD +86 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.12.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.12.0.dist-info/RECORD +0 -84
- {cdktf_cdktf_provider_pagerduty-13.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_standards_resources_scores`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/standards_resources_scores).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyStandardsResourcesScores(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourcesScores.DataPagerdutyStandardsResourcesScores",
|
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.17.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyStandardsResourcesScores(
|
|
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.17.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} 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 ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
:param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
|
69
|
+
:param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyStandardsResourcesScores(
|
|
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 DataPagerdutyStandardsResourcesScores to import.
|
109
|
-
:param import_from_id: The id of the existing DataPagerdutyStandardsResourcesScores 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 DataPagerdutyStandardsResourcesScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/standards_resources_scores#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 DataPagerdutyStandardsResourcesScores to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -209,8 +209,8 @@ class DataPagerdutyStandardsResourcesScoresConfig(
|
|
209
209
|
:param lifecycle:
|
210
210
|
:param provider:
|
211
211
|
:param provisioners:
|
212
|
-
:param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
213
|
-
:param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
212
|
+
:param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
|
213
|
+
:param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
|
214
214
|
'''
|
215
215
|
if isinstance(lifecycle, dict):
|
216
216
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -310,14 +310,14 @@ class DataPagerdutyStandardsResourcesScoresConfig(
|
|
310
310
|
|
311
311
|
@builtins.property
|
312
312
|
def ids(self) -> typing.List[builtins.str]:
|
313
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.'''
|
314
314
|
result = self._values.get("ids")
|
315
315
|
assert result is not None, "Required property 'ids' is missing"
|
316
316
|
return typing.cast(typing.List[builtins.str], result)
|
317
317
|
|
318
318
|
@builtins.property
|
319
319
|
def resource_type(self) -> 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.17.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.'''
|
321
321
|
result = self._values.get("resource_type")
|
322
322
|
assert result is not None, "Required property 'resource_type' is missing"
|
323
323
|
return typing.cast(builtins.str, result)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_tag`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/tag).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyTag(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTag.DataPagerdutyTag",
|
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.17.0/docs/data-sources/tag pagerduty_tag}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -60,11 +60,11 @@ class DataPagerdutyTag(
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
61
61
|
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,
|
62
62
|
) -> None:
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/tag pagerduty_tag} Data Source.
|
64
64
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
66
66
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
67
|
-
:param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
67
|
+
:param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/tag#label DataPagerdutyTag#label}
|
68
68
|
:param connection:
|
69
69
|
:param count:
|
70
70
|
:param depends_on:
|
@@ -103,7 +103,7 @@ class DataPagerdutyTag(
|
|
103
103
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyTag to import.
|
106
|
-
:param import_from_id: The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
106
|
+
:param import_from_id: The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use
|
107
107
|
:param provider: ? Optional instance of the provider where the DataPagerdutyTag to import is found.
|
108
108
|
'''
|
109
109
|
if __debug__:
|
@@ -185,7 +185,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
185
185
|
:param lifecycle:
|
186
186
|
:param provider:
|
187
187
|
:param provisioners:
|
188
|
-
:param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
188
|
+
:param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/tag#label DataPagerdutyTag#label}
|
189
189
|
'''
|
190
190
|
if isinstance(lifecycle, dict):
|
191
191
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -285,7 +285,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
285
285
|
def label(self) -> builtins.str:
|
286
286
|
'''The label of the tag to find in the PagerDuty API.
|
287
287
|
|
288
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
288
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/tag#label DataPagerdutyTag#label}
|
289
289
|
'''
|
290
290
|
result = self._values.get("label")
|
291
291
|
assert result is not None, "Required property 'label' is missing"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_team`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyTeam(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTeam.DataPagerdutyTeam",
|
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.17.0/docs/data-sources/team pagerduty_team}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class DataPagerdutyTeam(
|
|
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.17.0/docs/data-sources/team pagerduty_team} 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 name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
71
|
-
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
72
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
73
|
-
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
70
|
+
:param name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#name DataPagerdutyTeam#name}
|
71
|
+
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
|
72
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#id DataPagerdutyTeam#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.
|
73
|
+
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class DataPagerdutyTeam(
|
|
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 DataPagerdutyTeam to import.
|
115
|
-
:param import_from_id: The id of the existing DataPagerdutyTeam 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 DataPagerdutyTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#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 DataPagerdutyTeam to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -263,10 +263,10 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
263
263
|
:param lifecycle:
|
264
264
|
:param provider:
|
265
265
|
:param provisioners:
|
266
|
-
:param name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
267
|
-
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
268
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
269
|
-
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
266
|
+
:param name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#name DataPagerdutyTeam#name}
|
267
|
+
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
|
268
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#id DataPagerdutyTeam#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.
|
269
|
+
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
|
270
270
|
'''
|
271
271
|
if isinstance(lifecycle, dict):
|
272
272
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -375,7 +375,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
375
375
|
def name(self) -> builtins.str:
|
376
376
|
'''The name of the team to find in the PagerDuty API.
|
377
377
|
|
378
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
378
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#name DataPagerdutyTeam#name}
|
379
379
|
'''
|
380
380
|
result = self._values.get("name")
|
381
381
|
assert result is not None, "Required property 'name' is missing"
|
@@ -383,13 +383,13 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
383
383
|
|
384
384
|
@builtins.property
|
385
385
|
def default_role(self) -> typing.Optional[builtins.str]:
|
386
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
386
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.'''
|
387
387
|
result = self._values.get("default_role")
|
388
388
|
return typing.cast(typing.Optional[builtins.str], result)
|
389
389
|
|
390
390
|
@builtins.property
|
391
391
|
def id(self) -> typing.Optional[builtins.str]:
|
392
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
392
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#id DataPagerdutyTeam#id}.
|
393
393
|
|
394
394
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
395
395
|
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.
|
@@ -399,7 +399,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
399
399
|
|
400
400
|
@builtins.property
|
401
401
|
def parent(self) -> typing.Optional[builtins.str]:
|
402
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
402
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
|
403
403
|
result = self._values.get("parent")
|
404
404
|
return typing.cast(typing.Optional[builtins.str], result)
|
405
405
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_team_members`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_team_members`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_team_members`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyTeamMembers(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTeamMembers.DataPagerdutyTeamMembers",
|
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.17.0/docs/data-sources/team_members pagerduty_team_members}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyTeamMembers(
|
|
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.17.0/docs/data-sources/team_members pagerduty_team_members} 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 team_id: The ID of the team to find via the PagerDuty API. 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 team_id: The ID of the team to find via the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#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 DataPagerdutyTeamMembers(
|
|
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 DataPagerdutyTeamMembers to import.
|
109
|
-
:param import_from_id: The id of the existing DataPagerdutyTeamMembers 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 DataPagerdutyTeamMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members#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 DataPagerdutyTeamMembers to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -211,8 +211,8 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
211
211
|
:param lifecycle:
|
212
212
|
:param provider:
|
213
213
|
:param provisioners:
|
214
|
-
:param team_id: The ID of the team to find via the PagerDuty API. 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 team_id: The ID of the team to find via the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
|
215
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#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)
|
@@ -315,7 +315,7 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
315
315
|
def team_id(self) -> builtins.str:
|
316
316
|
'''The ID of the team to find via the PagerDuty API.
|
317
317
|
|
318
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
318
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
|
319
319
|
'''
|
320
320
|
result = self._values.get("team_id")
|
321
321
|
assert result is not None, "Required property 'team_id' is missing"
|
@@ -323,7 +323,7 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
323
323
|
|
324
324
|
@builtins.property
|
325
325
|
def id(self) -> typing.Optional[builtins.str]:
|
326
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
326
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}.
|
327
327
|
|
328
328
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
329
329
|
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`
|
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.17.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.17.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.17.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.17.0/docs/data-sources/user#email DataPagerdutyUser#email}.
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.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.17.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.17.0/docs/data-sources/user#email DataPagerdutyUser#email}.
|
235
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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
|
|