cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.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 +5 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.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
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyLicense(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyLicense.DataPagerdutyLicense",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license pagerduty_license}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -52,21 +52,21 @@ class DataPagerdutyLicense(
|
|
52
52
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
53
53
|
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,
|
54
54
|
) -> None:
|
55
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license pagerduty_license} Data Source.
|
56
56
|
|
57
57
|
:param scope: The scope in which to define this construct.
|
58
58
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
59
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
60
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
61
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
62
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
63
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
65
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
66
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
67
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
59
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.
|
60
|
+
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.
|
61
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#description DataPagerdutyLicense#description}.
|
62
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.
|
63
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
64
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#name DataPagerdutyLicense#name}.
|
65
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.
|
66
|
+
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
67
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
68
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#type DataPagerdutyLicense#type}.
|
69
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -115,7 +115,7 @@ class DataPagerdutyLicense(
|
|
115
115
|
|
116
116
|
:param scope: The scope in which to define this construct.
|
117
117
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyLicense to import.
|
118
|
-
: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.
|
118
|
+
: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.4.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use
|
119
119
|
:param provider: ? Optional instance of the provider where the DataPagerdutyLicense to import is found.
|
120
120
|
'''
|
121
121
|
if __debug__:
|
@@ -174,6 +174,10 @@ class DataPagerdutyLicense(
|
|
174
174
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
175
175
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
176
176
|
|
177
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
178
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
179
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
180
|
+
|
177
181
|
@jsii.python.classproperty
|
178
182
|
@jsii.member(jsii_name="tfResourceType")
|
179
183
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -422,17 +426,17 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
422
426
|
:param lifecycle:
|
423
427
|
:param provider:
|
424
428
|
:param provisioners:
|
425
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
426
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
427
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
428
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
429
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
430
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
431
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
432
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
433
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
434
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
435
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
429
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.
|
430
|
+
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.
|
431
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#description DataPagerdutyLicense#description}.
|
432
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.
|
433
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
434
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#name DataPagerdutyLicense#name}.
|
435
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.
|
436
|
+
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
437
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
438
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#type DataPagerdutyLicense#type}.
|
439
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.
|
436
440
|
'''
|
437
441
|
if isinstance(lifecycle, dict):
|
438
442
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -560,31 +564,31 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
560
564
|
|
561
565
|
@builtins.property
|
562
566
|
def allocations_available(self) -> typing.Optional[jsii.Number]:
|
563
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
567
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.'''
|
564
568
|
result = self._values.get("allocations_available")
|
565
569
|
return typing.cast(typing.Optional[jsii.Number], result)
|
566
570
|
|
567
571
|
@builtins.property
|
568
572
|
def current_value(self) -> typing.Optional[jsii.Number]:
|
569
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
573
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.'''
|
570
574
|
result = self._values.get("current_value")
|
571
575
|
return typing.cast(typing.Optional[jsii.Number], result)
|
572
576
|
|
573
577
|
@builtins.property
|
574
578
|
def description(self) -> typing.Optional[builtins.str]:
|
575
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
579
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#description DataPagerdutyLicense#description}.'''
|
576
580
|
result = self._values.get("description")
|
577
581
|
return typing.cast(typing.Optional[builtins.str], result)
|
578
582
|
|
579
583
|
@builtins.property
|
580
584
|
def html_url(self) -> typing.Optional[builtins.str]:
|
581
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
585
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.'''
|
582
586
|
result = self._values.get("html_url")
|
583
587
|
return typing.cast(typing.Optional[builtins.str], result)
|
584
588
|
|
585
589
|
@builtins.property
|
586
590
|
def id(self) -> typing.Optional[builtins.str]:
|
587
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
591
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#id DataPagerdutyLicense#id}.
|
588
592
|
|
589
593
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
590
594
|
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.
|
@@ -594,37 +598,37 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
594
598
|
|
595
599
|
@builtins.property
|
596
600
|
def name(self) -> typing.Optional[builtins.str]:
|
597
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
601
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#name DataPagerdutyLicense#name}.'''
|
598
602
|
result = self._values.get("name")
|
599
603
|
return typing.cast(typing.Optional[builtins.str], result)
|
600
604
|
|
601
605
|
@builtins.property
|
602
606
|
def role_group(self) -> typing.Optional[builtins.str]:
|
603
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
607
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.'''
|
604
608
|
result = self._values.get("role_group")
|
605
609
|
return typing.cast(typing.Optional[builtins.str], result)
|
606
610
|
|
607
611
|
@builtins.property
|
608
612
|
def self_attribute(self) -> typing.Optional[builtins.str]:
|
609
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
613
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#self DataPagerdutyLicense#self}.'''
|
610
614
|
result = self._values.get("self_attribute")
|
611
615
|
return typing.cast(typing.Optional[builtins.str], result)
|
612
616
|
|
613
617
|
@builtins.property
|
614
618
|
def summary(self) -> typing.Optional[builtins.str]:
|
615
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
619
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.'''
|
616
620
|
result = self._values.get("summary")
|
617
621
|
return typing.cast(typing.Optional[builtins.str], result)
|
618
622
|
|
619
623
|
@builtins.property
|
620
624
|
def type(self) -> typing.Optional[builtins.str]:
|
621
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
625
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#type DataPagerdutyLicense#type}.'''
|
622
626
|
result = self._values.get("type")
|
623
627
|
return typing.cast(typing.Optional[builtins.str], result)
|
624
628
|
|
625
629
|
@builtins.property
|
626
630
|
def valid_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
627
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
631
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.'''
|
628
632
|
result = self._values.get("valid_roles")
|
629
633
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
630
634
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_licenses`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_licenses`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyLicenses(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyLicenses.DataPagerdutyLicenses",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses pagerduty_licenses}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyLicenses(
|
|
43
43
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
44
|
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
45
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
46
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses pagerduty_licenses} Data Source.
|
47
47
|
|
48
48
|
:param scope: The scope in which to define this construct.
|
49
49
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
51
|
+
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyLicenses(
|
|
88
88
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyLicenses to import.
|
91
|
-
: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.
|
91
|
+
: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.4.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use
|
92
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyLicenses to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -124,6 +124,10 @@ class DataPagerdutyLicenses(
|
|
124
124
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
125
125
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
126
126
|
|
127
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
128
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
129
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
130
|
+
|
127
131
|
@jsii.python.classproperty
|
128
132
|
@jsii.member(jsii_name="tfResourceType")
|
129
133
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -196,8 +200,8 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
196
200
|
:param lifecycle:
|
197
201
|
:param provider:
|
198
202
|
:param provisioners:
|
199
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
200
|
-
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
203
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
204
|
+
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
201
205
|
'''
|
202
206
|
if isinstance(lifecycle, dict):
|
203
207
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -298,7 +302,7 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
298
302
|
|
299
303
|
@builtins.property
|
300
304
|
def id(self) -> typing.Optional[builtins.str]:
|
301
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
305
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}.
|
302
306
|
|
303
307
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
304
308
|
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.
|
@@ -312,7 +316,7 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
312
316
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyLicensesLicenses"]]]:
|
313
317
|
'''licenses block.
|
314
318
|
|
315
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
319
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
316
320
|
'''
|
317
321
|
result = self._values.get("licenses")
|
318
322
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyLicensesLicenses"]]], result)
|
@@ -363,17 +367,17 @@ class DataPagerdutyLicensesLicenses:
|
|
363
367
|
valid_roles: typing.Optional[typing.Sequence[builtins.str]] = None,
|
364
368
|
) -> None:
|
365
369
|
'''
|
366
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
367
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
368
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
369
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
370
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
371
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
372
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
373
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
374
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
375
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
376
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
370
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#allocations_available DataPagerdutyLicenses#allocations_available}.
|
371
|
+
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#current_value DataPagerdutyLicenses#current_value}.
|
372
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#description DataPagerdutyLicenses#description}.
|
373
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#html_url DataPagerdutyLicenses#html_url}.
|
374
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
375
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#name DataPagerdutyLicenses#name}.
|
376
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#role_group DataPagerdutyLicenses#role_group}.
|
377
|
+
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#self DataPagerdutyLicenses#self}.
|
378
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#summary DataPagerdutyLicenses#summary}.
|
379
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#type DataPagerdutyLicenses#type}.
|
380
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#valid_roles DataPagerdutyLicenses#valid_roles}.
|
377
381
|
'''
|
378
382
|
if __debug__:
|
379
383
|
type_hints = typing.get_type_hints(_typecheckingstub__5b6c0be8a22af903158549139a4ef84400c165f576803a266056d53074cc655e)
|
@@ -414,31 +418,31 @@ class DataPagerdutyLicensesLicenses:
|
|
414
418
|
|
415
419
|
@builtins.property
|
416
420
|
def allocations_available(self) -> typing.Optional[jsii.Number]:
|
417
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
421
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#allocations_available DataPagerdutyLicenses#allocations_available}.'''
|
418
422
|
result = self._values.get("allocations_available")
|
419
423
|
return typing.cast(typing.Optional[jsii.Number], result)
|
420
424
|
|
421
425
|
@builtins.property
|
422
426
|
def current_value(self) -> typing.Optional[jsii.Number]:
|
423
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
427
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#current_value DataPagerdutyLicenses#current_value}.'''
|
424
428
|
result = self._values.get("current_value")
|
425
429
|
return typing.cast(typing.Optional[jsii.Number], result)
|
426
430
|
|
427
431
|
@builtins.property
|
428
432
|
def description(self) -> typing.Optional[builtins.str]:
|
429
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
433
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#description DataPagerdutyLicenses#description}.'''
|
430
434
|
result = self._values.get("description")
|
431
435
|
return typing.cast(typing.Optional[builtins.str], result)
|
432
436
|
|
433
437
|
@builtins.property
|
434
438
|
def html_url(self) -> typing.Optional[builtins.str]:
|
435
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
439
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#html_url DataPagerdutyLicenses#html_url}.'''
|
436
440
|
result = self._values.get("html_url")
|
437
441
|
return typing.cast(typing.Optional[builtins.str], result)
|
438
442
|
|
439
443
|
@builtins.property
|
440
444
|
def id(self) -> typing.Optional[builtins.str]:
|
441
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
445
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}.
|
442
446
|
|
443
447
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
444
448
|
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.
|
@@ -448,37 +452,37 @@ class DataPagerdutyLicensesLicenses:
|
|
448
452
|
|
449
453
|
@builtins.property
|
450
454
|
def name(self) -> typing.Optional[builtins.str]:
|
451
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
455
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#name DataPagerdutyLicenses#name}.'''
|
452
456
|
result = self._values.get("name")
|
453
457
|
return typing.cast(typing.Optional[builtins.str], result)
|
454
458
|
|
455
459
|
@builtins.property
|
456
460
|
def role_group(self) -> typing.Optional[builtins.str]:
|
457
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
461
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#role_group DataPagerdutyLicenses#role_group}.'''
|
458
462
|
result = self._values.get("role_group")
|
459
463
|
return typing.cast(typing.Optional[builtins.str], result)
|
460
464
|
|
461
465
|
@builtins.property
|
462
466
|
def self_attribute(self) -> typing.Optional[builtins.str]:
|
463
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
467
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#self DataPagerdutyLicenses#self}.'''
|
464
468
|
result = self._values.get("self_attribute")
|
465
469
|
return typing.cast(typing.Optional[builtins.str], result)
|
466
470
|
|
467
471
|
@builtins.property
|
468
472
|
def summary(self) -> typing.Optional[builtins.str]:
|
469
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
473
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#summary DataPagerdutyLicenses#summary}.'''
|
470
474
|
result = self._values.get("summary")
|
471
475
|
return typing.cast(typing.Optional[builtins.str], result)
|
472
476
|
|
473
477
|
@builtins.property
|
474
478
|
def type(self) -> typing.Optional[builtins.str]:
|
475
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
479
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#type DataPagerdutyLicenses#type}.'''
|
476
480
|
result = self._values.get("type")
|
477
481
|
return typing.cast(typing.Optional[builtins.str], result)
|
478
482
|
|
479
483
|
@builtins.property
|
480
484
|
def valid_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
481
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
485
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/licenses#valid_roles DataPagerdutyLicenses#valid_roles}.'''
|
482
486
|
result = self._values.get("valid_roles")
|
483
487
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
484
488
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_priority`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/priority).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyPriority(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyPriority.DataPagerdutyPriority",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/priority pagerduty_priority}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyPriority(
|
|
43
43
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
44
|
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
45
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
46
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/priority pagerduty_priority} Data Source.
|
47
47
|
|
48
48
|
:param scope: The scope in which to define this construct.
|
49
49
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
: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.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
: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.4.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyPriority(
|
|
88
88
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyPriority to import.
|
91
|
-
: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.
|
91
|
+
: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.4.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use
|
92
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyPriority to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -107,6 +107,10 @@ class DataPagerdutyPriority(
|
|
107
107
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
108
108
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
109
109
|
|
110
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
111
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
112
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
113
|
+
|
110
114
|
@jsii.python.classproperty
|
111
115
|
@jsii.member(jsii_name="tfResourceType")
|
112
116
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -189,8 +193,8 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
189
193
|
:param lifecycle:
|
190
194
|
:param provider:
|
191
195
|
:param provisioners:
|
192
|
-
: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.
|
193
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
196
|
+
: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.4.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
197
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
194
198
|
'''
|
195
199
|
if isinstance(lifecycle, dict):
|
196
200
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -293,7 +297,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
293
297
|
def name(self) -> builtins.str:
|
294
298
|
'''The name of the priority to find in the PagerDuty API.
|
295
299
|
|
296
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
300
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
297
301
|
'''
|
298
302
|
result = self._values.get("name")
|
299
303
|
assert result is not None, "Required property 'name' is missing"
|
@@ -301,7 +305,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
301
305
|
|
302
306
|
@builtins.property
|
303
307
|
def id(self) -> typing.Optional[builtins.str]:
|
304
|
-
'''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.4.0/docs/data-sources/priority#id DataPagerdutyPriority#id}.
|
305
309
|
|
306
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.
|
307
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.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_ruleset`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/ruleset).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyRuleset(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyRuleset.DataPagerdutyRuleset",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/ruleset pagerduty_ruleset}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyRuleset(
|
|
43
43
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
44
|
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
45
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
46
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/ruleset pagerduty_ruleset} Data Source.
|
47
47
|
|
48
48
|
:param scope: The scope in which to define this construct.
|
49
49
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyRuleset(
|
|
88
88
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyRuleset to import.
|
91
|
-
: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.
|
91
|
+
: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.4.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use
|
92
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyRuleset to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -107,6 +107,10 @@ class DataPagerdutyRuleset(
|
|
107
107
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
108
108
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
109
109
|
|
110
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
111
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
112
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
113
|
+
|
110
114
|
@jsii.python.classproperty
|
111
115
|
@jsii.member(jsii_name="tfResourceType")
|
112
116
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -189,8 +193,8 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
189
193
|
:param lifecycle:
|
190
194
|
:param provider:
|
191
195
|
:param provisioners:
|
192
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
193
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
196
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
|
197
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.
|
194
198
|
'''
|
195
199
|
if isinstance(lifecycle, dict):
|
196
200
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -291,14 +295,14 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
291
295
|
|
292
296
|
@builtins.property
|
293
297
|
def name(self) -> builtins.str:
|
294
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
298
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.'''
|
295
299
|
result = self._values.get("name")
|
296
300
|
assert result is not None, "Required property 'name' is missing"
|
297
301
|
return typing.cast(builtins.str, result)
|
298
302
|
|
299
303
|
@builtins.property
|
300
304
|
def id(self) -> typing.Optional[builtins.str]:
|
301
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
305
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}.
|
302
306
|
|
303
307
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
304
308
|
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.
|