cdktf-cdktf-provider-pagerduty 13.15.2__py3-none-any.whl → 13.15.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.15.3.dist-info/RECORD +90 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.15.2.dist-info/RECORD +0 -90
- {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_escalation_policy`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyEscalationPolicy(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyEscalationPolicy(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
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,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
68
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyEscalationPolicy(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEscalationPolicy to import.
|
109
|
-
:param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
109
|
+
:param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEscalationPolicy to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -206,8 +206,8 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
206
206
|
:param lifecycle:
|
207
207
|
:param provider:
|
208
208
|
:param provisioners:
|
209
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
210
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
209
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
210
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
|
211
211
|
'''
|
212
212
|
if isinstance(lifecycle, dict):
|
213
213
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -308,14 +308,14 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
308
308
|
|
309
309
|
@builtins.property
|
310
310
|
def name(self) -> builtins.str:
|
311
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
|
312
312
|
result = self._values.get("name")
|
313
313
|
assert result is not None, "Required property 'name' is missing"
|
314
314
|
return typing.cast(builtins.str, result)
|
315
315
|
|
316
316
|
@builtins.property
|
317
317
|
def id(self) -> typing.Optional[builtins.str]:
|
318
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
318
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
|
319
319
|
|
320
320
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
321
321
|
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
|
r'''
|
2
2
|
# `data_pagerduty_event_orchestration`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyEventOrchestration(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataPagerdutyEventOrchestration(
|
|
62
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
63
63
|
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,
|
64
64
|
) -> None:
|
65
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
|
66
66
|
|
67
67
|
:param scope: The scope in which to define this construct.
|
68
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
69
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
70
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
71
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
69
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
|
70
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
|
71
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
72
72
|
:param connection:
|
73
73
|
:param count:
|
74
74
|
:param depends_on:
|
@@ -109,7 +109,7 @@ class DataPagerdutyEventOrchestration(
|
|
109
109
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
111
111
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestration to import.
|
112
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
112
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
|
113
113
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestration to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -240,9 +240,9 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
240
240
|
:param lifecycle:
|
241
241
|
:param provider:
|
242
242
|
:param provisioners:
|
243
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
244
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
245
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
243
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
|
244
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
|
245
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
246
246
|
'''
|
247
247
|
if isinstance(lifecycle, dict):
|
248
248
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -346,14 +346,14 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
346
346
|
|
347
347
|
@builtins.property
|
348
348
|
def name(self) -> builtins.str:
|
349
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
349
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
|
350
350
|
result = self._values.get("name")
|
351
351
|
assert result is not None, "Required property 'name' is missing"
|
352
352
|
return typing.cast(builtins.str, result)
|
353
353
|
|
354
354
|
@builtins.property
|
355
355
|
def id(self) -> typing.Optional[builtins.str]:
|
356
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
356
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
|
357
357
|
|
358
358
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
359
359
|
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.
|
@@ -367,7 +367,7 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
367
367
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]]:
|
368
368
|
'''integration block.
|
369
369
|
|
370
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
370
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
371
371
|
'''
|
372
372
|
result = self._values.get("integration")
|
373
373
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]], result)
|
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_event_orchestration_global_cache_variable`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariable",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
|
|
62
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
63
63
|
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,
|
64
64
|
) -> None:
|
65
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Data Source.
|
66
66
|
|
67
67
|
:param scope: The scope in which to define this construct.
|
68
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
69
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
70
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
71
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
69
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
|
70
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
|
71
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
|
72
72
|
:param connection:
|
73
73
|
:param count:
|
74
74
|
:param depends_on:
|
@@ -109,7 +109,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
|
|
109
109
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
111
111
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationGlobalCacheVariable to import.
|
112
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
112
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use
|
113
113
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationGlobalCacheVariable to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -399,9 +399,9 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
|
|
399
399
|
:param lifecycle:
|
400
400
|
:param provider:
|
401
401
|
:param provisioners:
|
402
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
403
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
404
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
402
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
|
403
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
|
404
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
|
405
405
|
'''
|
406
406
|
if isinstance(lifecycle, dict):
|
407
407
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -505,14 +505,14 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
|
|
505
505
|
|
506
506
|
@builtins.property
|
507
507
|
def event_orchestration(self) -> builtins.str:
|
508
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.'''
|
509
509
|
result = self._values.get("event_orchestration")
|
510
510
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
511
511
|
return typing.cast(builtins.str, result)
|
512
512
|
|
513
513
|
@builtins.property
|
514
514
|
def id(self) -> typing.Optional[builtins.str]:
|
515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
515
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}.
|
516
516
|
|
517
517
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
518
518
|
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.
|
@@ -522,7 +522,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
|
|
522
522
|
|
523
523
|
@builtins.property
|
524
524
|
def name(self) -> typing.Optional[builtins.str]:
|
525
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
525
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.'''
|
526
526
|
result = self._values.get("name")
|
527
527
|
return typing.cast(typing.Optional[builtins.str], result)
|
528
528
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_event_orchestration_integration`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegrationA",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
62
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
63
63
|
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,
|
64
64
|
) -> None:
|
65
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
|
66
66
|
|
67
67
|
:param scope: The scope in which to define this construct.
|
68
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
69
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
70
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
71
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
69
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
|
70
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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.
|
71
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
|
72
72
|
:param connection:
|
73
73
|
:param count:
|
74
74
|
:param depends_on:
|
@@ -109,7 +109,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
109
109
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
111
111
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationIntegrationA to import.
|
112
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
112
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
|
113
113
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationIntegrationA to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -239,9 +239,9 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
239
239
|
:param lifecycle:
|
240
240
|
:param provider:
|
241
241
|
:param provisioners:
|
242
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
243
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
244
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
242
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
|
243
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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.
|
244
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
|
245
245
|
'''
|
246
246
|
if isinstance(lifecycle, dict):
|
247
247
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -345,14 +345,14 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
345
345
|
|
346
346
|
@builtins.property
|
347
347
|
def event_orchestration(self) -> builtins.str:
|
348
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
348
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
|
349
349
|
result = self._values.get("event_orchestration")
|
350
350
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
351
351
|
return typing.cast(builtins.str, result)
|
352
352
|
|
353
353
|
@builtins.property
|
354
354
|
def id(self) -> typing.Optional[builtins.str]:
|
355
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
355
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
|
356
356
|
|
357
357
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
358
358
|
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.
|
@@ -362,7 +362,7 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
362
362
|
|
363
363
|
@builtins.property
|
364
364
|
def label(self) -> typing.Optional[builtins.str]:
|
365
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
365
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
|
366
366
|
result = self._values.get("label")
|
367
367
|
return typing.cast(typing.Optional[builtins.str], result)
|
368
368
|
|
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_event_orchestration_service_cache_variable`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyEventOrchestrationServiceCacheVariable(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariable",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataPagerdutyEventOrchestrationServiceCacheVariable(
|
|
62
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
63
63
|
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,
|
64
64
|
) -> None:
|
65
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Data Source.
|
66
66
|
|
67
67
|
:param scope: The scope in which to define this construct.
|
68
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
69
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
70
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
71
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
69
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
|
70
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#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.
|
71
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
|
72
72
|
:param connection:
|
73
73
|
:param count:
|
74
74
|
:param depends_on:
|
@@ -109,7 +109,7 @@ class DataPagerdutyEventOrchestrationServiceCacheVariable(
|
|
109
109
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
111
111
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationServiceCacheVariable to import.
|
112
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
112
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use
|
113
113
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationServiceCacheVariable to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -399,9 +399,9 @@ class DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
|
|
399
399
|
:param lifecycle:
|
400
400
|
:param provider:
|
401
401
|
:param provisioners:
|
402
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
403
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
404
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
402
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
|
403
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#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.
|
404
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
|
405
405
|
'''
|
406
406
|
if isinstance(lifecycle, dict):
|
407
407
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -505,14 +505,14 @@ class DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
|
|
505
505
|
|
506
506
|
@builtins.property
|
507
507
|
def service(self) -> builtins.str:
|
508
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.'''
|
509
509
|
result = self._values.get("service")
|
510
510
|
assert result is not None, "Required property 'service' is missing"
|
511
511
|
return typing.cast(builtins.str, result)
|
512
512
|
|
513
513
|
@builtins.property
|
514
514
|
def id(self) -> typing.Optional[builtins.str]:
|
515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
515
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}.
|
516
516
|
|
517
517
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
518
518
|
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.
|
@@ -522,7 +522,7 @@ class DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
|
|
522
522
|
|
523
523
|
@builtins.property
|
524
524
|
def name(self) -> typing.Optional[builtins.str]:
|
525
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
525
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.'''
|
526
526
|
result = self._values.get("name")
|
527
527
|
return typing.cast(typing.Optional[builtins.str], result)
|
528
528
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
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.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestrations).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyEventOrchestrations(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrations",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyEventOrchestrations(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
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,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} Data Source.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
68
|
+
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyEventOrchestrations(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrations to import.
|
109
|
-
: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.19.
|
109
|
+
: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.19.4/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrations to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -213,8 +213,8 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
213
213
|
:param lifecycle:
|
214
214
|
:param provider:
|
215
215
|
:param provisioners:
|
216
|
-
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
217
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
216
|
+
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
217
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
|
218
218
|
'''
|
219
219
|
if isinstance(lifecycle, dict):
|
220
220
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -315,14 +315,14 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
315
315
|
|
316
316
|
@builtins.property
|
317
317
|
def name_filter(self) -> builtins.str:
|
318
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
318
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
|
319
319
|
result = self._values.get("name_filter")
|
320
320
|
assert result is not None, "Required property 'name_filter' is missing"
|
321
321
|
return typing.cast(builtins.str, result)
|
322
322
|
|
323
323
|
@builtins.property
|
324
324
|
def id(self) -> typing.Optional[builtins.str]:
|
325
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
325
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
|
326
326
|
|
327
327
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
328
328
|
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
|
r'''
|
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.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/extension_schema).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyExtensionSchema(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyExtensionSchema.DataPagerdutyExtensionSchema",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/extension_schema pagerduty_extension_schema}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -60,11 +60,11 @@ class DataPagerdutyExtensionSchema(
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
61
61
|
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,
|
62
62
|
) -> None:
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/extension_schema pagerduty_extension_schema} Data Source.
|
64
64
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
66
66
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
67
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
67
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
68
68
|
:param connection:
|
69
69
|
:param count:
|
70
70
|
:param depends_on:
|
@@ -103,7 +103,7 @@ class DataPagerdutyExtensionSchema(
|
|
103
103
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyExtensionSchema to import.
|
106
|
-
: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.19.
|
106
|
+
: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.19.4/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use
|
107
107
|
:param provider: ? Optional instance of the provider where the DataPagerdutyExtensionSchema to import is found.
|
108
108
|
'''
|
109
109
|
if __debug__:
|
@@ -190,7 +190,7 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
190
190
|
:param lifecycle:
|
191
191
|
:param provider:
|
192
192
|
:param provisioners:
|
193
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
193
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
194
194
|
'''
|
195
195
|
if isinstance(lifecycle, dict):
|
196
196
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -288,7 +288,7 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
288
288
|
|
289
289
|
@builtins.property
|
290
290
|
def name(self) -> builtins.str:
|
291
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
291
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.'''
|
292
292
|
result = self._values.get("name")
|
293
293
|
assert result is not None, "Required property 'name' is missing"
|
294
294
|
return typing.cast(builtins.str, result)
|