cdktf-cdktf-provider-pagerduty 13.1.0__py3-none-any.whl → 13.3.1__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 +5 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.3.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +969 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -51
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.1.0.dist-info → cdktf_cdktf_provider_pagerduty-13.3.1.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/RECORD +75 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.1.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.1.0.dist-info/RECORD +0 -74
- {cdktf_cdktf_provider_pagerduty-13.1.0.dist-info → cdktf_cdktf_provider_pagerduty-13.3.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.1.0.dist-info → cdktf_cdktf_provider_pagerduty-13.3.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.1.0.dist-info → cdktf_cdktf_provider_pagerduty-13.3.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,969 @@
|
|
1
|
+
'''
|
2
|
+
# `data_pagerduty_standards`
|
3
|
+
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_standards`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/data-sources/standards).
|
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 DataPagerdutyStandards(
|
25
|
+
_cdktf_9a9027ec.TerraformDataSource,
|
26
|
+
metaclass=jsii.JSIIMeta,
|
27
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandards",
|
28
|
+
):
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/data-sources/standards pagerduty_standards}.'''
|
30
|
+
|
31
|
+
def __init__(
|
32
|
+
self,
|
33
|
+
scope: _constructs_77d1e7e8.Construct,
|
34
|
+
id: builtins.str,
|
35
|
+
*,
|
36
|
+
resource_type: typing.Optional[builtins.str] = None,
|
37
|
+
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,
|
38
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
39
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
40
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
41
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
42
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
43
|
+
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,
|
44
|
+
) -> None:
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/data-sources/standards pagerduty_standards} Data Source.
|
46
|
+
|
47
|
+
:param scope: The scope in which to define this construct.
|
48
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
49
|
+
:param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
|
50
|
+
:param connection:
|
51
|
+
:param count:
|
52
|
+
:param depends_on:
|
53
|
+
:param for_each:
|
54
|
+
:param lifecycle:
|
55
|
+
:param provider:
|
56
|
+
:param provisioners:
|
57
|
+
'''
|
58
|
+
if __debug__:
|
59
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d00bb7175f4a258b5b50e9bd61c206c86fed9da427912679365bd6c704d9c903)
|
60
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
61
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
62
|
+
config = DataPagerdutyStandardsConfig(
|
63
|
+
resource_type=resource_type,
|
64
|
+
connection=connection,
|
65
|
+
count=count,
|
66
|
+
depends_on=depends_on,
|
67
|
+
for_each=for_each,
|
68
|
+
lifecycle=lifecycle,
|
69
|
+
provider=provider,
|
70
|
+
provisioners=provisioners,
|
71
|
+
)
|
72
|
+
|
73
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
74
|
+
|
75
|
+
@jsii.member(jsii_name="generateConfigForImport")
|
76
|
+
@builtins.classmethod
|
77
|
+
def generate_config_for_import(
|
78
|
+
cls,
|
79
|
+
scope: _constructs_77d1e7e8.Construct,
|
80
|
+
import_to_id: builtins.str,
|
81
|
+
import_from_id: builtins.str,
|
82
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
83
|
+
) -> _cdktf_9a9027ec.ImportableResource:
|
84
|
+
'''Generates CDKTF code for importing a DataPagerdutyStandards resource upon running "cdktf plan ".
|
85
|
+
|
86
|
+
:param scope: The scope in which to define this construct.
|
87
|
+
:param import_to_id: The construct id used in the generated config for the DataPagerdutyStandards to import.
|
88
|
+
:param import_from_id: The id of the existing DataPagerdutyStandards that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use
|
89
|
+
:param provider: ? Optional instance of the provider where the DataPagerdutyStandards to import is found.
|
90
|
+
'''
|
91
|
+
if __debug__:
|
92
|
+
type_hints = typing.get_type_hints(_typecheckingstub__35b1135c9c6f150ead99f5fe263d2bdf3dee2ccba966b0273e9e1bff89a7c27e)
|
93
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
94
|
+
check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
|
95
|
+
check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
|
96
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
97
|
+
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
98
|
+
|
99
|
+
@jsii.member(jsii_name="resetResourceType")
|
100
|
+
def reset_resource_type(self) -> None:
|
101
|
+
return typing.cast(None, jsii.invoke(self, "resetResourceType", []))
|
102
|
+
|
103
|
+
@jsii.member(jsii_name="synthesizeAttributes")
|
104
|
+
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
105
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
106
|
+
|
107
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
108
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
109
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
110
|
+
|
111
|
+
@jsii.python.classproperty
|
112
|
+
@jsii.member(jsii_name="tfResourceType")
|
113
|
+
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
114
|
+
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
115
|
+
|
116
|
+
@builtins.property
|
117
|
+
@jsii.member(jsii_name="standards")
|
118
|
+
def standards(self) -> "DataPagerdutyStandardsStandardsList":
|
119
|
+
return typing.cast("DataPagerdutyStandardsStandardsList", jsii.get(self, "standards"))
|
120
|
+
|
121
|
+
@builtins.property
|
122
|
+
@jsii.member(jsii_name="resourceTypeInput")
|
123
|
+
def resource_type_input(self) -> typing.Optional[builtins.str]:
|
124
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceTypeInput"))
|
125
|
+
|
126
|
+
@builtins.property
|
127
|
+
@jsii.member(jsii_name="resourceType")
|
128
|
+
def resource_type(self) -> builtins.str:
|
129
|
+
return typing.cast(builtins.str, jsii.get(self, "resourceType"))
|
130
|
+
|
131
|
+
@resource_type.setter
|
132
|
+
def resource_type(self, value: builtins.str) -> None:
|
133
|
+
if __debug__:
|
134
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5d0975d851ab5163fccf4eebe27954d9119aaac1429cb411e496b0e2e74476ce)
|
135
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
136
|
+
jsii.set(self, "resourceType", value)
|
137
|
+
|
138
|
+
|
139
|
+
@jsii.data_type(
|
140
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsConfig",
|
141
|
+
jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
|
142
|
+
name_mapping={
|
143
|
+
"connection": "connection",
|
144
|
+
"count": "count",
|
145
|
+
"depends_on": "dependsOn",
|
146
|
+
"for_each": "forEach",
|
147
|
+
"lifecycle": "lifecycle",
|
148
|
+
"provider": "provider",
|
149
|
+
"provisioners": "provisioners",
|
150
|
+
"resource_type": "resourceType",
|
151
|
+
},
|
152
|
+
)
|
153
|
+
class DataPagerdutyStandardsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
154
|
+
def __init__(
|
155
|
+
self,
|
156
|
+
*,
|
157
|
+
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,
|
158
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
159
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
160
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
161
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
162
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
163
|
+
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,
|
164
|
+
resource_type: typing.Optional[builtins.str] = None,
|
165
|
+
) -> None:
|
166
|
+
'''
|
167
|
+
:param connection:
|
168
|
+
:param count:
|
169
|
+
:param depends_on:
|
170
|
+
:param for_each:
|
171
|
+
:param lifecycle:
|
172
|
+
:param provider:
|
173
|
+
:param provisioners:
|
174
|
+
:param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
|
175
|
+
'''
|
176
|
+
if isinstance(lifecycle, dict):
|
177
|
+
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
178
|
+
if __debug__:
|
179
|
+
type_hints = typing.get_type_hints(_typecheckingstub__65a379a7c3d6890d8ce7f4eebfd80414c3b53034f420f75dbc133369cd84270b)
|
180
|
+
check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
|
181
|
+
check_type(argname="argument count", value=count, expected_type=type_hints["count"])
|
182
|
+
check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
|
183
|
+
check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
|
184
|
+
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
185
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
186
|
+
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
187
|
+
check_type(argname="argument resource_type", value=resource_type, expected_type=type_hints["resource_type"])
|
188
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
189
|
+
if connection is not None:
|
190
|
+
self._values["connection"] = connection
|
191
|
+
if count is not None:
|
192
|
+
self._values["count"] = count
|
193
|
+
if depends_on is not None:
|
194
|
+
self._values["depends_on"] = depends_on
|
195
|
+
if for_each is not None:
|
196
|
+
self._values["for_each"] = for_each
|
197
|
+
if lifecycle is not None:
|
198
|
+
self._values["lifecycle"] = lifecycle
|
199
|
+
if provider is not None:
|
200
|
+
self._values["provider"] = provider
|
201
|
+
if provisioners is not None:
|
202
|
+
self._values["provisioners"] = provisioners
|
203
|
+
if resource_type is not None:
|
204
|
+
self._values["resource_type"] = resource_type
|
205
|
+
|
206
|
+
@builtins.property
|
207
|
+
def connection(
|
208
|
+
self,
|
209
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
|
210
|
+
'''
|
211
|
+
:stability: experimental
|
212
|
+
'''
|
213
|
+
result = self._values.get("connection")
|
214
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
215
|
+
|
216
|
+
@builtins.property
|
217
|
+
def count(
|
218
|
+
self,
|
219
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
220
|
+
'''
|
221
|
+
:stability: experimental
|
222
|
+
'''
|
223
|
+
result = self._values.get("count")
|
224
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
225
|
+
|
226
|
+
@builtins.property
|
227
|
+
def depends_on(
|
228
|
+
self,
|
229
|
+
) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
|
230
|
+
'''
|
231
|
+
:stability: experimental
|
232
|
+
'''
|
233
|
+
result = self._values.get("depends_on")
|
234
|
+
return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
|
235
|
+
|
236
|
+
@builtins.property
|
237
|
+
def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
|
238
|
+
'''
|
239
|
+
:stability: experimental
|
240
|
+
'''
|
241
|
+
result = self._values.get("for_each")
|
242
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
|
243
|
+
|
244
|
+
@builtins.property
|
245
|
+
def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
|
246
|
+
'''
|
247
|
+
:stability: experimental
|
248
|
+
'''
|
249
|
+
result = self._values.get("lifecycle")
|
250
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
|
251
|
+
|
252
|
+
@builtins.property
|
253
|
+
def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
|
254
|
+
'''
|
255
|
+
:stability: experimental
|
256
|
+
'''
|
257
|
+
result = self._values.get("provider")
|
258
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
|
259
|
+
|
260
|
+
@builtins.property
|
261
|
+
def provisioners(
|
262
|
+
self,
|
263
|
+
) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
|
264
|
+
'''
|
265
|
+
:stability: experimental
|
266
|
+
'''
|
267
|
+
result = self._values.get("provisioners")
|
268
|
+
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
269
|
+
|
270
|
+
@builtins.property
|
271
|
+
def resource_type(self) -> typing.Optional[builtins.str]:
|
272
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.'''
|
273
|
+
result = self._values.get("resource_type")
|
274
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
275
|
+
|
276
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
277
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
278
|
+
|
279
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
280
|
+
return not (rhs == self)
|
281
|
+
|
282
|
+
def __repr__(self) -> str:
|
283
|
+
return "DataPagerdutyStandardsConfig(%s)" % ", ".join(
|
284
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
285
|
+
)
|
286
|
+
|
287
|
+
|
288
|
+
@jsii.data_type(
|
289
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandards",
|
290
|
+
jsii_struct_bases=[],
|
291
|
+
name_mapping={},
|
292
|
+
)
|
293
|
+
class DataPagerdutyStandardsStandards:
|
294
|
+
def __init__(self) -> None:
|
295
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
296
|
+
|
297
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
298
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
299
|
+
|
300
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
301
|
+
return not (rhs == self)
|
302
|
+
|
303
|
+
def __repr__(self) -> str:
|
304
|
+
return "DataPagerdutyStandardsStandards(%s)" % ", ".join(
|
305
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
306
|
+
)
|
307
|
+
|
308
|
+
|
309
|
+
@jsii.data_type(
|
310
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsExclusions",
|
311
|
+
jsii_struct_bases=[],
|
312
|
+
name_mapping={},
|
313
|
+
)
|
314
|
+
class DataPagerdutyStandardsStandardsExclusions:
|
315
|
+
def __init__(self) -> None:
|
316
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
317
|
+
|
318
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
319
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
320
|
+
|
321
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
322
|
+
return not (rhs == self)
|
323
|
+
|
324
|
+
def __repr__(self) -> str:
|
325
|
+
return "DataPagerdutyStandardsStandardsExclusions(%s)" % ", ".join(
|
326
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
327
|
+
)
|
328
|
+
|
329
|
+
|
330
|
+
class DataPagerdutyStandardsStandardsExclusionsList(
|
331
|
+
_cdktf_9a9027ec.ComplexList,
|
332
|
+
metaclass=jsii.JSIIMeta,
|
333
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsExclusionsList",
|
334
|
+
):
|
335
|
+
def __init__(
|
336
|
+
self,
|
337
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
338
|
+
terraform_attribute: builtins.str,
|
339
|
+
wraps_set: builtins.bool,
|
340
|
+
) -> None:
|
341
|
+
'''
|
342
|
+
:param terraform_resource: The parent resource.
|
343
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
344
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
345
|
+
'''
|
346
|
+
if __debug__:
|
347
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5d483a7e8a209c96dc57aad4d831cf6c4301424b79f580733c696963bd51464c)
|
348
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
349
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
350
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
351
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
352
|
+
|
353
|
+
@jsii.member(jsii_name="get")
|
354
|
+
def get(
|
355
|
+
self,
|
356
|
+
index: jsii.Number,
|
357
|
+
) -> "DataPagerdutyStandardsStandardsExclusionsOutputReference":
|
358
|
+
'''
|
359
|
+
:param index: the index of the item to return.
|
360
|
+
'''
|
361
|
+
if __debug__:
|
362
|
+
type_hints = typing.get_type_hints(_typecheckingstub__18af2a60b289ebff092b369cfcc4372b88045bf65ebd68c20a105fdc87c03eee)
|
363
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
364
|
+
return typing.cast("DataPagerdutyStandardsStandardsExclusionsOutputReference", jsii.invoke(self, "get", [index]))
|
365
|
+
|
366
|
+
@builtins.property
|
367
|
+
@jsii.member(jsii_name="terraformAttribute")
|
368
|
+
def _terraform_attribute(self) -> builtins.str:
|
369
|
+
'''The attribute on the parent resource this class is referencing.'''
|
370
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
371
|
+
|
372
|
+
@_terraform_attribute.setter
|
373
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
374
|
+
if __debug__:
|
375
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d55b3978e379ea246667a2865b4eb2f300ce12d4df411598c2ac9b1c044d52c)
|
376
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
377
|
+
jsii.set(self, "terraformAttribute", value)
|
378
|
+
|
379
|
+
@builtins.property
|
380
|
+
@jsii.member(jsii_name="terraformResource")
|
381
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
382
|
+
'''The parent resource.'''
|
383
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
384
|
+
|
385
|
+
@_terraform_resource.setter
|
386
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
387
|
+
if __debug__:
|
388
|
+
type_hints = typing.get_type_hints(_typecheckingstub__22a8c84d7071b987201a1df89cfbd6a1e25d2d866474b415561e74375595eb5f)
|
389
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
390
|
+
jsii.set(self, "terraformResource", value)
|
391
|
+
|
392
|
+
@builtins.property
|
393
|
+
@jsii.member(jsii_name="wrapsSet")
|
394
|
+
def _wraps_set(self) -> builtins.bool:
|
395
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
396
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
397
|
+
|
398
|
+
@_wraps_set.setter
|
399
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
400
|
+
if __debug__:
|
401
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be618181da006b238935377ffbf6c1ba2027f63e16f697526bf5be9626f4e876)
|
402
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
403
|
+
jsii.set(self, "wrapsSet", value)
|
404
|
+
|
405
|
+
|
406
|
+
class DataPagerdutyStandardsStandardsExclusionsOutputReference(
|
407
|
+
_cdktf_9a9027ec.ComplexObject,
|
408
|
+
metaclass=jsii.JSIIMeta,
|
409
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsExclusionsOutputReference",
|
410
|
+
):
|
411
|
+
def __init__(
|
412
|
+
self,
|
413
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
414
|
+
terraform_attribute: builtins.str,
|
415
|
+
complex_object_index: jsii.Number,
|
416
|
+
complex_object_is_from_set: builtins.bool,
|
417
|
+
) -> None:
|
418
|
+
'''
|
419
|
+
:param terraform_resource: The parent resource.
|
420
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
421
|
+
:param complex_object_index: the index of this item in the list.
|
422
|
+
: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).
|
423
|
+
'''
|
424
|
+
if __debug__:
|
425
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e98565b9add30bee1c54b9d8d6a9db28804098d604c08eab287d982a1984dbe2)
|
426
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
427
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
428
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
429
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
430
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
431
|
+
|
432
|
+
@builtins.property
|
433
|
+
@jsii.member(jsii_name="id")
|
434
|
+
def id(self) -> builtins.str:
|
435
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
436
|
+
|
437
|
+
@builtins.property
|
438
|
+
@jsii.member(jsii_name="type")
|
439
|
+
def type(self) -> builtins.str:
|
440
|
+
return typing.cast(builtins.str, jsii.get(self, "type"))
|
441
|
+
|
442
|
+
@builtins.property
|
443
|
+
@jsii.member(jsii_name="internalValue")
|
444
|
+
def internal_value(
|
445
|
+
self,
|
446
|
+
) -> typing.Optional[DataPagerdutyStandardsStandardsExclusions]:
|
447
|
+
return typing.cast(typing.Optional[DataPagerdutyStandardsStandardsExclusions], jsii.get(self, "internalValue"))
|
448
|
+
|
449
|
+
@internal_value.setter
|
450
|
+
def internal_value(
|
451
|
+
self,
|
452
|
+
value: typing.Optional[DataPagerdutyStandardsStandardsExclusions],
|
453
|
+
) -> None:
|
454
|
+
if __debug__:
|
455
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4e580ffe97fae1152d790eb25c47644feef9ad45e853cdf89a65ffe165b84306)
|
456
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
457
|
+
jsii.set(self, "internalValue", value)
|
458
|
+
|
459
|
+
|
460
|
+
@jsii.data_type(
|
461
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsInclusions",
|
462
|
+
jsii_struct_bases=[],
|
463
|
+
name_mapping={},
|
464
|
+
)
|
465
|
+
class DataPagerdutyStandardsStandardsInclusions:
|
466
|
+
def __init__(self) -> None:
|
467
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
468
|
+
|
469
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
470
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
471
|
+
|
472
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
473
|
+
return not (rhs == self)
|
474
|
+
|
475
|
+
def __repr__(self) -> str:
|
476
|
+
return "DataPagerdutyStandardsStandardsInclusions(%s)" % ", ".join(
|
477
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
478
|
+
)
|
479
|
+
|
480
|
+
|
481
|
+
class DataPagerdutyStandardsStandardsInclusionsList(
|
482
|
+
_cdktf_9a9027ec.ComplexList,
|
483
|
+
metaclass=jsii.JSIIMeta,
|
484
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsInclusionsList",
|
485
|
+
):
|
486
|
+
def __init__(
|
487
|
+
self,
|
488
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
489
|
+
terraform_attribute: builtins.str,
|
490
|
+
wraps_set: builtins.bool,
|
491
|
+
) -> None:
|
492
|
+
'''
|
493
|
+
:param terraform_resource: The parent resource.
|
494
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
495
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
496
|
+
'''
|
497
|
+
if __debug__:
|
498
|
+
type_hints = typing.get_type_hints(_typecheckingstub__06e895cc2f9c1a85af8f3becd68e26529b404dd73c0e35dcf8a2ae6d2c3df3b9)
|
499
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
500
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
501
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
502
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
503
|
+
|
504
|
+
@jsii.member(jsii_name="get")
|
505
|
+
def get(
|
506
|
+
self,
|
507
|
+
index: jsii.Number,
|
508
|
+
) -> "DataPagerdutyStandardsStandardsInclusionsOutputReference":
|
509
|
+
'''
|
510
|
+
:param index: the index of the item to return.
|
511
|
+
'''
|
512
|
+
if __debug__:
|
513
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8c5ebdbf8c134557e4b07e1aebebf78de91dfd0601baf3016a51aac6dab9a0c1)
|
514
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
515
|
+
return typing.cast("DataPagerdutyStandardsStandardsInclusionsOutputReference", jsii.invoke(self, "get", [index]))
|
516
|
+
|
517
|
+
@builtins.property
|
518
|
+
@jsii.member(jsii_name="terraformAttribute")
|
519
|
+
def _terraform_attribute(self) -> builtins.str:
|
520
|
+
'''The attribute on the parent resource this class is referencing.'''
|
521
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
522
|
+
|
523
|
+
@_terraform_attribute.setter
|
524
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
525
|
+
if __debug__:
|
526
|
+
type_hints = typing.get_type_hints(_typecheckingstub__de1a2d25ccc63e0087b6fb24061f9ec8b6dbaf2c386ea583401ae2ba9571d597)
|
527
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
528
|
+
jsii.set(self, "terraformAttribute", value)
|
529
|
+
|
530
|
+
@builtins.property
|
531
|
+
@jsii.member(jsii_name="terraformResource")
|
532
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
533
|
+
'''The parent resource.'''
|
534
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
535
|
+
|
536
|
+
@_terraform_resource.setter
|
537
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
538
|
+
if __debug__:
|
539
|
+
type_hints = typing.get_type_hints(_typecheckingstub__838affaa8f73cb2243daa350a51ca3f2ec0ceede02759e8050c32e871a78ec4a)
|
540
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
541
|
+
jsii.set(self, "terraformResource", value)
|
542
|
+
|
543
|
+
@builtins.property
|
544
|
+
@jsii.member(jsii_name="wrapsSet")
|
545
|
+
def _wraps_set(self) -> builtins.bool:
|
546
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
547
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
548
|
+
|
549
|
+
@_wraps_set.setter
|
550
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
551
|
+
if __debug__:
|
552
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6a00200a0a17ff928e899f1f39f3f1ae52332c05d28b2d901545179f2672366f)
|
553
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
554
|
+
jsii.set(self, "wrapsSet", value)
|
555
|
+
|
556
|
+
|
557
|
+
class DataPagerdutyStandardsStandardsInclusionsOutputReference(
|
558
|
+
_cdktf_9a9027ec.ComplexObject,
|
559
|
+
metaclass=jsii.JSIIMeta,
|
560
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsInclusionsOutputReference",
|
561
|
+
):
|
562
|
+
def __init__(
|
563
|
+
self,
|
564
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
565
|
+
terraform_attribute: builtins.str,
|
566
|
+
complex_object_index: jsii.Number,
|
567
|
+
complex_object_is_from_set: builtins.bool,
|
568
|
+
) -> None:
|
569
|
+
'''
|
570
|
+
:param terraform_resource: The parent resource.
|
571
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
572
|
+
:param complex_object_index: the index of this item in the list.
|
573
|
+
: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).
|
574
|
+
'''
|
575
|
+
if __debug__:
|
576
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6de39601ecf4b2c1c7fbc78d07879ebee12b67f7749bd6195b1f0d985bc228d9)
|
577
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
578
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
579
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
580
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
581
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
582
|
+
|
583
|
+
@builtins.property
|
584
|
+
@jsii.member(jsii_name="id")
|
585
|
+
def id(self) -> builtins.str:
|
586
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
587
|
+
|
588
|
+
@builtins.property
|
589
|
+
@jsii.member(jsii_name="type")
|
590
|
+
def type(self) -> builtins.str:
|
591
|
+
return typing.cast(builtins.str, jsii.get(self, "type"))
|
592
|
+
|
593
|
+
@builtins.property
|
594
|
+
@jsii.member(jsii_name="internalValue")
|
595
|
+
def internal_value(
|
596
|
+
self,
|
597
|
+
) -> typing.Optional[DataPagerdutyStandardsStandardsInclusions]:
|
598
|
+
return typing.cast(typing.Optional[DataPagerdutyStandardsStandardsInclusions], jsii.get(self, "internalValue"))
|
599
|
+
|
600
|
+
@internal_value.setter
|
601
|
+
def internal_value(
|
602
|
+
self,
|
603
|
+
value: typing.Optional[DataPagerdutyStandardsStandardsInclusions],
|
604
|
+
) -> None:
|
605
|
+
if __debug__:
|
606
|
+
type_hints = typing.get_type_hints(_typecheckingstub__46176d065fa579bdfb4f8d3866ceccc72a0b07f581110a36c823f0b6555bc915)
|
607
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
608
|
+
jsii.set(self, "internalValue", value)
|
609
|
+
|
610
|
+
|
611
|
+
class DataPagerdutyStandardsStandardsList(
|
612
|
+
_cdktf_9a9027ec.ComplexList,
|
613
|
+
metaclass=jsii.JSIIMeta,
|
614
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsList",
|
615
|
+
):
|
616
|
+
def __init__(
|
617
|
+
self,
|
618
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
619
|
+
terraform_attribute: builtins.str,
|
620
|
+
wraps_set: builtins.bool,
|
621
|
+
) -> None:
|
622
|
+
'''
|
623
|
+
:param terraform_resource: The parent resource.
|
624
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
625
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
626
|
+
'''
|
627
|
+
if __debug__:
|
628
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b98a57191d4ceb0fe9065c7c35a1bb2c2db5ce24f392b9d17795b23b462f9b18)
|
629
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
630
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
631
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
632
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
633
|
+
|
634
|
+
@jsii.member(jsii_name="get")
|
635
|
+
def get(
|
636
|
+
self,
|
637
|
+
index: jsii.Number,
|
638
|
+
) -> "DataPagerdutyStandardsStandardsOutputReference":
|
639
|
+
'''
|
640
|
+
:param index: the index of the item to return.
|
641
|
+
'''
|
642
|
+
if __debug__:
|
643
|
+
type_hints = typing.get_type_hints(_typecheckingstub__371edc919ee87c0b39f7db41ad13f319efe70c54d909c1ed0f7f43c3c818b593)
|
644
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
645
|
+
return typing.cast("DataPagerdutyStandardsStandardsOutputReference", jsii.invoke(self, "get", [index]))
|
646
|
+
|
647
|
+
@builtins.property
|
648
|
+
@jsii.member(jsii_name="terraformAttribute")
|
649
|
+
def _terraform_attribute(self) -> builtins.str:
|
650
|
+
'''The attribute on the parent resource this class is referencing.'''
|
651
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
652
|
+
|
653
|
+
@_terraform_attribute.setter
|
654
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
655
|
+
if __debug__:
|
656
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ecf6f5738a38f1ca6fa42f3587439513a9d4c72ed731d2b49442d869b0a217ab)
|
657
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
658
|
+
jsii.set(self, "terraformAttribute", value)
|
659
|
+
|
660
|
+
@builtins.property
|
661
|
+
@jsii.member(jsii_name="terraformResource")
|
662
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
663
|
+
'''The parent resource.'''
|
664
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
665
|
+
|
666
|
+
@_terraform_resource.setter
|
667
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
668
|
+
if __debug__:
|
669
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f52733fb96b6e87f9839133842922ea8f5b039bdfc19e285d57c5b6e67c834ea)
|
670
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
671
|
+
jsii.set(self, "terraformResource", value)
|
672
|
+
|
673
|
+
@builtins.property
|
674
|
+
@jsii.member(jsii_name="wrapsSet")
|
675
|
+
def _wraps_set(self) -> builtins.bool:
|
676
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
677
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
678
|
+
|
679
|
+
@_wraps_set.setter
|
680
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
681
|
+
if __debug__:
|
682
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e31f420388349804a341949502a09a704c33a74fc189ec02ed7dec94b905341e)
|
683
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
684
|
+
jsii.set(self, "wrapsSet", value)
|
685
|
+
|
686
|
+
|
687
|
+
class DataPagerdutyStandardsStandardsOutputReference(
|
688
|
+
_cdktf_9a9027ec.ComplexObject,
|
689
|
+
metaclass=jsii.JSIIMeta,
|
690
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandardsStandardsOutputReference",
|
691
|
+
):
|
692
|
+
def __init__(
|
693
|
+
self,
|
694
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
695
|
+
terraform_attribute: builtins.str,
|
696
|
+
complex_object_index: jsii.Number,
|
697
|
+
complex_object_is_from_set: builtins.bool,
|
698
|
+
) -> None:
|
699
|
+
'''
|
700
|
+
:param terraform_resource: The parent resource.
|
701
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
702
|
+
:param complex_object_index: the index of this item in the list.
|
703
|
+
: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).
|
704
|
+
'''
|
705
|
+
if __debug__:
|
706
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7f5a1399e6a24ddd8689c932fe48665425671d2d59ee579c8ffa551b60052ba2)
|
707
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
708
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
709
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
710
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
711
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
712
|
+
|
713
|
+
@builtins.property
|
714
|
+
@jsii.member(jsii_name="active")
|
715
|
+
def active(self) -> _cdktf_9a9027ec.IResolvable:
|
716
|
+
return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "active"))
|
717
|
+
|
718
|
+
@builtins.property
|
719
|
+
@jsii.member(jsii_name="description")
|
720
|
+
def description(self) -> builtins.str:
|
721
|
+
return typing.cast(builtins.str, jsii.get(self, "description"))
|
722
|
+
|
723
|
+
@builtins.property
|
724
|
+
@jsii.member(jsii_name="exclusions")
|
725
|
+
def exclusions(self) -> DataPagerdutyStandardsStandardsExclusionsList:
|
726
|
+
return typing.cast(DataPagerdutyStandardsStandardsExclusionsList, jsii.get(self, "exclusions"))
|
727
|
+
|
728
|
+
@builtins.property
|
729
|
+
@jsii.member(jsii_name="id")
|
730
|
+
def id(self) -> builtins.str:
|
731
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
732
|
+
|
733
|
+
@builtins.property
|
734
|
+
@jsii.member(jsii_name="inclusions")
|
735
|
+
def inclusions(self) -> DataPagerdutyStandardsStandardsInclusionsList:
|
736
|
+
return typing.cast(DataPagerdutyStandardsStandardsInclusionsList, jsii.get(self, "inclusions"))
|
737
|
+
|
738
|
+
@builtins.property
|
739
|
+
@jsii.member(jsii_name="name")
|
740
|
+
def name(self) -> builtins.str:
|
741
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
742
|
+
|
743
|
+
@builtins.property
|
744
|
+
@jsii.member(jsii_name="resourceType")
|
745
|
+
def resource_type(self) -> builtins.str:
|
746
|
+
return typing.cast(builtins.str, jsii.get(self, "resourceType"))
|
747
|
+
|
748
|
+
@builtins.property
|
749
|
+
@jsii.member(jsii_name="type")
|
750
|
+
def type(self) -> builtins.str:
|
751
|
+
return typing.cast(builtins.str, jsii.get(self, "type"))
|
752
|
+
|
753
|
+
@builtins.property
|
754
|
+
@jsii.member(jsii_name="internalValue")
|
755
|
+
def internal_value(self) -> typing.Optional[DataPagerdutyStandardsStandards]:
|
756
|
+
return typing.cast(typing.Optional[DataPagerdutyStandardsStandards], jsii.get(self, "internalValue"))
|
757
|
+
|
758
|
+
@internal_value.setter
|
759
|
+
def internal_value(
|
760
|
+
self,
|
761
|
+
value: typing.Optional[DataPagerdutyStandardsStandards],
|
762
|
+
) -> None:
|
763
|
+
if __debug__:
|
764
|
+
type_hints = typing.get_type_hints(_typecheckingstub__22b3b4e40c638641f7a7290862efcba86f943447d41ed022ff7ae422f9e3f9a4)
|
765
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
766
|
+
jsii.set(self, "internalValue", value)
|
767
|
+
|
768
|
+
|
769
|
+
__all__ = [
|
770
|
+
"DataPagerdutyStandards",
|
771
|
+
"DataPagerdutyStandardsConfig",
|
772
|
+
"DataPagerdutyStandardsStandards",
|
773
|
+
"DataPagerdutyStandardsStandardsExclusions",
|
774
|
+
"DataPagerdutyStandardsStandardsExclusionsList",
|
775
|
+
"DataPagerdutyStandardsStandardsExclusionsOutputReference",
|
776
|
+
"DataPagerdutyStandardsStandardsInclusions",
|
777
|
+
"DataPagerdutyStandardsStandardsInclusionsList",
|
778
|
+
"DataPagerdutyStandardsStandardsInclusionsOutputReference",
|
779
|
+
"DataPagerdutyStandardsStandardsList",
|
780
|
+
"DataPagerdutyStandardsStandardsOutputReference",
|
781
|
+
]
|
782
|
+
|
783
|
+
publication.publish()
|
784
|
+
|
785
|
+
def _typecheckingstub__d00bb7175f4a258b5b50e9bd61c206c86fed9da427912679365bd6c704d9c903(
|
786
|
+
scope: _constructs_77d1e7e8.Construct,
|
787
|
+
id: builtins.str,
|
788
|
+
*,
|
789
|
+
resource_type: typing.Optional[builtins.str] = None,
|
790
|
+
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,
|
791
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
792
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
793
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
794
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
795
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
796
|
+
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,
|
797
|
+
) -> None:
|
798
|
+
"""Type checking stubs"""
|
799
|
+
pass
|
800
|
+
|
801
|
+
def _typecheckingstub__35b1135c9c6f150ead99f5fe263d2bdf3dee2ccba966b0273e9e1bff89a7c27e(
|
802
|
+
scope: _constructs_77d1e7e8.Construct,
|
803
|
+
import_to_id: builtins.str,
|
804
|
+
import_from_id: builtins.str,
|
805
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
806
|
+
) -> None:
|
807
|
+
"""Type checking stubs"""
|
808
|
+
pass
|
809
|
+
|
810
|
+
def _typecheckingstub__5d0975d851ab5163fccf4eebe27954d9119aaac1429cb411e496b0e2e74476ce(
|
811
|
+
value: builtins.str,
|
812
|
+
) -> None:
|
813
|
+
"""Type checking stubs"""
|
814
|
+
pass
|
815
|
+
|
816
|
+
def _typecheckingstub__65a379a7c3d6890d8ce7f4eebfd80414c3b53034f420f75dbc133369cd84270b(
|
817
|
+
*,
|
818
|
+
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,
|
819
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
820
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
821
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
822
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
823
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
824
|
+
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,
|
825
|
+
resource_type: typing.Optional[builtins.str] = None,
|
826
|
+
) -> None:
|
827
|
+
"""Type checking stubs"""
|
828
|
+
pass
|
829
|
+
|
830
|
+
def _typecheckingstub__5d483a7e8a209c96dc57aad4d831cf6c4301424b79f580733c696963bd51464c(
|
831
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
832
|
+
terraform_attribute: builtins.str,
|
833
|
+
wraps_set: builtins.bool,
|
834
|
+
) -> None:
|
835
|
+
"""Type checking stubs"""
|
836
|
+
pass
|
837
|
+
|
838
|
+
def _typecheckingstub__18af2a60b289ebff092b369cfcc4372b88045bf65ebd68c20a105fdc87c03eee(
|
839
|
+
index: jsii.Number,
|
840
|
+
) -> None:
|
841
|
+
"""Type checking stubs"""
|
842
|
+
pass
|
843
|
+
|
844
|
+
def _typecheckingstub__4d55b3978e379ea246667a2865b4eb2f300ce12d4df411598c2ac9b1c044d52c(
|
845
|
+
value: builtins.str,
|
846
|
+
) -> None:
|
847
|
+
"""Type checking stubs"""
|
848
|
+
pass
|
849
|
+
|
850
|
+
def _typecheckingstub__22a8c84d7071b987201a1df89cfbd6a1e25d2d866474b415561e74375595eb5f(
|
851
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
852
|
+
) -> None:
|
853
|
+
"""Type checking stubs"""
|
854
|
+
pass
|
855
|
+
|
856
|
+
def _typecheckingstub__be618181da006b238935377ffbf6c1ba2027f63e16f697526bf5be9626f4e876(
|
857
|
+
value: builtins.bool,
|
858
|
+
) -> None:
|
859
|
+
"""Type checking stubs"""
|
860
|
+
pass
|
861
|
+
|
862
|
+
def _typecheckingstub__e98565b9add30bee1c54b9d8d6a9db28804098d604c08eab287d982a1984dbe2(
|
863
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
864
|
+
terraform_attribute: builtins.str,
|
865
|
+
complex_object_index: jsii.Number,
|
866
|
+
complex_object_is_from_set: builtins.bool,
|
867
|
+
) -> None:
|
868
|
+
"""Type checking stubs"""
|
869
|
+
pass
|
870
|
+
|
871
|
+
def _typecheckingstub__4e580ffe97fae1152d790eb25c47644feef9ad45e853cdf89a65ffe165b84306(
|
872
|
+
value: typing.Optional[DataPagerdutyStandardsStandardsExclusions],
|
873
|
+
) -> None:
|
874
|
+
"""Type checking stubs"""
|
875
|
+
pass
|
876
|
+
|
877
|
+
def _typecheckingstub__06e895cc2f9c1a85af8f3becd68e26529b404dd73c0e35dcf8a2ae6d2c3df3b9(
|
878
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
879
|
+
terraform_attribute: builtins.str,
|
880
|
+
wraps_set: builtins.bool,
|
881
|
+
) -> None:
|
882
|
+
"""Type checking stubs"""
|
883
|
+
pass
|
884
|
+
|
885
|
+
def _typecheckingstub__8c5ebdbf8c134557e4b07e1aebebf78de91dfd0601baf3016a51aac6dab9a0c1(
|
886
|
+
index: jsii.Number,
|
887
|
+
) -> None:
|
888
|
+
"""Type checking stubs"""
|
889
|
+
pass
|
890
|
+
|
891
|
+
def _typecheckingstub__de1a2d25ccc63e0087b6fb24061f9ec8b6dbaf2c386ea583401ae2ba9571d597(
|
892
|
+
value: builtins.str,
|
893
|
+
) -> None:
|
894
|
+
"""Type checking stubs"""
|
895
|
+
pass
|
896
|
+
|
897
|
+
def _typecheckingstub__838affaa8f73cb2243daa350a51ca3f2ec0ceede02759e8050c32e871a78ec4a(
|
898
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
899
|
+
) -> None:
|
900
|
+
"""Type checking stubs"""
|
901
|
+
pass
|
902
|
+
|
903
|
+
def _typecheckingstub__6a00200a0a17ff928e899f1f39f3f1ae52332c05d28b2d901545179f2672366f(
|
904
|
+
value: builtins.bool,
|
905
|
+
) -> None:
|
906
|
+
"""Type checking stubs"""
|
907
|
+
pass
|
908
|
+
|
909
|
+
def _typecheckingstub__6de39601ecf4b2c1c7fbc78d07879ebee12b67f7749bd6195b1f0d985bc228d9(
|
910
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
911
|
+
terraform_attribute: builtins.str,
|
912
|
+
complex_object_index: jsii.Number,
|
913
|
+
complex_object_is_from_set: builtins.bool,
|
914
|
+
) -> None:
|
915
|
+
"""Type checking stubs"""
|
916
|
+
pass
|
917
|
+
|
918
|
+
def _typecheckingstub__46176d065fa579bdfb4f8d3866ceccc72a0b07f581110a36c823f0b6555bc915(
|
919
|
+
value: typing.Optional[DataPagerdutyStandardsStandardsInclusions],
|
920
|
+
) -> None:
|
921
|
+
"""Type checking stubs"""
|
922
|
+
pass
|
923
|
+
|
924
|
+
def _typecheckingstub__b98a57191d4ceb0fe9065c7c35a1bb2c2db5ce24f392b9d17795b23b462f9b18(
|
925
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
926
|
+
terraform_attribute: builtins.str,
|
927
|
+
wraps_set: builtins.bool,
|
928
|
+
) -> None:
|
929
|
+
"""Type checking stubs"""
|
930
|
+
pass
|
931
|
+
|
932
|
+
def _typecheckingstub__371edc919ee87c0b39f7db41ad13f319efe70c54d909c1ed0f7f43c3c818b593(
|
933
|
+
index: jsii.Number,
|
934
|
+
) -> None:
|
935
|
+
"""Type checking stubs"""
|
936
|
+
pass
|
937
|
+
|
938
|
+
def _typecheckingstub__ecf6f5738a38f1ca6fa42f3587439513a9d4c72ed731d2b49442d869b0a217ab(
|
939
|
+
value: builtins.str,
|
940
|
+
) -> None:
|
941
|
+
"""Type checking stubs"""
|
942
|
+
pass
|
943
|
+
|
944
|
+
def _typecheckingstub__f52733fb96b6e87f9839133842922ea8f5b039bdfc19e285d57c5b6e67c834ea(
|
945
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
946
|
+
) -> None:
|
947
|
+
"""Type checking stubs"""
|
948
|
+
pass
|
949
|
+
|
950
|
+
def _typecheckingstub__e31f420388349804a341949502a09a704c33a74fc189ec02ed7dec94b905341e(
|
951
|
+
value: builtins.bool,
|
952
|
+
) -> None:
|
953
|
+
"""Type checking stubs"""
|
954
|
+
pass
|
955
|
+
|
956
|
+
def _typecheckingstub__7f5a1399e6a24ddd8689c932fe48665425671d2d59ee579c8ffa551b60052ba2(
|
957
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
958
|
+
terraform_attribute: builtins.str,
|
959
|
+
complex_object_index: jsii.Number,
|
960
|
+
complex_object_is_from_set: builtins.bool,
|
961
|
+
) -> None:
|
962
|
+
"""Type checking stubs"""
|
963
|
+
pass
|
964
|
+
|
965
|
+
def _typecheckingstub__22b3b4e40c638641f7a7290862efcba86f943447d41ed022ff7ae422f9e3f9a4(
|
966
|
+
value: typing.Optional[DataPagerdutyStandardsStandards],
|
967
|
+
) -> None:
|
968
|
+
"""Type checking stubs"""
|
969
|
+
pass
|