cdktf-cdktf-provider-pagerduty 13.1.2__py3-none-any.whl → 13.2.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.2.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.2.0.dist-info/RECORD +74 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.1.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.1.2.dist-info/RECORD +0 -74
- {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
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.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/event_orchestrations).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyEventOrchestrations(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrations",
|
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.6.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyEventOrchestrations(
|
|
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.6.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} 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_filter: 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_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyEventOrchestrations(
|
|
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 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.
|
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.6.0/docs/data-sources/event_orchestrations#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 DataPagerdutyEventOrchestrations to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -195,8 +195,8 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
195
195
|
:param lifecycle:
|
196
196
|
:param provider:
|
197
197
|
:param provisioners:
|
198
|
-
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
199
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
198
|
+
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
199
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
200
|
'''
|
201
201
|
if isinstance(lifecycle, dict):
|
202
202
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -297,14 +297,14 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
297
297
|
|
298
298
|
@builtins.property
|
299
299
|
def name_filter(self) -> builtins.str:
|
300
|
-
'''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.6.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
|
301
301
|
result = self._values.get("name_filter")
|
302
302
|
assert result is not None, "Required property 'name_filter' is missing"
|
303
303
|
return typing.cast(builtins.str, result)
|
304
304
|
|
305
305
|
@builtins.property
|
306
306
|
def id(self) -> typing.Optional[builtins.str]:
|
307
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
307
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
|
308
308
|
|
309
309
|
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
310
|
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_extension_schema`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/extension_schema).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyExtensionSchema(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyExtensionSchema.DataPagerdutyExtensionSchema",
|
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.6.0/docs/data-sources/extension_schema pagerduty_extension_schema}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyExtensionSchema(
|
|
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.6.0/docs/data-sources/extension_schema pagerduty_extension_schema} 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.6.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyExtensionSchema(
|
|
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 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.
|
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.6.0/docs/data-sources/extension_schema#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 DataPagerdutyExtensionSchema to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -193,8 +193,8 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
193
193
|
:param lifecycle:
|
194
194
|
:param provider:
|
195
195
|
:param provisioners:
|
196
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
197
|
-
: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.6.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
197
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
198
|
'''
|
199
199
|
if isinstance(lifecycle, dict):
|
200
200
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -295,14 +295,14 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
295
295
|
|
296
296
|
@builtins.property
|
297
297
|
def name(self) -> builtins.str:
|
298
|
-
'''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.6.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.'''
|
299
299
|
result = self._values.get("name")
|
300
300
|
assert result is not None, "Required property 'name' is missing"
|
301
301
|
return typing.cast(builtins.str, result)
|
302
302
|
|
303
303
|
@builtins.property
|
304
304
|
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''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.6.0/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}.
|
306
306
|
|
307
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.
|
308
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.
|
@@ -1,7 +1,7 @@
|
|
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.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/incident_custom_field).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyIncidentCustomField(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentCustomField.DataPagerdutyIncidentCustomField",
|
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.6.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyIncidentCustomField(
|
|
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.6.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} 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.6.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyIncidentCustomField(
|
|
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 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.
|
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.6.0/docs/data-sources/incident_custom_field#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 DataPagerdutyIncidentCustomField to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -208,8 +208,8 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
208
208
|
:param lifecycle:
|
209
209
|
:param provider:
|
210
210
|
:param provisioners:
|
211
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
212
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
211
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
|
212
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
213
|
'''
|
214
214
|
if isinstance(lifecycle, dict):
|
215
215
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -310,14 +310,14 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
310
310
|
|
311
311
|
@builtins.property
|
312
312
|
def name(self) -> builtins.str:
|
313
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.'''
|
314
314
|
result = self._values.get("name")
|
315
315
|
assert result is not None, "Required property 'name' is missing"
|
316
316
|
return typing.cast(builtins.str, result)
|
317
317
|
|
318
318
|
@builtins.property
|
319
319
|
def id(self) -> typing.Optional[builtins.str]:
|
320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
320
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}.
|
321
321
|
|
322
322
|
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
323
|
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_incident_workflow`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/incident_workflow).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyIncidentWorkflow(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentWorkflow.DataPagerdutyIncidentWorkflow",
|
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.6.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyIncidentWorkflow(
|
|
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.6.0/docs/data-sources/incident_workflow pagerduty_incident_workflow} 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.6.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyIncidentWorkflow(
|
|
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 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.
|
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.6.0/docs/data-sources/incident_workflow#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 DataPagerdutyIncidentWorkflow to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -193,8 +193,8 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
193
193
|
:param lifecycle:
|
194
194
|
:param provider:
|
195
195
|
:param provisioners:
|
196
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
197
|
-
: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.6.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
|
197
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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
198
|
'''
|
199
199
|
if isinstance(lifecycle, dict):
|
200
200
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -295,14 +295,14 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
295
295
|
|
296
296
|
@builtins.property
|
297
297
|
def name(self) -> builtins.str:
|
298
|
-
'''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.6.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.'''
|
299
299
|
result = self._values.get("name")
|
300
300
|
assert result is not None, "Required property 'name' is missing"
|
301
301
|
return typing.cast(builtins.str, result)
|
302
302
|
|
303
303
|
@builtins.property
|
304
304
|
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''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.6.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}.
|
306
306
|
|
307
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.
|
308
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.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_license`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
67
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
68
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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.6.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.6.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__:
|
@@ -426,17 +426,17 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
426
426
|
:param lifecycle:
|
427
427
|
:param provider:
|
428
428
|
:param provisioners:
|
429
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
430
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
431
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
432
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
433
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
434
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
435
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
436
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
437
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
438
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
439
|
-
: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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0/docs/data-sources/license#self DataPagerdutyLicense#self}.
|
437
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.
|
438
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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.6.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.
|
440
440
|
'''
|
441
441
|
if isinstance(lifecycle, dict):
|
442
442
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -564,31 +564,31 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
564
564
|
|
565
565
|
@builtins.property
|
566
566
|
def allocations_available(self) -> typing.Optional[jsii.Number]:
|
567
|
-
'''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.6.0/docs/data-sources/license#allocations_available DataPagerdutyLicense#allocations_available}.'''
|
568
568
|
result = self._values.get("allocations_available")
|
569
569
|
return typing.cast(typing.Optional[jsii.Number], result)
|
570
570
|
|
571
571
|
@builtins.property
|
572
572
|
def current_value(self) -> typing.Optional[jsii.Number]:
|
573
|
-
'''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.6.0/docs/data-sources/license#current_value DataPagerdutyLicense#current_value}.'''
|
574
574
|
result = self._values.get("current_value")
|
575
575
|
return typing.cast(typing.Optional[jsii.Number], result)
|
576
576
|
|
577
577
|
@builtins.property
|
578
578
|
def description(self) -> typing.Optional[builtins.str]:
|
579
|
-
'''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.6.0/docs/data-sources/license#description DataPagerdutyLicense#description}.'''
|
580
580
|
result = self._values.get("description")
|
581
581
|
return typing.cast(typing.Optional[builtins.str], result)
|
582
582
|
|
583
583
|
@builtins.property
|
584
584
|
def html_url(self) -> typing.Optional[builtins.str]:
|
585
|
-
'''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.6.0/docs/data-sources/license#html_url DataPagerdutyLicense#html_url}.'''
|
586
586
|
result = self._values.get("html_url")
|
587
587
|
return typing.cast(typing.Optional[builtins.str], result)
|
588
588
|
|
589
589
|
@builtins.property
|
590
590
|
def id(self) -> typing.Optional[builtins.str]:
|
591
|
-
'''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.6.0/docs/data-sources/license#id DataPagerdutyLicense#id}.
|
592
592
|
|
593
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.
|
594
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.
|
@@ -598,37 +598,37 @@ class DataPagerdutyLicenseConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
598
598
|
|
599
599
|
@builtins.property
|
600
600
|
def name(self) -> typing.Optional[builtins.str]:
|
601
|
-
'''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.6.0/docs/data-sources/license#name DataPagerdutyLicense#name}.'''
|
602
602
|
result = self._values.get("name")
|
603
603
|
return typing.cast(typing.Optional[builtins.str], result)
|
604
604
|
|
605
605
|
@builtins.property
|
606
606
|
def role_group(self) -> typing.Optional[builtins.str]:
|
607
|
-
'''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.6.0/docs/data-sources/license#role_group DataPagerdutyLicense#role_group}.'''
|
608
608
|
result = self._values.get("role_group")
|
609
609
|
return typing.cast(typing.Optional[builtins.str], result)
|
610
610
|
|
611
611
|
@builtins.property
|
612
612
|
def self_attribute(self) -> typing.Optional[builtins.str]:
|
613
|
-
'''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.6.0/docs/data-sources/license#self DataPagerdutyLicense#self}.'''
|
614
614
|
result = self._values.get("self_attribute")
|
615
615
|
return typing.cast(typing.Optional[builtins.str], result)
|
616
616
|
|
617
617
|
@builtins.property
|
618
618
|
def summary(self) -> typing.Optional[builtins.str]:
|
619
|
-
'''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.6.0/docs/data-sources/license#summary DataPagerdutyLicense#summary}.'''
|
620
620
|
result = self._values.get("summary")
|
621
621
|
return typing.cast(typing.Optional[builtins.str], result)
|
622
622
|
|
623
623
|
@builtins.property
|
624
624
|
def type(self) -> typing.Optional[builtins.str]:
|
625
|
-
'''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.6.0/docs/data-sources/license#type DataPagerdutyLicense#type}.'''
|
626
626
|
result = self._values.get("type")
|
627
627
|
return typing.cast(typing.Optional[builtins.str], result)
|
628
628
|
|
629
629
|
@builtins.property
|
630
630
|
def valid_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
631
|
-
'''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.6.0/docs/data-sources/license#valid_roles DataPagerdutyLicense#valid_roles}.'''
|
632
632
|
result = self._values.get("valid_roles")
|
633
633
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
634
634
|
|