cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.6.1__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 +6 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_slack_connection`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class SlackConnection(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.slackConnection.SlackConnection",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection pagerduty_slack_connection}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -48,17 +51,17 @@ class SlackConnection(
|
|
48
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
52
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
50
53
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection pagerduty_slack_connection} Resource.
|
52
55
|
|
53
56
|
:param scope: The scope in which to define this construct.
|
54
57
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
55
|
-
:param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
56
|
-
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
57
|
-
:param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
-
:param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
59
|
-
:param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
60
|
-
:param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
61
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
+
:param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
|
59
|
+
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#config SlackConnection#config}
|
60
|
+
:param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
|
61
|
+
:param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#source_id SlackConnection#source_id}.
|
62
|
+
:param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#source_type SlackConnection#source_type}.
|
63
|
+
:param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
|
64
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#id SlackConnection#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.
|
62
65
|
:param connection:
|
63
66
|
:param count:
|
64
67
|
:param depends_on:
|
@@ -103,7 +106,7 @@ class SlackConnection(
|
|
103
106
|
|
104
107
|
:param scope: The scope in which to define this construct.
|
105
108
|
:param import_to_id: The construct id used in the generated config for the SlackConnection to import.
|
106
|
-
:param import_from_id: The id of the existing SlackConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
109
|
+
:param import_from_id: The id of the existing SlackConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use
|
107
110
|
:param provider: ? Optional instance of the provider where the SlackConnection to import is found.
|
108
111
|
'''
|
109
112
|
if __debug__:
|
@@ -316,13 +319,13 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
316
319
|
:param lifecycle:
|
317
320
|
:param provider:
|
318
321
|
:param provisioners:
|
319
|
-
:param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
320
|
-
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
321
|
-
:param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
322
|
-
:param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
323
|
-
:param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
324
|
-
:param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
325
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
322
|
+
:param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
|
323
|
+
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#config SlackConnection#config}
|
324
|
+
:param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
|
325
|
+
:param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#source_id SlackConnection#source_id}.
|
326
|
+
:param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#source_type SlackConnection#source_type}.
|
327
|
+
:param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
|
328
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#id SlackConnection#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.
|
326
329
|
'''
|
327
330
|
if isinstance(lifecycle, dict):
|
328
331
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -433,7 +436,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
433
436
|
|
434
437
|
@builtins.property
|
435
438
|
def channel_id(self) -> builtins.str:
|
436
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
439
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.'''
|
437
440
|
result = self._values.get("channel_id")
|
438
441
|
assert result is not None, "Required property 'channel_id' is missing"
|
439
442
|
return typing.cast(builtins.str, result)
|
@@ -444,7 +447,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
444
447
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SlackConnectionConfigA"]]:
|
445
448
|
'''config block.
|
446
449
|
|
447
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
450
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#config SlackConnection#config}
|
448
451
|
'''
|
449
452
|
result = self._values.get("config")
|
450
453
|
assert result is not None, "Required property 'config' is missing"
|
@@ -452,35 +455,35 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
452
455
|
|
453
456
|
@builtins.property
|
454
457
|
def notification_type(self) -> builtins.str:
|
455
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
458
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.'''
|
456
459
|
result = self._values.get("notification_type")
|
457
460
|
assert result is not None, "Required property 'notification_type' is missing"
|
458
461
|
return typing.cast(builtins.str, result)
|
459
462
|
|
460
463
|
@builtins.property
|
461
464
|
def source_id(self) -> builtins.str:
|
462
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
465
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#source_id SlackConnection#source_id}.'''
|
463
466
|
result = self._values.get("source_id")
|
464
467
|
assert result is not None, "Required property 'source_id' is missing"
|
465
468
|
return typing.cast(builtins.str, result)
|
466
469
|
|
467
470
|
@builtins.property
|
468
471
|
def source_type(self) -> builtins.str:
|
469
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
472
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#source_type SlackConnection#source_type}.'''
|
470
473
|
result = self._values.get("source_type")
|
471
474
|
assert result is not None, "Required property 'source_type' is missing"
|
472
475
|
return typing.cast(builtins.str, result)
|
473
476
|
|
474
477
|
@builtins.property
|
475
478
|
def workspace_id(self) -> builtins.str:
|
476
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
479
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.'''
|
477
480
|
result = self._values.get("workspace_id")
|
478
481
|
assert result is not None, "Required property 'workspace_id' is missing"
|
479
482
|
return typing.cast(builtins.str, result)
|
480
483
|
|
481
484
|
@builtins.property
|
482
485
|
def id(self) -> typing.Optional[builtins.str]:
|
483
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
486
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#id SlackConnection#id}.
|
484
487
|
|
485
488
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
486
489
|
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.
|
@@ -518,9 +521,9 @@ class SlackConnectionConfigA:
|
|
518
521
|
urgency: typing.Optional[builtins.str] = None,
|
519
522
|
) -> None:
|
520
523
|
'''
|
521
|
-
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
522
|
-
:param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
523
|
-
:param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
524
|
+
:param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#events SlackConnection#events}.
|
525
|
+
:param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#priorities SlackConnection#priorities}.
|
526
|
+
:param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#urgency SlackConnection#urgency}.
|
524
527
|
'''
|
525
528
|
if __debug__:
|
526
529
|
type_hints = typing.get_type_hints(_typecheckingstub__2da15be02e1e09e6a62d11b5322e481cbba374710c29dc9bd7ea2231db26d7de)
|
@@ -537,20 +540,20 @@ class SlackConnectionConfigA:
|
|
537
540
|
|
538
541
|
@builtins.property
|
539
542
|
def events(self) -> typing.List[builtins.str]:
|
540
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
543
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#events SlackConnection#events}.'''
|
541
544
|
result = self._values.get("events")
|
542
545
|
assert result is not None, "Required property 'events' is missing"
|
543
546
|
return typing.cast(typing.List[builtins.str], result)
|
544
547
|
|
545
548
|
@builtins.property
|
546
549
|
def priorities(self) -> typing.Optional[typing.List[builtins.str]]:
|
547
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
550
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#priorities SlackConnection#priorities}.'''
|
548
551
|
result = self._values.get("priorities")
|
549
552
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
550
553
|
|
551
554
|
@builtins.property
|
552
555
|
def urgency(self) -> typing.Optional[builtins.str]:
|
553
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
556
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/slack_connection#urgency SlackConnection#urgency}.'''
|
554
557
|
result = self._values.get("urgency")
|
555
558
|
return typing.cast(typing.Optional[builtins.str], result)
|
556
559
|
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_tag`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class Tag(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.tag.Tag",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag pagerduty_tag}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class Tag(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag pagerduty_tag} Resource.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag#label Tag#label}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag#id Tag#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.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class Tag(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the Tag to import.
|
91
|
-
:param import_from_id: The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
94
|
+
:param import_from_id: The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the Tag to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -198,8 +201,8 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
198
201
|
:param lifecycle:
|
199
202
|
:param provider:
|
200
203
|
:param provisioners:
|
201
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
202
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
204
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag#label Tag#label}.
|
205
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag#id Tag#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.
|
203
206
|
'''
|
204
207
|
if isinstance(lifecycle, dict):
|
205
208
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -300,14 +303,14 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
300
303
|
|
301
304
|
@builtins.property
|
302
305
|
def label(self) -> builtins.str:
|
303
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
306
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag#label Tag#label}.'''
|
304
307
|
result = self._values.get("label")
|
305
308
|
assert result is not None, "Required property 'label' is missing"
|
306
309
|
return typing.cast(builtins.str, result)
|
307
310
|
|
308
311
|
@builtins.property
|
309
312
|
def id(self) -> typing.Optional[builtins.str]:
|
310
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag#id Tag#id}.
|
311
314
|
|
312
315
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
313
316
|
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,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_tag_assignment`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class TagAssignment(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.tagAssignment.TagAssignment",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment pagerduty_tag_assignment}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -45,14 +48,14 @@ class TagAssignment(
|
|
45
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
49
|
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,
|
47
50
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment pagerduty_tag_assignment} Resource.
|
49
52
|
|
50
53
|
:param scope: The scope in which to define this construct.
|
51
54
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
52
|
-
:param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
-
:param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
+
:param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
|
56
|
+
:param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
|
57
|
+
:param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#id TagAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
56
59
|
:param connection:
|
57
60
|
:param count:
|
58
61
|
:param depends_on:
|
@@ -94,7 +97,7 @@ class TagAssignment(
|
|
94
97
|
|
95
98
|
:param scope: The scope in which to define this construct.
|
96
99
|
:param import_to_id: The construct id used in the generated config for the TagAssignment to import.
|
97
|
-
:param import_from_id: The id of the existing TagAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
100
|
+
:param import_from_id: The id of the existing TagAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use
|
98
101
|
:param provider: ? Optional instance of the provider where the TagAssignment to import is found.
|
99
102
|
'''
|
100
103
|
if __debug__:
|
@@ -232,10 +235,10 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
232
235
|
:param lifecycle:
|
233
236
|
:param provider:
|
234
237
|
:param provisioners:
|
235
|
-
:param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
236
|
-
:param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
237
|
-
:param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
238
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
238
|
+
:param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
|
239
|
+
:param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
|
240
|
+
:param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
|
241
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#id TagAssignment#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.
|
239
242
|
'''
|
240
243
|
if isinstance(lifecycle, dict):
|
241
244
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -340,28 +343,28 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
340
343
|
|
341
344
|
@builtins.property
|
342
345
|
def entity_id(self) -> builtins.str:
|
343
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
346
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.'''
|
344
347
|
result = self._values.get("entity_id")
|
345
348
|
assert result is not None, "Required property 'entity_id' is missing"
|
346
349
|
return typing.cast(builtins.str, result)
|
347
350
|
|
348
351
|
@builtins.property
|
349
352
|
def entity_type(self) -> builtins.str:
|
350
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
353
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.'''
|
351
354
|
result = self._values.get("entity_type")
|
352
355
|
assert result is not None, "Required property 'entity_type' is missing"
|
353
356
|
return typing.cast(builtins.str, result)
|
354
357
|
|
355
358
|
@builtins.property
|
356
359
|
def tag_id(self) -> builtins.str:
|
357
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
360
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.'''
|
358
361
|
result = self._values.get("tag_id")
|
359
362
|
assert result is not None, "Required property 'tag_id' is missing"
|
360
363
|
return typing.cast(builtins.str, result)
|
361
364
|
|
362
365
|
@builtins.property
|
363
366
|
def id(self) -> typing.Optional[builtins.str]:
|
364
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
367
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/tag_assignment#id TagAssignment#id}.
|
365
368
|
|
366
369
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
367
370
|
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,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_team`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class Team(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.team.Team",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team pagerduty_team}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -46,15 +49,15 @@ class Team(
|
|
46
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
50
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
48
51
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team pagerduty_team} Resource.
|
50
53
|
|
51
54
|
:param scope: The scope in which to define this construct.
|
52
55
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
-
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
56
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
57
|
-
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
56
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#name Team#name}.
|
57
|
+
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#default_role Team#default_role}.
|
58
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#description Team#description}.
|
59
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#id Team#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.
|
60
|
+
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#parent Team#parent}.
|
58
61
|
:param connection:
|
59
62
|
:param count:
|
60
63
|
:param depends_on:
|
@@ -97,7 +100,7 @@ class Team(
|
|
97
100
|
|
98
101
|
:param scope: The scope in which to define this construct.
|
99
102
|
:param import_to_id: The construct id used in the generated config for the Team to import.
|
100
|
-
:param import_from_id: The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
103
|
+
:param import_from_id: The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#import import section} in the documentation of this resource for the id to use
|
101
104
|
:param provider: ? Optional instance of the provider where the Team to import is found.
|
102
105
|
'''
|
103
106
|
if __debug__:
|
@@ -271,11 +274,11 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
271
274
|
:param lifecycle:
|
272
275
|
:param provider:
|
273
276
|
:param provisioners:
|
274
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
275
|
-
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
276
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
277
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
278
|
-
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
277
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#name Team#name}.
|
278
|
+
:param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#default_role Team#default_role}.
|
279
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#description Team#description}.
|
280
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#id Team#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.
|
281
|
+
:param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#parent Team#parent}.
|
279
282
|
'''
|
280
283
|
if isinstance(lifecycle, dict):
|
281
284
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -385,26 +388,26 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
385
388
|
|
386
389
|
@builtins.property
|
387
390
|
def name(self) -> builtins.str:
|
388
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
391
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#name Team#name}.'''
|
389
392
|
result = self._values.get("name")
|
390
393
|
assert result is not None, "Required property 'name' is missing"
|
391
394
|
return typing.cast(builtins.str, result)
|
392
395
|
|
393
396
|
@builtins.property
|
394
397
|
def default_role(self) -> typing.Optional[builtins.str]:
|
395
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
398
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#default_role Team#default_role}.'''
|
396
399
|
result = self._values.get("default_role")
|
397
400
|
return typing.cast(typing.Optional[builtins.str], result)
|
398
401
|
|
399
402
|
@builtins.property
|
400
403
|
def description(self) -> typing.Optional[builtins.str]:
|
401
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
404
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#description Team#description}.'''
|
402
405
|
result = self._values.get("description")
|
403
406
|
return typing.cast(typing.Optional[builtins.str], result)
|
404
407
|
|
405
408
|
@builtins.property
|
406
409
|
def id(self) -> typing.Optional[builtins.str]:
|
407
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
410
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#id Team#id}.
|
408
411
|
|
409
412
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
410
413
|
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.
|
@@ -414,7 +417,7 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
414
417
|
|
415
418
|
@builtins.property
|
416
419
|
def parent(self) -> typing.Optional[builtins.str]:
|
417
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
420
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team#parent Team#parent}.'''
|
418
421
|
result = self._values.get("parent")
|
419
422
|
return typing.cast(typing.Optional[builtins.str], result)
|
420
423
|
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_team_membership`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class TeamMembership(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.teamMembership.TeamMembership",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership pagerduty_team_membership}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -45,14 +48,14 @@ class TeamMembership(
|
|
45
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
49
|
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,
|
47
50
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership pagerduty_team_membership} Resource.
|
49
52
|
|
50
53
|
:param scope: The scope in which to define this construct.
|
51
54
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
52
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#team_id TeamMembership#team_id}.
|
56
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#user_id TeamMembership#user_id}.
|
57
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
58
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#role TeamMembership#role}.
|
56
59
|
:param connection:
|
57
60
|
:param count:
|
58
61
|
:param depends_on:
|
@@ -94,7 +97,7 @@ class TeamMembership(
|
|
94
97
|
|
95
98
|
:param scope: The scope in which to define this construct.
|
96
99
|
:param import_to_id: The construct id used in the generated config for the TeamMembership to import.
|
97
|
-
:param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
100
|
+
:param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
|
98
101
|
:param provider: ? Optional instance of the provider where the TeamMembership to import is found.
|
99
102
|
'''
|
100
103
|
if __debug__:
|
@@ -236,10 +239,10 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
236
239
|
:param lifecycle:
|
237
240
|
:param provider:
|
238
241
|
:param provisioners:
|
239
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
240
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
241
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
242
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
242
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#team_id TeamMembership#team_id}.
|
243
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#user_id TeamMembership#user_id}.
|
244
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#id TeamMembership#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.
|
245
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#role TeamMembership#role}.
|
243
246
|
'''
|
244
247
|
if isinstance(lifecycle, dict):
|
245
248
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -345,21 +348,21 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
345
348
|
|
346
349
|
@builtins.property
|
347
350
|
def team_id(self) -> builtins.str:
|
348
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
351
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
|
349
352
|
result = self._values.get("team_id")
|
350
353
|
assert result is not None, "Required property 'team_id' is missing"
|
351
354
|
return typing.cast(builtins.str, result)
|
352
355
|
|
353
356
|
@builtins.property
|
354
357
|
def user_id(self) -> builtins.str:
|
355
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
358
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
|
356
359
|
result = self._values.get("user_id")
|
357
360
|
assert result is not None, "Required property 'user_id' is missing"
|
358
361
|
return typing.cast(builtins.str, result)
|
359
362
|
|
360
363
|
@builtins.property
|
361
364
|
def id(self) -> typing.Optional[builtins.str]:
|
362
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
365
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#id TeamMembership#id}.
|
363
366
|
|
364
367
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
365
368
|
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.
|
@@ -369,7 +372,7 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
369
372
|
|
370
373
|
@builtins.property
|
371
374
|
def role(self) -> typing.Optional[builtins.str]:
|
372
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
375
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/team_membership#role TeamMembership#role}.'''
|
373
376
|
result = self._values.get("role")
|
374
377
|
return typing.cast(typing.Optional[builtins.str], result)
|
375
378
|
|