cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_event_orchestrations`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyEventOrchestrations(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrations",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyEventOrchestrations(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
+
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyEventOrchestrations(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrations to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrations to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -195,8 +198,8 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
195
198
|
:param lifecycle:
|
196
199
|
:param provider:
|
197
200
|
:param provisioners:
|
198
|
-
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
199
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
201
|
+
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
202
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#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.
|
200
203
|
'''
|
201
204
|
if isinstance(lifecycle, dict):
|
202
205
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -297,14 +300,14 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
297
300
|
|
298
301
|
@builtins.property
|
299
302
|
def name_filter(self) -> builtins.str:
|
300
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
303
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
|
301
304
|
result = self._values.get("name_filter")
|
302
305
|
assert result is not None, "Required property 'name_filter' is missing"
|
303
306
|
return typing.cast(builtins.str, result)
|
304
307
|
|
305
308
|
@builtins.property
|
306
309
|
def id(self) -> typing.Optional[builtins.str]:
|
307
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
310
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
|
308
311
|
|
309
312
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
310
313
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_extension_schema`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyExtensionSchema(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyExtensionSchema.DataPagerdutyExtensionSchema",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema pagerduty_extension_schema}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyExtensionSchema(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema pagerduty_extension_schema} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyExtensionSchema(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyExtensionSchema to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyExtensionSchema to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -193,8 +196,8 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
193
196
|
:param lifecycle:
|
194
197
|
:param provider:
|
195
198
|
:param provisioners:
|
196
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
197
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
199
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
200
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#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.
|
198
201
|
'''
|
199
202
|
if isinstance(lifecycle, dict):
|
200
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -295,14 +298,14 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
295
298
|
|
296
299
|
@builtins.property
|
297
300
|
def name(self) -> builtins.str:
|
298
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
301
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.'''
|
299
302
|
result = self._values.get("name")
|
300
303
|
assert result is not None, "Required property 'name' is missing"
|
301
304
|
return typing.cast(builtins.str, result)
|
302
305
|
|
303
306
|
@builtins.property
|
304
307
|
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}.
|
306
309
|
|
307
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.
|
308
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,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_incident_custom_field`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyIncidentCustomField(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentCustomField.DataPagerdutyIncidentCustomField",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyIncidentCustomField(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyIncidentCustomField(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyIncidentCustomField to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyIncidentCustomField to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -208,8 +211,8 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
208
211
|
:param lifecycle:
|
209
212
|
:param provider:
|
210
213
|
:param provisioners:
|
211
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
212
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
214
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
|
215
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#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.
|
213
216
|
'''
|
214
217
|
if isinstance(lifecycle, dict):
|
215
218
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -310,14 +313,14 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
310
313
|
|
311
314
|
@builtins.property
|
312
315
|
def name(self) -> builtins.str:
|
313
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
316
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.'''
|
314
317
|
result = self._values.get("name")
|
315
318
|
assert result is not None, "Required property 'name' is missing"
|
316
319
|
return typing.cast(builtins.str, result)
|
317
320
|
|
318
321
|
@builtins.property
|
319
322
|
def id(self) -> typing.Optional[builtins.str]:
|
320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
323
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}.
|
321
324
|
|
322
325
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
323
326
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_incident_workflow`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyIncidentWorkflow(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentWorkflow.DataPagerdutyIncidentWorkflow",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow pagerduty_incident_workflow}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyIncidentWorkflow(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow pagerduty_incident_workflow} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyIncidentWorkflow(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyIncidentWorkflow to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyIncidentWorkflow to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -193,8 +196,8 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
193
196
|
:param lifecycle:
|
194
197
|
:param provider:
|
195
198
|
:param provisioners:
|
196
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
197
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
199
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
|
200
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#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.
|
198
201
|
'''
|
199
202
|
if isinstance(lifecycle, dict):
|
200
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -295,14 +298,14 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
295
298
|
|
296
299
|
@builtins.property
|
297
300
|
def name(self) -> builtins.str:
|
298
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
301
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.'''
|
299
302
|
result = self._values.get("name")
|
300
303
|
assert result is not None, "Required property 'name' is missing"
|
301
304
|
return typing.cast(builtins.str, result)
|
302
305
|
|
303
306
|
@builtins.property
|
304
307
|
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}.
|
306
309
|
|
307
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.
|
308
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,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyLicense(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyLicense.DataPagerdutyLicense",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license pagerduty_license}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -52,21 +55,21 @@ class DataPagerdutyLicense(
|
|
52
55
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
53
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,
|
54
57
|
) -> None:
|
55
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license pagerduty_license} Data Source.
|
56
59
|
|
57
60
|
:param scope: The scope in which to define this construct.
|
58
61
|
: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.10.
|
60
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
61
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
62
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
63
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
64
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
65
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
66
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
67
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
68
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
69
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
62
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.10.1/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.10.1/docs/data-sources/license#description DataPagerdutyLicense#description}.
|
65
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.10.1/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.10.1/docs/data-sources/license#name DataPagerdutyLicense#name}.
|
68
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.10.1/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
70
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
71
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#type DataPagerdutyLicense#type}.
|
72
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.
|
70
73
|
:param connection:
|
71
74
|
:param count:
|
72
75
|
:param depends_on:
|
@@ -115,7 +118,7 @@ class DataPagerdutyLicense(
|
|
115
118
|
|
116
119
|
:param scope: The scope in which to define this construct.
|
117
120
|
: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.10.
|
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.10.1/docs/data-sources/license#import import section} in the documentation of this resource for the id to use
|
119
122
|
:param provider: ? Optional instance of the provider where the DataPagerdutyLicense to import is found.
|
120
123
|
'''
|
121
124
|
if __debug__:
|
@@ -426,17 +429,17 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
426
429
|
:param lifecycle:
|
427
430
|
:param provider:
|
428
431
|
:param provisioners:
|
429
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
430
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
431
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
432
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
433
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
434
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
435
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
436
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
437
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
438
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
439
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
432
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.10.1/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.10.1/docs/data-sources/license#description DataPagerdutyLicense#description}.
|
435
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.10.1/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.10.1/docs/data-sources/license#name DataPagerdutyLicense#name}.
|
438
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.10.1/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
440
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
441
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#type DataPagerdutyLicense#type}.
|
442
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.
|
440
443
|
'''
|
441
444
|
if isinstance(lifecycle, dict):
|
442
445
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -564,31 +567,31 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
564
567
|
|
565
568
|
@builtins.property
|
566
569
|
def allocations_available(self) -> typing.Optional[jsii.Number]:
|
567
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
570
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.'''
|
568
571
|
result = self._values.get("allocations_available")
|
569
572
|
return typing.cast(typing.Optional[jsii.Number], result)
|
570
573
|
|
571
574
|
@builtins.property
|
572
575
|
def current_value(self) -> typing.Optional[jsii.Number]:
|
573
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
576
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.'''
|
574
577
|
result = self._values.get("current_value")
|
575
578
|
return typing.cast(typing.Optional[jsii.Number], result)
|
576
579
|
|
577
580
|
@builtins.property
|
578
581
|
def description(self) -> typing.Optional[builtins.str]:
|
579
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
582
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#description DataPagerdutyLicense#description}.'''
|
580
583
|
result = self._values.get("description")
|
581
584
|
return typing.cast(typing.Optional[builtins.str], result)
|
582
585
|
|
583
586
|
@builtins.property
|
584
587
|
def html_url(self) -> typing.Optional[builtins.str]:
|
585
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
588
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.'''
|
586
589
|
result = self._values.get("html_url")
|
587
590
|
return typing.cast(typing.Optional[builtins.str], result)
|
588
591
|
|
589
592
|
@builtins.property
|
590
593
|
def id(self) -> typing.Optional[builtins.str]:
|
591
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
594
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#id DataPagerdutyLicense#id}.
|
592
595
|
|
593
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.
|
594
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.
|
@@ -598,37 +601,37 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
598
601
|
|
599
602
|
@builtins.property
|
600
603
|
def name(self) -> typing.Optional[builtins.str]:
|
601
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
604
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#name DataPagerdutyLicense#name}.'''
|
602
605
|
result = self._values.get("name")
|
603
606
|
return typing.cast(typing.Optional[builtins.str], result)
|
604
607
|
|
605
608
|
@builtins.property
|
606
609
|
def role_group(self) -> typing.Optional[builtins.str]:
|
607
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
610
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.'''
|
608
611
|
result = self._values.get("role_group")
|
609
612
|
return typing.cast(typing.Optional[builtins.str], result)
|
610
613
|
|
611
614
|
@builtins.property
|
612
615
|
def self_attribute(self) -> typing.Optional[builtins.str]:
|
613
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
616
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#self DataPagerdutyLicense#self}.'''
|
614
617
|
result = self._values.get("self_attribute")
|
615
618
|
return typing.cast(typing.Optional[builtins.str], result)
|
616
619
|
|
617
620
|
@builtins.property
|
618
621
|
def summary(self) -> typing.Optional[builtins.str]:
|
619
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
622
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#summary DataPagerdutyLicense#summary}.'''
|
620
623
|
result = self._values.get("summary")
|
621
624
|
return typing.cast(typing.Optional[builtins.str], result)
|
622
625
|
|
623
626
|
@builtins.property
|
624
627
|
def type(self) -> typing.Optional[builtins.str]:
|
625
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
628
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#type DataPagerdutyLicense#type}.'''
|
626
629
|
result = self._values.get("type")
|
627
630
|
return typing.cast(typing.Optional[builtins.str], result)
|
628
631
|
|
629
632
|
@builtins.property
|
630
633
|
def valid_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
631
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
634
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.'''
|
632
635
|
result = self._values.get("valid_roles")
|
633
636
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
634
637
|
|