cdktf-cdktf-provider-pagerduty 13.7.1__py3-none-any.whl → 13.7.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.7.3.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 +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +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_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 +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 +191 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +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.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.7.3.dist-info/RECORD +81 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.7.1.dist-info/RECORD +0 -81
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_rule`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class EventRule(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.eventRule.EventRule",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule pagerduty_event_rule}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -48,14 +48,14 @@ class EventRule(
|
|
48
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
49
|
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,
|
50
50
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule pagerduty_event_rule} Resource.
|
52
52
|
|
53
53
|
:param scope: The scope in which to define this construct.
|
54
54
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
55
|
-
:param action_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
56
|
-
:param condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
57
|
-
:param advanced_condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
55
|
+
:param action_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#action_json EventRule#action_json}.
|
56
|
+
:param condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#condition_json EventRule#condition_json}.
|
57
|
+
:param advanced_condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}.
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#id EventRule#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.
|
59
59
|
:param connection:
|
60
60
|
:param count:
|
61
61
|
:param depends_on:
|
@@ -97,7 +97,7 @@ class EventRule(
|
|
97
97
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
99
99
|
:param import_to_id: The construct id used in the generated config for the EventRule to import.
|
100
|
-
:param import_from_id: The id of the existing EventRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
100
|
+
:param import_from_id: The id of the existing EventRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use
|
101
101
|
:param provider: ? Optional instance of the provider where the EventRule to import is found.
|
102
102
|
'''
|
103
103
|
if __debug__:
|
@@ -244,10 +244,10 @@ class EventRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
244
244
|
:param lifecycle:
|
245
245
|
:param provider:
|
246
246
|
:param provisioners:
|
247
|
-
:param action_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
248
|
-
:param condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
249
|
-
:param advanced_condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
250
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
247
|
+
:param action_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#action_json EventRule#action_json}.
|
248
|
+
:param condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#condition_json EventRule#condition_json}.
|
249
|
+
:param advanced_condition_json: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}.
|
250
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#id EventRule#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.
|
251
251
|
'''
|
252
252
|
if isinstance(lifecycle, dict):
|
253
253
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -353,27 +353,27 @@ class EventRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
353
353
|
|
354
354
|
@builtins.property
|
355
355
|
def action_json(self) -> builtins.str:
|
356
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
356
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#action_json EventRule#action_json}.'''
|
357
357
|
result = self._values.get("action_json")
|
358
358
|
assert result is not None, "Required property 'action_json' is missing"
|
359
359
|
return typing.cast(builtins.str, result)
|
360
360
|
|
361
361
|
@builtins.property
|
362
362
|
def condition_json(self) -> builtins.str:
|
363
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
363
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#condition_json EventRule#condition_json}.'''
|
364
364
|
result = self._values.get("condition_json")
|
365
365
|
assert result is not None, "Required property 'condition_json' is missing"
|
366
366
|
return typing.cast(builtins.str, result)
|
367
367
|
|
368
368
|
@builtins.property
|
369
369
|
def advanced_condition_json(self) -> typing.Optional[builtins.str]:
|
370
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
370
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}.'''
|
371
371
|
result = self._values.get("advanced_condition_json")
|
372
372
|
return typing.cast(typing.Optional[builtins.str], result)
|
373
373
|
|
374
374
|
@builtins.property
|
375
375
|
def id(self) -> typing.Optional[builtins.str]:
|
376
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
376
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_rule#id EventRule#id}.
|
377
377
|
|
378
378
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
379
379
|
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
|
# `pagerduty_extension`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_extension`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_extension`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class Extension(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.extension.Extension",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension pagerduty_extension}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -51,17 +51,17 @@ class Extension(
|
|
51
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
52
52
|
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,
|
53
53
|
) -> None:
|
54
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension pagerduty_extension} Resource.
|
55
55
|
|
56
56
|
:param scope: The scope in which to define this construct.
|
57
57
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
58
|
-
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
59
|
-
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
60
|
-
:param config: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
61
|
-
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
62
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
63
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
64
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
58
|
+
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#extension_objects Extension#extension_objects}.
|
59
|
+
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#extension_schema Extension#extension_schema}.
|
60
|
+
:param config: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#config Extension#config}.
|
61
|
+
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#endpoint_url Extension#endpoint_url}.
|
62
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#id Extension#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.
|
63
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#name Extension#name}.
|
64
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#type Extension#type}.
|
65
65
|
:param connection:
|
66
66
|
:param count:
|
67
67
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class Extension(
|
|
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 Extension to import.
|
109
|
-
:param import_from_id: The id of the existing Extension that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
109
|
+
:param import_from_id: The id of the existing Extension that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#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 Extension to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -327,13 +327,13 @@ class ExtensionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
327
327
|
:param lifecycle:
|
328
328
|
:param provider:
|
329
329
|
:param provisioners:
|
330
|
-
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
331
|
-
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
332
|
-
:param config: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
333
|
-
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
334
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
335
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
336
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
330
|
+
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#extension_objects Extension#extension_objects}.
|
331
|
+
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#extension_schema Extension#extension_schema}.
|
332
|
+
:param config: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#config Extension#config}.
|
333
|
+
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#endpoint_url Extension#endpoint_url}.
|
334
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#id Extension#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.
|
335
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#name Extension#name}.
|
336
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#type Extension#type}.
|
337
337
|
'''
|
338
338
|
if isinstance(lifecycle, dict):
|
339
339
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -448,33 +448,33 @@ class ExtensionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
448
448
|
|
449
449
|
@builtins.property
|
450
450
|
def extension_objects(self) -> typing.List[builtins.str]:
|
451
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
451
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#extension_objects Extension#extension_objects}.'''
|
452
452
|
result = self._values.get("extension_objects")
|
453
453
|
assert result is not None, "Required property 'extension_objects' is missing"
|
454
454
|
return typing.cast(typing.List[builtins.str], result)
|
455
455
|
|
456
456
|
@builtins.property
|
457
457
|
def extension_schema(self) -> builtins.str:
|
458
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
458
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#extension_schema Extension#extension_schema}.'''
|
459
459
|
result = self._values.get("extension_schema")
|
460
460
|
assert result is not None, "Required property 'extension_schema' is missing"
|
461
461
|
return typing.cast(builtins.str, result)
|
462
462
|
|
463
463
|
@builtins.property
|
464
464
|
def config(self) -> typing.Optional[builtins.str]:
|
465
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
465
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#config Extension#config}.'''
|
466
466
|
result = self._values.get("config")
|
467
467
|
return typing.cast(typing.Optional[builtins.str], result)
|
468
468
|
|
469
469
|
@builtins.property
|
470
470
|
def endpoint_url(self) -> typing.Optional[builtins.str]:
|
471
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
471
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#endpoint_url Extension#endpoint_url}.'''
|
472
472
|
result = self._values.get("endpoint_url")
|
473
473
|
return typing.cast(typing.Optional[builtins.str], result)
|
474
474
|
|
475
475
|
@builtins.property
|
476
476
|
def id(self) -> typing.Optional[builtins.str]:
|
477
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
477
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#id Extension#id}.
|
478
478
|
|
479
479
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
480
480
|
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.
|
@@ -484,13 +484,13 @@ class ExtensionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
484
484
|
|
485
485
|
@builtins.property
|
486
486
|
def name(self) -> typing.Optional[builtins.str]:
|
487
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
487
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#name Extension#name}.'''
|
488
488
|
result = self._values.get("name")
|
489
489
|
return typing.cast(typing.Optional[builtins.str], result)
|
490
490
|
|
491
491
|
@builtins.property
|
492
492
|
def type(self) -> typing.Optional[builtins.str]:
|
493
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
493
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension#type Extension#type}.'''
|
494
494
|
result = self._values.get("type")
|
495
495
|
return typing.cast(typing.Optional[builtins.str], result)
|
496
496
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_extension_servicenow`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_extension_servicenow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_extension_servicenow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class ExtensionServicenow(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.extensionServicenow.ExtensionServicenow",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow pagerduty_extension_servicenow}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -57,23 +57,23 @@ class ExtensionServicenow(
|
|
57
57
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
58
58
|
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,
|
59
59
|
) -> None:
|
60
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
60
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow pagerduty_extension_servicenow} Resource.
|
61
61
|
|
62
62
|
:param scope: The scope in which to define this construct.
|
63
63
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
64
|
-
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
65
|
-
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
66
|
-
:param referer: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
67
|
-
:param snow_password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
68
|
-
:param snow_user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
69
|
-
:param sync_options: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
70
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
71
|
-
:param task_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
72
|
-
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
73
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
74
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
75
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
76
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
64
|
+
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}.
|
65
|
+
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}.
|
66
|
+
:param referer: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}.
|
67
|
+
:param snow_password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}.
|
68
|
+
:param snow_user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}.
|
69
|
+
:param sync_options: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}.
|
70
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#target ExtensionServicenow#target}.
|
71
|
+
:param task_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}.
|
72
|
+
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}.
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#id ExtensionServicenow#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.
|
74
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#name ExtensionServicenow#name}.
|
75
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}.
|
76
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#type ExtensionServicenow#type}.
|
77
77
|
:param connection:
|
78
78
|
:param count:
|
79
79
|
:param depends_on:
|
@@ -124,7 +124,7 @@ class ExtensionServicenow(
|
|
124
124
|
|
125
125
|
:param scope: The scope in which to define this construct.
|
126
126
|
:param import_to_id: The construct id used in the generated config for the ExtensionServicenow to import.
|
127
|
-
:param import_from_id: The id of the existing ExtensionServicenow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
127
|
+
:param import_from_id: The id of the existing ExtensionServicenow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use
|
128
128
|
:param provider: ? Optional instance of the provider where the ExtensionServicenow to import is found.
|
129
129
|
'''
|
130
130
|
if __debug__:
|
@@ -454,19 +454,19 @@ class ExtensionServicenowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
454
454
|
:param lifecycle:
|
455
455
|
:param provider:
|
456
456
|
:param provisioners:
|
457
|
-
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
458
|
-
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
459
|
-
:param referer: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
460
|
-
:param snow_password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
461
|
-
:param snow_user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
462
|
-
:param sync_options: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
463
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
464
|
-
:param task_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
465
|
-
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
466
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
467
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
468
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
469
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
457
|
+
:param extension_objects: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}.
|
458
|
+
:param extension_schema: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}.
|
459
|
+
:param referer: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}.
|
460
|
+
:param snow_password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}.
|
461
|
+
:param snow_user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}.
|
462
|
+
:param sync_options: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}.
|
463
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#target ExtensionServicenow#target}.
|
464
|
+
:param task_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}.
|
465
|
+
:param endpoint_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}.
|
466
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#id ExtensionServicenow#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.
|
467
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#name ExtensionServicenow#name}.
|
468
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}.
|
469
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#type ExtensionServicenow#type}.
|
470
470
|
'''
|
471
471
|
if isinstance(lifecycle, dict):
|
472
472
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -593,69 +593,69 @@ class ExtensionServicenowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
593
593
|
|
594
594
|
@builtins.property
|
595
595
|
def extension_objects(self) -> typing.List[builtins.str]:
|
596
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
596
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}.'''
|
597
597
|
result = self._values.get("extension_objects")
|
598
598
|
assert result is not None, "Required property 'extension_objects' is missing"
|
599
599
|
return typing.cast(typing.List[builtins.str], result)
|
600
600
|
|
601
601
|
@builtins.property
|
602
602
|
def extension_schema(self) -> builtins.str:
|
603
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
603
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}.'''
|
604
604
|
result = self._values.get("extension_schema")
|
605
605
|
assert result is not None, "Required property 'extension_schema' is missing"
|
606
606
|
return typing.cast(builtins.str, result)
|
607
607
|
|
608
608
|
@builtins.property
|
609
609
|
def referer(self) -> builtins.str:
|
610
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
610
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}.'''
|
611
611
|
result = self._values.get("referer")
|
612
612
|
assert result is not None, "Required property 'referer' is missing"
|
613
613
|
return typing.cast(builtins.str, result)
|
614
614
|
|
615
615
|
@builtins.property
|
616
616
|
def snow_password(self) -> builtins.str:
|
617
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
617
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}.'''
|
618
618
|
result = self._values.get("snow_password")
|
619
619
|
assert result is not None, "Required property 'snow_password' is missing"
|
620
620
|
return typing.cast(builtins.str, result)
|
621
621
|
|
622
622
|
@builtins.property
|
623
623
|
def snow_user(self) -> builtins.str:
|
624
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
624
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}.'''
|
625
625
|
result = self._values.get("snow_user")
|
626
626
|
assert result is not None, "Required property 'snow_user' is missing"
|
627
627
|
return typing.cast(builtins.str, result)
|
628
628
|
|
629
629
|
@builtins.property
|
630
630
|
def sync_options(self) -> builtins.str:
|
631
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
631
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}.'''
|
632
632
|
result = self._values.get("sync_options")
|
633
633
|
assert result is not None, "Required property 'sync_options' is missing"
|
634
634
|
return typing.cast(builtins.str, result)
|
635
635
|
|
636
636
|
@builtins.property
|
637
637
|
def target(self) -> builtins.str:
|
638
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
638
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#target ExtensionServicenow#target}.'''
|
639
639
|
result = self._values.get("target")
|
640
640
|
assert result is not None, "Required property 'target' is missing"
|
641
641
|
return typing.cast(builtins.str, result)
|
642
642
|
|
643
643
|
@builtins.property
|
644
644
|
def task_type(self) -> builtins.str:
|
645
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
645
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}.'''
|
646
646
|
result = self._values.get("task_type")
|
647
647
|
assert result is not None, "Required property 'task_type' is missing"
|
648
648
|
return typing.cast(builtins.str, result)
|
649
649
|
|
650
650
|
@builtins.property
|
651
651
|
def endpoint_url(self) -> typing.Optional[builtins.str]:
|
652
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
652
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}.'''
|
653
653
|
result = self._values.get("endpoint_url")
|
654
654
|
return typing.cast(typing.Optional[builtins.str], result)
|
655
655
|
|
656
656
|
@builtins.property
|
657
657
|
def id(self) -> typing.Optional[builtins.str]:
|
658
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
658
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#id ExtensionServicenow#id}.
|
659
659
|
|
660
660
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
661
661
|
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.
|
@@ -665,19 +665,19 @@ class ExtensionServicenowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
665
665
|
|
666
666
|
@builtins.property
|
667
667
|
def name(self) -> typing.Optional[builtins.str]:
|
668
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
668
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#name ExtensionServicenow#name}.'''
|
669
669
|
result = self._values.get("name")
|
670
670
|
return typing.cast(typing.Optional[builtins.str], result)
|
671
671
|
|
672
672
|
@builtins.property
|
673
673
|
def summary(self) -> typing.Optional[builtins.str]:
|
674
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
674
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}.'''
|
675
675
|
result = self._values.get("summary")
|
676
676
|
return typing.cast(typing.Optional[builtins.str], result)
|
677
677
|
|
678
678
|
@builtins.property
|
679
679
|
def type(self) -> typing.Optional[builtins.str]:
|
680
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
680
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/extension_servicenow#type ExtensionServicenow#type}.'''
|
681
681
|
result = self._values.get("type")
|
682
682
|
return typing.cast(typing.Optional[builtins.str], result)
|
683
683
|
|