cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.7.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +14 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +853 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +853 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +1049 -0
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +1049 -0
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.7.0.dist-info/RECORD +81 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_licenses`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_licenses`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_licenses`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyLicenses(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyLicenses.DataPagerdutyLicenses",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses pagerduty_licenses}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyLicenses(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses pagerduty_licenses} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
54
|
+
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyLicenses(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyLicenses to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyLicenses that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyLicenses that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyLicenses to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -200,8 +203,8 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
200
203
|
:param lifecycle:
|
201
204
|
:param provider:
|
202
205
|
:param provisioners:
|
203
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
204
|
-
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
206
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
207
|
+
:param licenses: licenses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
205
208
|
'''
|
206
209
|
if isinstance(lifecycle, dict):
|
207
210
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -302,7 +305,7 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
302
305
|
|
303
306
|
@builtins.property
|
304
307
|
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}.
|
306
309
|
|
307
310
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
308
311
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -316,7 +319,7 @@ class DataPagerdutyLicensesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
316
319
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyLicensesLicenses"]]]:
|
317
320
|
'''licenses block.
|
318
321
|
|
319
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
322
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#licenses DataPagerdutyLicenses#licenses}
|
320
323
|
'''
|
321
324
|
result = self._values.get("licenses")
|
322
325
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyLicensesLicenses"]]], result)
|
@@ -367,17 +370,17 @@ class DataPagerdutyLicensesLicenses:
|
|
367
370
|
valid_roles: typing.Optional[typing.Sequence[builtins.str]] = None,
|
368
371
|
) -> None:
|
369
372
|
'''
|
370
|
-
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
371
|
-
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
372
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
373
|
-
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
374
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
375
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
376
|
-
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
377
|
-
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
378
|
-
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
379
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
380
|
-
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
373
|
+
:param allocations_available: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#allocations_available DataPagerdutyLicenses#allocations_available}.
|
374
|
+
:param current_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#current_value DataPagerdutyLicenses#current_value}.
|
375
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#description DataPagerdutyLicenses#description}.
|
376
|
+
:param html_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#html_url DataPagerdutyLicenses#html_url}.
|
377
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
378
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#name DataPagerdutyLicenses#name}.
|
379
|
+
:param role_group: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#role_group DataPagerdutyLicenses#role_group}.
|
380
|
+
:param self_attribute: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#self DataPagerdutyLicenses#self}.
|
381
|
+
:param summary: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#summary DataPagerdutyLicenses#summary}.
|
382
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#type DataPagerdutyLicenses#type}.
|
383
|
+
:param valid_roles: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#valid_roles DataPagerdutyLicenses#valid_roles}.
|
381
384
|
'''
|
382
385
|
if __debug__:
|
383
386
|
type_hints = typing.get_type_hints(_typecheckingstub__5b6c0be8a22af903158549139a4ef84400c165f576803a266056d53074cc655e)
|
@@ -418,31 +421,31 @@ class DataPagerdutyLicensesLicenses:
|
|
418
421
|
|
419
422
|
@builtins.property
|
420
423
|
def allocations_available(self) -> typing.Optional[jsii.Number]:
|
421
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
424
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#allocations_available DataPagerdutyLicenses#allocations_available}.'''
|
422
425
|
result = self._values.get("allocations_available")
|
423
426
|
return typing.cast(typing.Optional[jsii.Number], result)
|
424
427
|
|
425
428
|
@builtins.property
|
426
429
|
def current_value(self) -> typing.Optional[jsii.Number]:
|
427
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
430
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#current_value DataPagerdutyLicenses#current_value}.'''
|
428
431
|
result = self._values.get("current_value")
|
429
432
|
return typing.cast(typing.Optional[jsii.Number], result)
|
430
433
|
|
431
434
|
@builtins.property
|
432
435
|
def description(self) -> typing.Optional[builtins.str]:
|
433
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
436
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#description DataPagerdutyLicenses#description}.'''
|
434
437
|
result = self._values.get("description")
|
435
438
|
return typing.cast(typing.Optional[builtins.str], result)
|
436
439
|
|
437
440
|
@builtins.property
|
438
441
|
def html_url(self) -> typing.Optional[builtins.str]:
|
439
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
442
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#html_url DataPagerdutyLicenses#html_url}.'''
|
440
443
|
result = self._values.get("html_url")
|
441
444
|
return typing.cast(typing.Optional[builtins.str], result)
|
442
445
|
|
443
446
|
@builtins.property
|
444
447
|
def id(self) -> typing.Optional[builtins.str]:
|
445
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
448
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}.
|
446
449
|
|
447
450
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
448
451
|
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.
|
@@ -452,37 +455,37 @@ class DataPagerdutyLicensesLicenses:
|
|
452
455
|
|
453
456
|
@builtins.property
|
454
457
|
def name(self) -> typing.Optional[builtins.str]:
|
455
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
458
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#name DataPagerdutyLicenses#name}.'''
|
456
459
|
result = self._values.get("name")
|
457
460
|
return typing.cast(typing.Optional[builtins.str], result)
|
458
461
|
|
459
462
|
@builtins.property
|
460
463
|
def role_group(self) -> typing.Optional[builtins.str]:
|
461
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
464
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#role_group DataPagerdutyLicenses#role_group}.'''
|
462
465
|
result = self._values.get("role_group")
|
463
466
|
return typing.cast(typing.Optional[builtins.str], result)
|
464
467
|
|
465
468
|
@builtins.property
|
466
469
|
def self_attribute(self) -> typing.Optional[builtins.str]:
|
467
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
470
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#self DataPagerdutyLicenses#self}.'''
|
468
471
|
result = self._values.get("self_attribute")
|
469
472
|
return typing.cast(typing.Optional[builtins.str], result)
|
470
473
|
|
471
474
|
@builtins.property
|
472
475
|
def summary(self) -> typing.Optional[builtins.str]:
|
473
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
476
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#summary DataPagerdutyLicenses#summary}.'''
|
474
477
|
result = self._values.get("summary")
|
475
478
|
return typing.cast(typing.Optional[builtins.str], result)
|
476
479
|
|
477
480
|
@builtins.property
|
478
481
|
def type(self) -> typing.Optional[builtins.str]:
|
479
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
482
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#type DataPagerdutyLicenses#type}.'''
|
480
483
|
result = self._values.get("type")
|
481
484
|
return typing.cast(typing.Optional[builtins.str], result)
|
482
485
|
|
483
486
|
@builtins.property
|
484
487
|
def valid_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
485
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
488
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/licenses#valid_roles DataPagerdutyLicenses#valid_roles}.'''
|
486
489
|
result = self._values.get("valid_roles")
|
487
490
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
488
491
|
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_priority`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyPriority(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyPriority.DataPagerdutyPriority",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority pagerduty_priority}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyPriority(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority pagerduty_priority} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority#id DataPagerdutyPriority#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyPriority(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyPriority to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyPriority that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyPriority that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyPriority to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -193,8 +196,8 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
193
196
|
:param lifecycle:
|
194
197
|
:param provider:
|
195
198
|
:param provisioners:
|
196
|
-
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
197
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
199
|
+
:param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
200
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority#id DataPagerdutyPriority#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
198
201
|
'''
|
199
202
|
if isinstance(lifecycle, dict):
|
200
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -297,7 +300,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
297
300
|
def name(self) -> builtins.str:
|
298
301
|
'''The name of the priority to find in the PagerDuty API.
|
299
302
|
|
300
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
303
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
|
301
304
|
'''
|
302
305
|
result = self._values.get("name")
|
303
306
|
assert result is not None, "Required property 'name' is missing"
|
@@ -305,7 +308,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
305
308
|
|
306
309
|
@builtins.property
|
307
310
|
def id(self) -> typing.Optional[builtins.str]:
|
308
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/priority#id DataPagerdutyPriority#id}.
|
309
312
|
|
310
313
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
311
314
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_ruleset`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyRuleset(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyRuleset.DataPagerdutyRuleset",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset pagerduty_ruleset}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyRuleset(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset pagerduty_ruleset} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyRuleset(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyRuleset to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyRuleset to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -193,8 +196,8 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
193
196
|
:param lifecycle:
|
194
197
|
:param provider:
|
195
198
|
:param provisioners:
|
196
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
197
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
199
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
|
200
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
198
201
|
'''
|
199
202
|
if isinstance(lifecycle, dict):
|
200
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -295,14 +298,14 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
295
298
|
|
296
299
|
@builtins.property
|
297
300
|
def name(self) -> builtins.str:
|
298
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
301
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.'''
|
299
302
|
result = self._values.get("name")
|
300
303
|
assert result is not None, "Required property 'name' is missing"
|
301
304
|
return typing.cast(builtins.str, result)
|
302
305
|
|
303
306
|
@builtins.property
|
304
307
|
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}.
|
306
309
|
|
307
310
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
308
311
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_schedule`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutySchedule(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutySchedule.DataPagerdutySchedule",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule pagerduty_schedule}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutySchedule(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule pagerduty_schedule} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutySchedule(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutySchedule to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutySchedule to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -188,8 +191,8 @@ class DataPagerdutyScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
188
191
|
:param lifecycle:
|
189
192
|
:param provider:
|
190
193
|
:param provisioners:
|
191
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
192
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
194
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
|
195
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule#id DataPagerdutySchedule#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.
|
193
196
|
'''
|
194
197
|
if isinstance(lifecycle, dict):
|
195
198
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -290,14 +293,14 @@ class DataPagerdutyScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
290
293
|
|
291
294
|
@builtins.property
|
292
295
|
def name(self) -> builtins.str:
|
293
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
296
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.'''
|
294
297
|
result = self._values.get("name")
|
295
298
|
assert result is not None, "Required property 'name' is missing"
|
296
299
|
return typing.cast(builtins.str, result)
|
297
300
|
|
298
301
|
@builtins.property
|
299
302
|
def id(self) -> typing.Optional[builtins.str]:
|
300
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
303
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}.
|
301
304
|
|
302
305
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
303
306
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_service`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyService(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyService.DataPagerdutyService",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service pagerduty_service}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyService(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service pagerduty_service} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service#name DataPagerdutyService#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service#id DataPagerdutyService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
52
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyService(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyService to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyService to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -223,8 +226,8 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
223
226
|
:param lifecycle:
|
224
227
|
:param provider:
|
225
228
|
:param provisioners:
|
226
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
227
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
229
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service#name DataPagerdutyService#name}.
|
230
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service#id DataPagerdutyService#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.
|
228
231
|
'''
|
229
232
|
if isinstance(lifecycle, dict):
|
230
233
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -325,14 +328,14 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
325
328
|
|
326
329
|
@builtins.property
|
327
330
|
def name(self) -> builtins.str:
|
328
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
331
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service#name DataPagerdutyService#name}.'''
|
329
332
|
result = self._values.get("name")
|
330
333
|
assert result is not None, "Required property 'name' is missing"
|
331
334
|
return typing.cast(builtins.str, result)
|
332
335
|
|
333
336
|
@builtins.property
|
334
337
|
def id(self) -> typing.Optional[builtins.str]:
|
335
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
338
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/service#id DataPagerdutyService#id}.
|
336
339
|
|
337
340
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
338
341
|
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.
|