cdktf-cdktf-provider-pagerduty 13.9.0__py3-none-any.whl → 13.10.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 +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.10.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +18 -61
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +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_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +17 -60
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +21 -64
- 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 +191 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +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/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +84 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +220 -114
- 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 +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_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.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.10.0.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.9.0.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_license`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class DataPagerdutyLicense(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyLicense.DataPagerdutyLicense",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license pagerduty_license}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -55,21 +55,21 @@ class DataPagerdutyLicense(
|
|
55
55
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
56
56
|
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,
|
57
57
|
) -> None:
|
58
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license pagerduty_license} Data Source.
|
59
59
|
|
60
60
|
:param scope: The scope in which to define this construct.
|
61
61
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
62
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
63
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
65
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
66
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
67
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
70
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
71
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
72
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
62
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.
|
63
|
+
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.
|
64
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#description DataPagerdutyLicense#description}.
|
65
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.
|
66
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#id DataPagerdutyLicense#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.
|
67
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#name DataPagerdutyLicense#name}.
|
68
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.
|
69
|
+
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
70
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
71
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#type DataPagerdutyLicense#type}.
|
72
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.
|
73
73
|
:param connection:
|
74
74
|
:param count:
|
75
75
|
:param depends_on:
|
@@ -118,7 +118,7 @@ class DataPagerdutyLicense(
|
|
118
118
|
|
119
119
|
:param scope: The scope in which to define this construct.
|
120
120
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyLicense to import.
|
121
|
-
:param import_from_id: The id of the existing DataPagerdutyLicense that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
121
|
+
:param import_from_id: The id of the existing DataPagerdutyLicense that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use
|
122
122
|
:param provider: ? Optional instance of the provider where the DataPagerdutyLicense to import is found.
|
123
123
|
'''
|
124
124
|
if __debug__:
|
@@ -429,17 +429,17 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
429
429
|
:param lifecycle:
|
430
430
|
:param provider:
|
431
431
|
:param provisioners:
|
432
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
433
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
434
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
435
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
436
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
437
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
438
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
439
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
440
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
441
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
442
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
432
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.
|
433
|
+
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.
|
434
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#description DataPagerdutyLicense#description}.
|
435
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.
|
436
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#id DataPagerdutyLicense#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.
|
437
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#name DataPagerdutyLicense#name}.
|
438
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.
|
439
|
+
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
440
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
441
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#type DataPagerdutyLicense#type}.
|
442
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.
|
443
443
|
'''
|
444
444
|
if isinstance(lifecycle, dict):
|
445
445
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -567,31 +567,31 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
567
567
|
|
568
568
|
@builtins.property
|
569
569
|
def allocations_available(self) -> typing.Optional[jsii.Number]:
|
570
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
570
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.'''
|
571
571
|
result = self._values.get("allocations_available")
|
572
572
|
return typing.cast(typing.Optional[jsii.Number], result)
|
573
573
|
|
574
574
|
@builtins.property
|
575
575
|
def current_value(self) -> typing.Optional[jsii.Number]:
|
576
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
576
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.'''
|
577
577
|
result = self._values.get("current_value")
|
578
578
|
return typing.cast(typing.Optional[jsii.Number], result)
|
579
579
|
|
580
580
|
@builtins.property
|
581
581
|
def description(self) -> typing.Optional[builtins.str]:
|
582
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
582
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#description DataPagerdutyLicense#description}.'''
|
583
583
|
result = self._values.get("description")
|
584
584
|
return typing.cast(typing.Optional[builtins.str], result)
|
585
585
|
|
586
586
|
@builtins.property
|
587
587
|
def html_url(self) -> typing.Optional[builtins.str]:
|
588
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
588
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.'''
|
589
589
|
result = self._values.get("html_url")
|
590
590
|
return typing.cast(typing.Optional[builtins.str], result)
|
591
591
|
|
592
592
|
@builtins.property
|
593
593
|
def id(self) -> typing.Optional[builtins.str]:
|
594
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
594
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#id DataPagerdutyLicense#id}.
|
595
595
|
|
596
596
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
597
597
|
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.
|
@@ -601,37 +601,37 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
601
601
|
|
602
602
|
@builtins.property
|
603
603
|
def name(self) -> typing.Optional[builtins.str]:
|
604
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
604
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#name DataPagerdutyLicense#name}.'''
|
605
605
|
result = self._values.get("name")
|
606
606
|
return typing.cast(typing.Optional[builtins.str], result)
|
607
607
|
|
608
608
|
@builtins.property
|
609
609
|
def role_group(self) -> typing.Optional[builtins.str]:
|
610
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
610
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.'''
|
611
611
|
result = self._values.get("role_group")
|
612
612
|
return typing.cast(typing.Optional[builtins.str], result)
|
613
613
|
|
614
614
|
@builtins.property
|
615
615
|
def self_attribute(self) -> typing.Optional[builtins.str]:
|
616
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
616
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#self DataPagerdutyLicense#self}.'''
|
617
617
|
result = self._values.get("self_attribute")
|
618
618
|
return typing.cast(typing.Optional[builtins.str], result)
|
619
619
|
|
620
620
|
@builtins.property
|
621
621
|
def summary(self) -> typing.Optional[builtins.str]:
|
622
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
622
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.'''
|
623
623
|
result = self._values.get("summary")
|
624
624
|
return typing.cast(typing.Optional[builtins.str], result)
|
625
625
|
|
626
626
|
@builtins.property
|
627
627
|
def type(self) -> typing.Optional[builtins.str]:
|
628
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
628
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#type DataPagerdutyLicense#type}.'''
|
629
629
|
result = self._values.get("type")
|
630
630
|
return typing.cast(typing.Optional[builtins.str], result)
|
631
631
|
|
632
632
|
@builtins.property
|
633
633
|
def valid_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
634
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
634
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.'''
|
635
635
|
result = self._values.get("valid_roles")
|
636
636
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
637
637
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_licenses`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_licenses`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_licenses`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class DataPagerdutyLicenses(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyLicenses.DataPagerdutyLicenses",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses pagerduty_licenses}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -46,12 +46,12 @@ class DataPagerdutyLicenses(
|
|
46
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
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,
|
48
48
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses pagerduty_licenses} Data Source.
|
50
50
|
|
51
51
|
:param scope: The scope in which to define this construct.
|
52
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#id DataPagerdutyLicenses#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.
|
54
|
+
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
55
55
|
:param connection:
|
56
56
|
:param count:
|
57
57
|
:param depends_on:
|
@@ -91,7 +91,7 @@ class DataPagerdutyLicenses(
|
|
91
91
|
|
92
92
|
:param scope: The scope in which to define this construct.
|
93
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyLicenses to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyLicenses that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyLicenses that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use
|
95
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyLicenses to import is found.
|
96
96
|
'''
|
97
97
|
if __debug__:
|
@@ -203,8 +203,8 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
203
203
|
:param lifecycle:
|
204
204
|
:param provider:
|
205
205
|
:param provisioners:
|
206
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
207
|
-
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
206
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#id DataPagerdutyLicenses#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.
|
207
|
+
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
208
208
|
'''
|
209
209
|
if isinstance(lifecycle, dict):
|
210
210
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -305,7 +305,7 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
305
305
|
|
306
306
|
@builtins.property
|
307
307
|
def id(self) -> typing.Optional[builtins.str]:
|
308
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}.
|
309
309
|
|
310
310
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
311
311
|
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.
|
@@ -319,7 +319,7 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
319
319
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyLicensesLicenses"]]]:
|
320
320
|
'''licenses block.
|
321
321
|
|
322
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
322
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
323
323
|
'''
|
324
324
|
result = self._values.get("licenses")
|
325
325
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyLicensesLicenses"]]], result)
|
@@ -370,17 +370,17 @@ class DataPagerdutyLicensesLicenses:
|
|
370
370
|
valid_roles: typing.Optional[typing.Sequence[builtins.str]] = None,
|
371
371
|
) -> None:
|
372
372
|
'''
|
373
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
374
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
375
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
376
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
377
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
378
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
379
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
380
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
381
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
382
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
383
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
373
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#allocations_available DataPagerdutyLicenses#allocations_available}.
|
374
|
+
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#current_value DataPagerdutyLicenses#current_value}.
|
375
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#description DataPagerdutyLicenses#description}.
|
376
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#html_url DataPagerdutyLicenses#html_url}.
|
377
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#id DataPagerdutyLicenses#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.
|
378
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#name DataPagerdutyLicenses#name}.
|
379
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#role_group DataPagerdutyLicenses#role_group}.
|
380
|
+
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#self DataPagerdutyLicenses#self}.
|
381
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#summary DataPagerdutyLicenses#summary}.
|
382
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#type DataPagerdutyLicenses#type}.
|
383
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#valid_roles DataPagerdutyLicenses#valid_roles}.
|
384
384
|
'''
|
385
385
|
if __debug__:
|
386
386
|
type_hints = typing.get_type_hints(_typecheckingstub__5b6c0be8a22af903158549139a4ef84400c165f576803a266056d53074cc655e)
|
@@ -421,31 +421,31 @@ class DataPagerdutyLicensesLicenses:
|
|
421
421
|
|
422
422
|
@builtins.property
|
423
423
|
def allocations_available(self) -> typing.Optional[jsii.Number]:
|
424
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
424
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#allocations_available DataPagerdutyLicenses#allocations_available}.'''
|
425
425
|
result = self._values.get("allocations_available")
|
426
426
|
return typing.cast(typing.Optional[jsii.Number], result)
|
427
427
|
|
428
428
|
@builtins.property
|
429
429
|
def current_value(self) -> typing.Optional[jsii.Number]:
|
430
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
430
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#current_value DataPagerdutyLicenses#current_value}.'''
|
431
431
|
result = self._values.get("current_value")
|
432
432
|
return typing.cast(typing.Optional[jsii.Number], result)
|
433
433
|
|
434
434
|
@builtins.property
|
435
435
|
def description(self) -> typing.Optional[builtins.str]:
|
436
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
436
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#description DataPagerdutyLicenses#description}.'''
|
437
437
|
result = self._values.get("description")
|
438
438
|
return typing.cast(typing.Optional[builtins.str], result)
|
439
439
|
|
440
440
|
@builtins.property
|
441
441
|
def html_url(self) -> typing.Optional[builtins.str]:
|
442
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
442
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#html_url DataPagerdutyLicenses#html_url}.'''
|
443
443
|
result = self._values.get("html_url")
|
444
444
|
return typing.cast(typing.Optional[builtins.str], result)
|
445
445
|
|
446
446
|
@builtins.property
|
447
447
|
def id(self) -> typing.Optional[builtins.str]:
|
448
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
448
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}.
|
449
449
|
|
450
450
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
451
451
|
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.
|
@@ -455,37 +455,37 @@ class DataPagerdutyLicensesLicenses:
|
|
455
455
|
|
456
456
|
@builtins.property
|
457
457
|
def name(self) -> typing.Optional[builtins.str]:
|
458
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
458
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#name DataPagerdutyLicenses#name}.'''
|
459
459
|
result = self._values.get("name")
|
460
460
|
return typing.cast(typing.Optional[builtins.str], result)
|
461
461
|
|
462
462
|
@builtins.property
|
463
463
|
def role_group(self) -> typing.Optional[builtins.str]:
|
464
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
464
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#role_group DataPagerdutyLicenses#role_group}.'''
|
465
465
|
result = self._values.get("role_group")
|
466
466
|
return typing.cast(typing.Optional[builtins.str], result)
|
467
467
|
|
468
468
|
@builtins.property
|
469
469
|
def self_attribute(self) -> typing.Optional[builtins.str]:
|
470
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
470
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#self DataPagerdutyLicenses#self}.'''
|
471
471
|
result = self._values.get("self_attribute")
|
472
472
|
return typing.cast(typing.Optional[builtins.str], result)
|
473
473
|
|
474
474
|
@builtins.property
|
475
475
|
def summary(self) -> typing.Optional[builtins.str]:
|
476
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
476
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#summary DataPagerdutyLicenses#summary}.'''
|
477
477
|
result = self._values.get("summary")
|
478
478
|
return typing.cast(typing.Optional[builtins.str], result)
|
479
479
|
|
480
480
|
@builtins.property
|
481
481
|
def type(self) -> typing.Optional[builtins.str]:
|
482
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
482
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#type DataPagerdutyLicenses#type}.'''
|
483
483
|
result = self._values.get("type")
|
484
484
|
return typing.cast(typing.Optional[builtins.str], result)
|
485
485
|
|
486
486
|
@builtins.property
|
487
487
|
def valid_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
488
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
488
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/licenses#valid_roles DataPagerdutyLicenses#valid_roles}.'''
|
489
489
|
result = self._values.get("valid_roles")
|
490
490
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
491
491
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_priority`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class DataPagerdutyPriority(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyPriority.DataPagerdutyPriority",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority pagerduty_priority}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -46,12 +46,12 @@ class DataPagerdutyPriority(
|
|
46
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
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,
|
48
48
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority pagerduty_priority} Data Source.
|
50
50
|
|
51
51
|
:param scope: The scope in which to define this construct.
|
52
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority#id DataPagerdutyPriority#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.
|
55
55
|
:param connection:
|
56
56
|
:param count:
|
57
57
|
:param depends_on:
|
@@ -91,7 +91,7 @@ class DataPagerdutyPriority(
|
|
91
91
|
|
92
92
|
:param scope: The scope in which to define this construct.
|
93
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyPriority to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyPriority that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyPriority that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use
|
95
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyPriority to import is found.
|
96
96
|
'''
|
97
97
|
if __debug__:
|
@@ -196,8 +196,8 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
196
196
|
:param lifecycle:
|
197
197
|
:param provider:
|
198
198
|
:param provisioners:
|
199
|
-
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
200
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
199
|
+
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
200
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority#id DataPagerdutyPriority#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.
|
201
201
|
'''
|
202
202
|
if isinstance(lifecycle, dict):
|
203
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -300,7 +300,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
300
300
|
def name(self) -> builtins.str:
|
301
301
|
'''The name of the priority to find in the PagerDuty API.
|
302
302
|
|
303
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
303
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
304
304
|
'''
|
305
305
|
result = self._values.get("name")
|
306
306
|
assert result is not None, "Required property 'name' is missing"
|
@@ -308,7 +308,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
308
308
|
|
309
309
|
@builtins.property
|
310
310
|
def id(self) -> typing.Optional[builtins.str]:
|
311
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/priority#id DataPagerdutyPriority#id}.
|
312
312
|
|
313
313
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
314
314
|
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
|
'''
|
2
2
|
# `data_pagerduty_ruleset`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class DataPagerdutyRuleset(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyRuleset.DataPagerdutyRuleset",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset pagerduty_ruleset}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -46,12 +46,12 @@ class DataPagerdutyRuleset(
|
|
46
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
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,
|
48
48
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset pagerduty_ruleset} Data Source.
|
50
50
|
|
51
51
|
:param scope: The scope in which to define this construct.
|
52
52
|
: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.
|
54
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#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.
|
55
55
|
:param connection:
|
56
56
|
:param count:
|
57
57
|
:param depends_on:
|
@@ -91,7 +91,7 @@ class DataPagerdutyRuleset(
|
|
91
91
|
|
92
92
|
:param scope: The scope in which to define this construct.
|
93
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyRuleset to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use
|
95
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyRuleset to import is found.
|
96
96
|
'''
|
97
97
|
if __debug__:
|
@@ -196,8 +196,8 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
196
196
|
:param lifecycle:
|
197
197
|
:param provider:
|
198
198
|
:param provisioners:
|
199
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
200
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
199
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
|
200
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#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.
|
201
201
|
'''
|
202
202
|
if isinstance(lifecycle, dict):
|
203
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -298,14 +298,14 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
298
298
|
|
299
299
|
@builtins.property
|
300
300
|
def name(self) -> builtins.str:
|
301
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
301
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.'''
|
302
302
|
result = self._values.get("name")
|
303
303
|
assert result is not None, "Required property 'name' is missing"
|
304
304
|
return typing.cast(builtins.str, result)
|
305
305
|
|
306
306
|
@builtins.property
|
307
307
|
def id(self) -> typing.Optional[builtins.str]:
|
308
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}.
|
309
309
|
|
310
310
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
311
311
|
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.
|