cdktf-cdktf-provider-pagerduty 13.15.1__py3-none-any.whl → 13.15.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.2.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 +55 -55
- 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 +31 -31
- 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_type/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.15.2.dist-info/RECORD +90 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.15.1.dist-info/RECORD +0 -90
- {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_schedule`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class Schedule(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.schedule.Schedule",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule pagerduty_schedule}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -66,17 +66,17 @@ class Schedule(
|
|
66
66
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
67
67
|
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,
|
68
68
|
) -> None:
|
69
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule pagerduty_schedule} Resource.
|
70
70
|
|
71
71
|
:param scope: The scope in which to define this construct.
|
72
72
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
73
|
-
:param layer: layer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
74
|
-
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
75
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
76
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
77
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
78
|
-
:param overflow: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
79
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
73
|
+
:param layer: layer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#layer Schedule#layer}
|
74
|
+
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#time_zone Schedule#time_zone}.
|
75
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#description Schedule#description}.
|
76
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#id Schedule#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.
|
77
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#name Schedule#name}.
|
78
|
+
:param overflow: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#overflow Schedule#overflow}.
|
79
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#teams Schedule#teams}.
|
80
80
|
:param connection:
|
81
81
|
:param count:
|
82
82
|
:param depends_on:
|
@@ -121,7 +121,7 @@ class Schedule(
|
|
121
121
|
|
122
122
|
:param scope: The scope in which to define this construct.
|
123
123
|
:param import_to_id: The construct id used in the generated config for the Schedule to import.
|
124
|
-
:param import_from_id: The id of the existing Schedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
124
|
+
:param import_from_id: The id of the existing Schedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#import import section} in the documentation of this resource for the id to use
|
125
125
|
:param provider: ? Optional instance of the provider where the Schedule to import is found.
|
126
126
|
'''
|
127
127
|
if __debug__:
|
@@ -350,13 +350,13 @@ class ScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
350
350
|
:param lifecycle:
|
351
351
|
:param provider:
|
352
352
|
:param provisioners:
|
353
|
-
:param layer: layer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
354
|
-
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
355
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
356
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
357
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
358
|
-
:param overflow: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
359
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
353
|
+
:param layer: layer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#layer Schedule#layer}
|
354
|
+
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#time_zone Schedule#time_zone}.
|
355
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#description Schedule#description}.
|
356
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#id Schedule#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.
|
357
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#name Schedule#name}.
|
358
|
+
:param overflow: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#overflow Schedule#overflow}.
|
359
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#teams Schedule#teams}.
|
360
360
|
'''
|
361
361
|
if isinstance(lifecycle, dict):
|
362
362
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -475,7 +475,7 @@ class ScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
475
475
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ScheduleLayer"]]:
|
476
476
|
'''layer block.
|
477
477
|
|
478
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
478
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#layer Schedule#layer}
|
479
479
|
'''
|
480
480
|
result = self._values.get("layer")
|
481
481
|
assert result is not None, "Required property 'layer' is missing"
|
@@ -483,20 +483,20 @@ class ScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
483
483
|
|
484
484
|
@builtins.property
|
485
485
|
def time_zone(self) -> builtins.str:
|
486
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
486
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#time_zone Schedule#time_zone}.'''
|
487
487
|
result = self._values.get("time_zone")
|
488
488
|
assert result is not None, "Required property 'time_zone' is missing"
|
489
489
|
return typing.cast(builtins.str, result)
|
490
490
|
|
491
491
|
@builtins.property
|
492
492
|
def description(self) -> typing.Optional[builtins.str]:
|
493
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
493
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#description Schedule#description}.'''
|
494
494
|
result = self._values.get("description")
|
495
495
|
return typing.cast(typing.Optional[builtins.str], result)
|
496
496
|
|
497
497
|
@builtins.property
|
498
498
|
def id(self) -> typing.Optional[builtins.str]:
|
499
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
499
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#id Schedule#id}.
|
500
500
|
|
501
501
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
502
502
|
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.
|
@@ -506,7 +506,7 @@ class ScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
506
506
|
|
507
507
|
@builtins.property
|
508
508
|
def name(self) -> typing.Optional[builtins.str]:
|
509
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
509
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#name Schedule#name}.'''
|
510
510
|
result = self._values.get("name")
|
511
511
|
return typing.cast(typing.Optional[builtins.str], result)
|
512
512
|
|
@@ -514,13 +514,13 @@ class ScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
514
514
|
def overflow(
|
515
515
|
self,
|
516
516
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
517
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
517
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#overflow Schedule#overflow}.'''
|
518
518
|
result = self._values.get("overflow")
|
519
519
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
520
520
|
|
521
521
|
@builtins.property
|
522
522
|
def teams(self) -> typing.Optional[typing.List[builtins.str]]:
|
523
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
523
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#teams Schedule#teams}.'''
|
524
524
|
result = self._values.get("teams")
|
525
525
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
526
526
|
|
@@ -705,13 +705,13 @@ class ScheduleLayer:
|
|
705
705
|
restriction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["ScheduleLayerRestriction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
706
706
|
) -> None:
|
707
707
|
'''
|
708
|
-
:param rotation_turn_length_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
709
|
-
:param rotation_virtual_start: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
710
|
-
:param start: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
711
|
-
:param users: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
712
|
-
:param end: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
713
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
714
|
-
:param restriction: restriction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
708
|
+
:param rotation_turn_length_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}.
|
709
|
+
:param rotation_virtual_start: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}.
|
710
|
+
:param start: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#start Schedule#start}.
|
711
|
+
:param users: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#users Schedule#users}.
|
712
|
+
:param end: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#end Schedule#end}.
|
713
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#name Schedule#name}.
|
714
|
+
:param restriction: restriction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#restriction Schedule#restriction}
|
715
715
|
'''
|
716
716
|
if __debug__:
|
717
717
|
type_hints = typing.get_type_hints(_typecheckingstub__1c9bf06797e1759c1c1c0f955bfd9a4ffc32703ec28b11153ddaff5ba9be323f)
|
@@ -737,41 +737,41 @@ class ScheduleLayer:
|
|
737
737
|
|
738
738
|
@builtins.property
|
739
739
|
def rotation_turn_length_seconds(self) -> jsii.Number:
|
740
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
740
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}.'''
|
741
741
|
result = self._values.get("rotation_turn_length_seconds")
|
742
742
|
assert result is not None, "Required property 'rotation_turn_length_seconds' is missing"
|
743
743
|
return typing.cast(jsii.Number, result)
|
744
744
|
|
745
745
|
@builtins.property
|
746
746
|
def rotation_virtual_start(self) -> builtins.str:
|
747
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
747
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}.'''
|
748
748
|
result = self._values.get("rotation_virtual_start")
|
749
749
|
assert result is not None, "Required property 'rotation_virtual_start' is missing"
|
750
750
|
return typing.cast(builtins.str, result)
|
751
751
|
|
752
752
|
@builtins.property
|
753
753
|
def start(self) -> builtins.str:
|
754
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
754
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#start Schedule#start}.'''
|
755
755
|
result = self._values.get("start")
|
756
756
|
assert result is not None, "Required property 'start' is missing"
|
757
757
|
return typing.cast(builtins.str, result)
|
758
758
|
|
759
759
|
@builtins.property
|
760
760
|
def users(self) -> typing.List[builtins.str]:
|
761
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
761
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#users Schedule#users}.'''
|
762
762
|
result = self._values.get("users")
|
763
763
|
assert result is not None, "Required property 'users' is missing"
|
764
764
|
return typing.cast(typing.List[builtins.str], result)
|
765
765
|
|
766
766
|
@builtins.property
|
767
767
|
def end(self) -> typing.Optional[builtins.str]:
|
768
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
768
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#end Schedule#end}.'''
|
769
769
|
result = self._values.get("end")
|
770
770
|
return typing.cast(typing.Optional[builtins.str], result)
|
771
771
|
|
772
772
|
@builtins.property
|
773
773
|
def name(self) -> typing.Optional[builtins.str]:
|
774
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
774
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#name Schedule#name}.'''
|
775
775
|
result = self._values.get("name")
|
776
776
|
return typing.cast(typing.Optional[builtins.str], result)
|
777
777
|
|
@@ -781,7 +781,7 @@ class ScheduleLayer:
|
|
781
781
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ScheduleLayerRestriction"]]]:
|
782
782
|
'''restriction block.
|
783
783
|
|
784
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
784
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#restriction Schedule#restriction}
|
785
785
|
'''
|
786
786
|
result = self._values.get("restriction")
|
787
787
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ScheduleLayerRestriction"]]], result)
|
@@ -1101,10 +1101,10 @@ class ScheduleLayerRestriction:
|
|
1101
1101
|
start_day_of_week: typing.Optional[jsii.Number] = None,
|
1102
1102
|
) -> None:
|
1103
1103
|
'''
|
1104
|
-
:param duration_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1105
|
-
:param start_time_of_day: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1106
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1107
|
-
:param start_day_of_week: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1104
|
+
:param duration_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#duration_seconds Schedule#duration_seconds}.
|
1105
|
+
:param start_time_of_day: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}.
|
1106
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#type Schedule#type}.
|
1107
|
+
:param start_day_of_week: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}.
|
1108
1108
|
'''
|
1109
1109
|
if __debug__:
|
1110
1110
|
type_hints = typing.get_type_hints(_typecheckingstub__80723a079b3396e320246c86b8cd31f423d81d0eb08ef17efb52747ce5747ead)
|
@@ -1122,28 +1122,28 @@ class ScheduleLayerRestriction:
|
|
1122
1122
|
|
1123
1123
|
@builtins.property
|
1124
1124
|
def duration_seconds(self) -> jsii.Number:
|
1125
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1125
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#duration_seconds Schedule#duration_seconds}.'''
|
1126
1126
|
result = self._values.get("duration_seconds")
|
1127
1127
|
assert result is not None, "Required property 'duration_seconds' is missing"
|
1128
1128
|
return typing.cast(jsii.Number, result)
|
1129
1129
|
|
1130
1130
|
@builtins.property
|
1131
1131
|
def start_time_of_day(self) -> builtins.str:
|
1132
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1132
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}.'''
|
1133
1133
|
result = self._values.get("start_time_of_day")
|
1134
1134
|
assert result is not None, "Required property 'start_time_of_day' is missing"
|
1135
1135
|
return typing.cast(builtins.str, result)
|
1136
1136
|
|
1137
1137
|
@builtins.property
|
1138
1138
|
def type(self) -> builtins.str:
|
1139
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1139
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#type Schedule#type}.'''
|
1140
1140
|
result = self._values.get("type")
|
1141
1141
|
assert result is not None, "Required property 'type' is missing"
|
1142
1142
|
return typing.cast(builtins.str, result)
|
1143
1143
|
|
1144
1144
|
@builtins.property
|
1145
1145
|
def start_day_of_week(self) -> typing.Optional[jsii.Number]:
|
1146
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1146
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}.'''
|
1147
1147
|
result = self._values.get("start_day_of_week")
|
1148
1148
|
return typing.cast(typing.Optional[jsii.Number], result)
|
1149
1149
|
|