cdktf-cdktf-provider-pagerduty 13.3.0__py3-none-any.whl → 13.4.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +7 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +691 -0
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +897 -0
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  72. {cdktf_cdktf_provider_pagerduty-13.3.0.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/METADATA +4 -4
  73. cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/RECORD +77 -0
  74. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.3.0.jsii.tgz +0 -0
  75. cdktf_cdktf_provider_pagerduty-13.3.0.dist-info/RECORD +0 -75
  76. {cdktf_cdktf_provider_pagerduty-13.3.0.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/LICENSE +0 -0
  77. {cdktf_cdktf_provider_pagerduty-13.3.0.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/WHEEL +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.3.0.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,691 @@
1
+ '''
2
+ # `data_pagerduty_standards_resource_scores`
3
+
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resource_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores).
5
+ '''
6
+ import abc
7
+ import builtins
8
+ import datetime
9
+ import enum
10
+ import typing
11
+
12
+ import jsii
13
+ import publication
14
+ import typing_extensions
15
+
16
+ from typeguard import check_type
17
+
18
+ from .._jsii import *
19
+
20
+ import cdktf as _cdktf_9a9027ec
21
+ import constructs as _constructs_77d1e7e8
22
+
23
+
24
+ class DataPagerdutyStandardsResourceScores(
25
+ _cdktf_9a9027ec.TerraformDataSource,
26
+ metaclass=jsii.JSIIMeta,
27
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScores",
28
+ ):
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}.'''
30
+
31
+ def __init__(
32
+ self,
33
+ scope: _constructs_77d1e7e8.Construct,
34
+ id_: builtins.str,
35
+ *,
36
+ id: builtins.str,
37
+ resource_type: builtins.str,
38
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
39
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
40
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
41
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
42
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
43
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
+ provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
+ ) -> None:
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} Data Source.
47
+
48
+ :param scope: The scope in which to define this construct.
49
+ :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.8.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
51
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
52
+ :param connection:
53
+ :param count:
54
+ :param depends_on:
55
+ :param for_each:
56
+ :param lifecycle:
57
+ :param provider:
58
+ :param provisioners:
59
+ '''
60
+ if __debug__:
61
+ type_hints = typing.get_type_hints(_typecheckingstub__199f84597377a694500a07b383f17d30fb752003647f968f38923274ff1f8369)
62
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
63
+ check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
64
+ config = DataPagerdutyStandardsResourceScoresConfig(
65
+ id=id,
66
+ resource_type=resource_type,
67
+ connection=connection,
68
+ count=count,
69
+ depends_on=depends_on,
70
+ for_each=for_each,
71
+ lifecycle=lifecycle,
72
+ provider=provider,
73
+ provisioners=provisioners,
74
+ )
75
+
76
+ jsii.create(self.__class__, self, [scope, id_, config])
77
+
78
+ @jsii.member(jsii_name="generateConfigForImport")
79
+ @builtins.classmethod
80
+ def generate_config_for_import(
81
+ cls,
82
+ scope: _constructs_77d1e7e8.Construct,
83
+ import_to_id: builtins.str,
84
+ import_from_id: builtins.str,
85
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
86
+ ) -> _cdktf_9a9027ec.ImportableResource:
87
+ '''Generates CDKTF code for importing a DataPagerdutyStandardsResourceScores resource upon running "cdktf plan ".
88
+
89
+ :param scope: The scope in which to define this construct.
90
+ :param import_to_id: The construct id used in the generated config for the DataPagerdutyStandardsResourceScores to import.
91
+ :param import_from_id: The id of the existing DataPagerdutyStandardsResourceScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use
92
+ :param provider: ? Optional instance of the provider where the DataPagerdutyStandardsResourceScores to import is found.
93
+ '''
94
+ if __debug__:
95
+ type_hints = typing.get_type_hints(_typecheckingstub__6708b1b7cb82107235dc81d5c4eb471e6feff529ee23564c7b310d2a1bf09017)
96
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
97
+ check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
98
+ check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
99
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
100
+ return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
101
+
102
+ @jsii.member(jsii_name="synthesizeAttributes")
103
+ def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
104
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
105
+
106
+ @jsii.member(jsii_name="synthesizeHclAttributes")
107
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
108
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
109
+
110
+ @jsii.python.classproperty
111
+ @jsii.member(jsii_name="tfResourceType")
112
+ def TF_RESOURCE_TYPE(cls) -> builtins.str:
113
+ return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
114
+
115
+ @builtins.property
116
+ @jsii.member(jsii_name="score")
117
+ def score(self) -> "DataPagerdutyStandardsResourceScoresScoreOutputReference":
118
+ return typing.cast("DataPagerdutyStandardsResourceScoresScoreOutputReference", jsii.get(self, "score"))
119
+
120
+ @builtins.property
121
+ @jsii.member(jsii_name="standards")
122
+ def standards(self) -> "DataPagerdutyStandardsResourceScoresStandardsList":
123
+ return typing.cast("DataPagerdutyStandardsResourceScoresStandardsList", jsii.get(self, "standards"))
124
+
125
+ @builtins.property
126
+ @jsii.member(jsii_name="idInput")
127
+ def id_input(self) -> typing.Optional[builtins.str]:
128
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
129
+
130
+ @builtins.property
131
+ @jsii.member(jsii_name="resourceTypeInput")
132
+ def resource_type_input(self) -> typing.Optional[builtins.str]:
133
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceTypeInput"))
134
+
135
+ @builtins.property
136
+ @jsii.member(jsii_name="id")
137
+ def id(self) -> builtins.str:
138
+ return typing.cast(builtins.str, jsii.get(self, "id"))
139
+
140
+ @id.setter
141
+ def id(self, value: builtins.str) -> None:
142
+ if __debug__:
143
+ type_hints = typing.get_type_hints(_typecheckingstub__c2ad837a0ad80c7d99029390c404acc705bf1a16695651bad0d95f7058a2bd8e)
144
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
145
+ jsii.set(self, "id", value)
146
+
147
+ @builtins.property
148
+ @jsii.member(jsii_name="resourceType")
149
+ def resource_type(self) -> builtins.str:
150
+ return typing.cast(builtins.str, jsii.get(self, "resourceType"))
151
+
152
+ @resource_type.setter
153
+ def resource_type(self, value: builtins.str) -> None:
154
+ if __debug__:
155
+ type_hints = typing.get_type_hints(_typecheckingstub__085da1df58ec48de20c99f6cb6a57c391e257dc4e006231abd84f71f7464a2b0)
156
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
157
+ jsii.set(self, "resourceType", value)
158
+
159
+
160
+ @jsii.data_type(
161
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScoresConfig",
162
+ jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
163
+ name_mapping={
164
+ "connection": "connection",
165
+ "count": "count",
166
+ "depends_on": "dependsOn",
167
+ "for_each": "forEach",
168
+ "lifecycle": "lifecycle",
169
+ "provider": "provider",
170
+ "provisioners": "provisioners",
171
+ "id": "id",
172
+ "resource_type": "resourceType",
173
+ },
174
+ )
175
+ class DataPagerdutyStandardsResourceScoresConfig(
176
+ _cdktf_9a9027ec.TerraformMetaArguments,
177
+ ):
178
+ def __init__(
179
+ self,
180
+ *,
181
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
182
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
183
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
184
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
185
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
186
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
187
+ 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,
188
+ id: builtins.str,
189
+ resource_type: builtins.str,
190
+ ) -> None:
191
+ '''
192
+ :param connection:
193
+ :param count:
194
+ :param depends_on:
195
+ :param for_each:
196
+ :param lifecycle:
197
+ :param provider:
198
+ :param provisioners:
199
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
200
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
201
+ '''
202
+ if isinstance(lifecycle, dict):
203
+ lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
204
+ if __debug__:
205
+ type_hints = typing.get_type_hints(_typecheckingstub__64ba559c64d4885dc018bd639841ed10ac93da289703075666622d46a561676f)
206
+ check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
207
+ check_type(argname="argument count", value=count, expected_type=type_hints["count"])
208
+ check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
209
+ check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
210
+ check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
211
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
212
+ check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
213
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
214
+ check_type(argname="argument resource_type", value=resource_type, expected_type=type_hints["resource_type"])
215
+ self._values: typing.Dict[builtins.str, typing.Any] = {
216
+ "id": id,
217
+ "resource_type": resource_type,
218
+ }
219
+ if connection is not None:
220
+ self._values["connection"] = connection
221
+ if count is not None:
222
+ self._values["count"] = count
223
+ if depends_on is not None:
224
+ self._values["depends_on"] = depends_on
225
+ if for_each is not None:
226
+ self._values["for_each"] = for_each
227
+ if lifecycle is not None:
228
+ self._values["lifecycle"] = lifecycle
229
+ if provider is not None:
230
+ self._values["provider"] = provider
231
+ if provisioners is not None:
232
+ self._values["provisioners"] = provisioners
233
+
234
+ @builtins.property
235
+ def connection(
236
+ self,
237
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
238
+ '''
239
+ :stability: experimental
240
+ '''
241
+ result = self._values.get("connection")
242
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
243
+
244
+ @builtins.property
245
+ def count(
246
+ self,
247
+ ) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
248
+ '''
249
+ :stability: experimental
250
+ '''
251
+ result = self._values.get("count")
252
+ return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
253
+
254
+ @builtins.property
255
+ def depends_on(
256
+ self,
257
+ ) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
258
+ '''
259
+ :stability: experimental
260
+ '''
261
+ result = self._values.get("depends_on")
262
+ return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
263
+
264
+ @builtins.property
265
+ def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
266
+ '''
267
+ :stability: experimental
268
+ '''
269
+ result = self._values.get("for_each")
270
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
271
+
272
+ @builtins.property
273
+ def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
274
+ '''
275
+ :stability: experimental
276
+ '''
277
+ result = self._values.get("lifecycle")
278
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
279
+
280
+ @builtins.property
281
+ def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
282
+ '''
283
+ :stability: experimental
284
+ '''
285
+ result = self._values.get("provider")
286
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
287
+
288
+ @builtins.property
289
+ def provisioners(
290
+ self,
291
+ ) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
292
+ '''
293
+ :stability: experimental
294
+ '''
295
+ result = self._values.get("provisioners")
296
+ return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
297
+
298
+ @builtins.property
299
+ def id(self) -> builtins.str:
300
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}.
301
+
302
+ 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
+ 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.
304
+ '''
305
+ result = self._values.get("id")
306
+ assert result is not None, "Required property 'id' is missing"
307
+ return typing.cast(builtins.str, result)
308
+
309
+ @builtins.property
310
+ def resource_type(self) -> builtins.str:
311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.'''
312
+ result = self._values.get("resource_type")
313
+ assert result is not None, "Required property 'resource_type' is missing"
314
+ return typing.cast(builtins.str, result)
315
+
316
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
317
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
318
+
319
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
320
+ return not (rhs == self)
321
+
322
+ def __repr__(self) -> str:
323
+ return "DataPagerdutyStandardsResourceScoresConfig(%s)" % ", ".join(
324
+ k + "=" + repr(v) for k, v in self._values.items()
325
+ )
326
+
327
+
328
+ @jsii.data_type(
329
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScoresScore",
330
+ jsii_struct_bases=[],
331
+ name_mapping={},
332
+ )
333
+ class DataPagerdutyStandardsResourceScoresScore:
334
+ def __init__(self) -> None:
335
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
336
+
337
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
338
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
339
+
340
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
341
+ return not (rhs == self)
342
+
343
+ def __repr__(self) -> str:
344
+ return "DataPagerdutyStandardsResourceScoresScore(%s)" % ", ".join(
345
+ k + "=" + repr(v) for k, v in self._values.items()
346
+ )
347
+
348
+
349
+ class DataPagerdutyStandardsResourceScoresScoreOutputReference(
350
+ _cdktf_9a9027ec.ComplexObject,
351
+ metaclass=jsii.JSIIMeta,
352
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScoresScoreOutputReference",
353
+ ):
354
+ def __init__(
355
+ self,
356
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
357
+ terraform_attribute: builtins.str,
358
+ ) -> None:
359
+ '''
360
+ :param terraform_resource: The parent resource.
361
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
362
+ '''
363
+ if __debug__:
364
+ type_hints = typing.get_type_hints(_typecheckingstub__f0c94c248639e61b54a16247690224e3bb382a7f53384789dd2a4672f2d40869)
365
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
366
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
367
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
368
+
369
+ @builtins.property
370
+ @jsii.member(jsii_name="passing")
371
+ def passing(self) -> jsii.Number:
372
+ return typing.cast(jsii.Number, jsii.get(self, "passing"))
373
+
374
+ @builtins.property
375
+ @jsii.member(jsii_name="total")
376
+ def total(self) -> jsii.Number:
377
+ return typing.cast(jsii.Number, jsii.get(self, "total"))
378
+
379
+ @builtins.property
380
+ @jsii.member(jsii_name="internalValue")
381
+ def internal_value(
382
+ self,
383
+ ) -> typing.Optional[DataPagerdutyStandardsResourceScoresScore]:
384
+ return typing.cast(typing.Optional[DataPagerdutyStandardsResourceScoresScore], jsii.get(self, "internalValue"))
385
+
386
+ @internal_value.setter
387
+ def internal_value(
388
+ self,
389
+ value: typing.Optional[DataPagerdutyStandardsResourceScoresScore],
390
+ ) -> None:
391
+ if __debug__:
392
+ type_hints = typing.get_type_hints(_typecheckingstub__1c4920ed6bd911949ba43e34e2e327d9e0b3086844e5551e18eb3bcba73b3899)
393
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
394
+ jsii.set(self, "internalValue", value)
395
+
396
+
397
+ @jsii.data_type(
398
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScoresStandards",
399
+ jsii_struct_bases=[],
400
+ name_mapping={},
401
+ )
402
+ class DataPagerdutyStandardsResourceScoresStandards:
403
+ def __init__(self) -> None:
404
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
405
+
406
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
407
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
408
+
409
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
410
+ return not (rhs == self)
411
+
412
+ def __repr__(self) -> str:
413
+ return "DataPagerdutyStandardsResourceScoresStandards(%s)" % ", ".join(
414
+ k + "=" + repr(v) for k, v in self._values.items()
415
+ )
416
+
417
+
418
+ class DataPagerdutyStandardsResourceScoresStandardsList(
419
+ _cdktf_9a9027ec.ComplexList,
420
+ metaclass=jsii.JSIIMeta,
421
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScoresStandardsList",
422
+ ):
423
+ def __init__(
424
+ self,
425
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
426
+ terraform_attribute: builtins.str,
427
+ wraps_set: builtins.bool,
428
+ ) -> None:
429
+ '''
430
+ :param terraform_resource: The parent resource.
431
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
432
+ :param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
433
+ '''
434
+ if __debug__:
435
+ type_hints = typing.get_type_hints(_typecheckingstub__2e9103efb811f4afe5fd4a9c4a05a4f7f936782ca16bb9a17a6148dbb5f0a6d7)
436
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
437
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
438
+ check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
439
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
440
+
441
+ @jsii.member(jsii_name="get")
442
+ def get(
443
+ self,
444
+ index: jsii.Number,
445
+ ) -> "DataPagerdutyStandardsResourceScoresStandardsOutputReference":
446
+ '''
447
+ :param index: the index of the item to return.
448
+ '''
449
+ if __debug__:
450
+ type_hints = typing.get_type_hints(_typecheckingstub__310529bff6ea78f8ffe45d960243bb2fc2f06cb0b325b4baad82025c55bd2258)
451
+ check_type(argname="argument index", value=index, expected_type=type_hints["index"])
452
+ return typing.cast("DataPagerdutyStandardsResourceScoresStandardsOutputReference", jsii.invoke(self, "get", [index]))
453
+
454
+ @builtins.property
455
+ @jsii.member(jsii_name="terraformAttribute")
456
+ def _terraform_attribute(self) -> builtins.str:
457
+ '''The attribute on the parent resource this class is referencing.'''
458
+ return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
459
+
460
+ @_terraform_attribute.setter
461
+ def _terraform_attribute(self, value: builtins.str) -> None:
462
+ if __debug__:
463
+ type_hints = typing.get_type_hints(_typecheckingstub__b43dfeb5df6a4283fd9fb88e6a42c3ad4f78219d62b3c80317bdb72ea728b7e0)
464
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
465
+ jsii.set(self, "terraformAttribute", value)
466
+
467
+ @builtins.property
468
+ @jsii.member(jsii_name="terraformResource")
469
+ def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
470
+ '''The parent resource.'''
471
+ return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
472
+
473
+ @_terraform_resource.setter
474
+ def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
475
+ if __debug__:
476
+ type_hints = typing.get_type_hints(_typecheckingstub__f613299db6f309d89061713d26af311d96b796f47f5bc27e7e53c4ebb57d416f)
477
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
478
+ jsii.set(self, "terraformResource", value)
479
+
480
+ @builtins.property
481
+ @jsii.member(jsii_name="wrapsSet")
482
+ def _wraps_set(self) -> builtins.bool:
483
+ '''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
484
+ return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
485
+
486
+ @_wraps_set.setter
487
+ def _wraps_set(self, value: builtins.bool) -> None:
488
+ if __debug__:
489
+ type_hints = typing.get_type_hints(_typecheckingstub__7579498591bac1da74b19270de2696a4f40f1df861da12ed3ca24d34f899830a)
490
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
491
+ jsii.set(self, "wrapsSet", value)
492
+
493
+
494
+ class DataPagerdutyStandardsResourceScoresStandardsOutputReference(
495
+ _cdktf_9a9027ec.ComplexObject,
496
+ metaclass=jsii.JSIIMeta,
497
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScoresStandardsOutputReference",
498
+ ):
499
+ def __init__(
500
+ self,
501
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
502
+ terraform_attribute: builtins.str,
503
+ complex_object_index: jsii.Number,
504
+ complex_object_is_from_set: builtins.bool,
505
+ ) -> None:
506
+ '''
507
+ :param terraform_resource: The parent resource.
508
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
509
+ :param complex_object_index: the index of this item in the list.
510
+ :param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
511
+ '''
512
+ if __debug__:
513
+ type_hints = typing.get_type_hints(_typecheckingstub__dde14bd0502ea45a370c7967a581cda783c4c0b8b9ae24e8d1fd3b60bbf29b34)
514
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
515
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
516
+ check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
517
+ check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
518
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
519
+
520
+ @builtins.property
521
+ @jsii.member(jsii_name="active")
522
+ def active(self) -> _cdktf_9a9027ec.IResolvable:
523
+ return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "active"))
524
+
525
+ @builtins.property
526
+ @jsii.member(jsii_name="description")
527
+ def description(self) -> builtins.str:
528
+ return typing.cast(builtins.str, jsii.get(self, "description"))
529
+
530
+ @builtins.property
531
+ @jsii.member(jsii_name="id")
532
+ def id(self) -> builtins.str:
533
+ return typing.cast(builtins.str, jsii.get(self, "id"))
534
+
535
+ @builtins.property
536
+ @jsii.member(jsii_name="name")
537
+ def name(self) -> builtins.str:
538
+ return typing.cast(builtins.str, jsii.get(self, "name"))
539
+
540
+ @builtins.property
541
+ @jsii.member(jsii_name="pass")
542
+ def pass_(self) -> _cdktf_9a9027ec.IResolvable:
543
+ return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "pass"))
544
+
545
+ @builtins.property
546
+ @jsii.member(jsii_name="type")
547
+ def type(self) -> builtins.str:
548
+ return typing.cast(builtins.str, jsii.get(self, "type"))
549
+
550
+ @builtins.property
551
+ @jsii.member(jsii_name="internalValue")
552
+ def internal_value(
553
+ self,
554
+ ) -> typing.Optional[DataPagerdutyStandardsResourceScoresStandards]:
555
+ return typing.cast(typing.Optional[DataPagerdutyStandardsResourceScoresStandards], jsii.get(self, "internalValue"))
556
+
557
+ @internal_value.setter
558
+ def internal_value(
559
+ self,
560
+ value: typing.Optional[DataPagerdutyStandardsResourceScoresStandards],
561
+ ) -> None:
562
+ if __debug__:
563
+ type_hints = typing.get_type_hints(_typecheckingstub__393d4a6c7f6cd4423db43f48a69568b27acf7eb24c242c722d9f5be30d815baf)
564
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
565
+ jsii.set(self, "internalValue", value)
566
+
567
+
568
+ __all__ = [
569
+ "DataPagerdutyStandardsResourceScores",
570
+ "DataPagerdutyStandardsResourceScoresConfig",
571
+ "DataPagerdutyStandardsResourceScoresScore",
572
+ "DataPagerdutyStandardsResourceScoresScoreOutputReference",
573
+ "DataPagerdutyStandardsResourceScoresStandards",
574
+ "DataPagerdutyStandardsResourceScoresStandardsList",
575
+ "DataPagerdutyStandardsResourceScoresStandardsOutputReference",
576
+ ]
577
+
578
+ publication.publish()
579
+
580
+ def _typecheckingstub__199f84597377a694500a07b383f17d30fb752003647f968f38923274ff1f8369(
581
+ scope: _constructs_77d1e7e8.Construct,
582
+ id_: builtins.str,
583
+ *,
584
+ id: builtins.str,
585
+ resource_type: builtins.str,
586
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
587
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
588
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
589
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
590
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
591
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
592
+ 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,
593
+ ) -> None:
594
+ """Type checking stubs"""
595
+ pass
596
+
597
+ def _typecheckingstub__6708b1b7cb82107235dc81d5c4eb471e6feff529ee23564c7b310d2a1bf09017(
598
+ scope: _constructs_77d1e7e8.Construct,
599
+ import_to_id: builtins.str,
600
+ import_from_id: builtins.str,
601
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
602
+ ) -> None:
603
+ """Type checking stubs"""
604
+ pass
605
+
606
+ def _typecheckingstub__c2ad837a0ad80c7d99029390c404acc705bf1a16695651bad0d95f7058a2bd8e(
607
+ value: builtins.str,
608
+ ) -> None:
609
+ """Type checking stubs"""
610
+ pass
611
+
612
+ def _typecheckingstub__085da1df58ec48de20c99f6cb6a57c391e257dc4e006231abd84f71f7464a2b0(
613
+ value: builtins.str,
614
+ ) -> None:
615
+ """Type checking stubs"""
616
+ pass
617
+
618
+ def _typecheckingstub__64ba559c64d4885dc018bd639841ed10ac93da289703075666622d46a561676f(
619
+ *,
620
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
621
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
622
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
623
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
624
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
625
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
626
+ 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,
627
+ id: builtins.str,
628
+ resource_type: builtins.str,
629
+ ) -> None:
630
+ """Type checking stubs"""
631
+ pass
632
+
633
+ def _typecheckingstub__f0c94c248639e61b54a16247690224e3bb382a7f53384789dd2a4672f2d40869(
634
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
635
+ terraform_attribute: builtins.str,
636
+ ) -> None:
637
+ """Type checking stubs"""
638
+ pass
639
+
640
+ def _typecheckingstub__1c4920ed6bd911949ba43e34e2e327d9e0b3086844e5551e18eb3bcba73b3899(
641
+ value: typing.Optional[DataPagerdutyStandardsResourceScoresScore],
642
+ ) -> None:
643
+ """Type checking stubs"""
644
+ pass
645
+
646
+ def _typecheckingstub__2e9103efb811f4afe5fd4a9c4a05a4f7f936782ca16bb9a17a6148dbb5f0a6d7(
647
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
648
+ terraform_attribute: builtins.str,
649
+ wraps_set: builtins.bool,
650
+ ) -> None:
651
+ """Type checking stubs"""
652
+ pass
653
+
654
+ def _typecheckingstub__310529bff6ea78f8ffe45d960243bb2fc2f06cb0b325b4baad82025c55bd2258(
655
+ index: jsii.Number,
656
+ ) -> None:
657
+ """Type checking stubs"""
658
+ pass
659
+
660
+ def _typecheckingstub__b43dfeb5df6a4283fd9fb88e6a42c3ad4f78219d62b3c80317bdb72ea728b7e0(
661
+ value: builtins.str,
662
+ ) -> None:
663
+ """Type checking stubs"""
664
+ pass
665
+
666
+ def _typecheckingstub__f613299db6f309d89061713d26af311d96b796f47f5bc27e7e53c4ebb57d416f(
667
+ value: _cdktf_9a9027ec.IInterpolatingParent,
668
+ ) -> None:
669
+ """Type checking stubs"""
670
+ pass
671
+
672
+ def _typecheckingstub__7579498591bac1da74b19270de2696a4f40f1df861da12ed3ca24d34f899830a(
673
+ value: builtins.bool,
674
+ ) -> None:
675
+ """Type checking stubs"""
676
+ pass
677
+
678
+ def _typecheckingstub__dde14bd0502ea45a370c7967a581cda783c4c0b8b9ae24e8d1fd3b60bbf29b34(
679
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
680
+ terraform_attribute: builtins.str,
681
+ complex_object_index: jsii.Number,
682
+ complex_object_is_from_set: builtins.bool,
683
+ ) -> None:
684
+ """Type checking stubs"""
685
+ pass
686
+
687
+ def _typecheckingstub__393d4a6c7f6cd4423db43f48a69568b27acf7eb24c242c722d9f5be30d815baf(
688
+ value: typing.Optional[DataPagerdutyStandardsResourceScoresStandards],
689
+ ) -> None:
690
+ """Type checking stubs"""
691
+ pass