cdktf-cdktf-provider-pagerduty 13.12.0__py3-none-any.whl → 13.13.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +7 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.13.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- 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_jira_cloud_account_mapping/__init__.py +360 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +2922 -0
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.13.0.dist-info/RECORD +86 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.12.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.12.0.dist-info/RECORD +0 -84
- {cdktf_cdktf_provider_pagerduty-13.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.12.0.dist-info → cdktf_cdktf_provider_pagerduty-13.13.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2922 @@
|
|
1
|
+
r'''
|
2
|
+
# `pagerduty_jira_cloud_account_mapping_rule`
|
3
|
+
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_jira_cloud_account_mapping_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule).
|
5
|
+
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
9
|
+
import abc
|
10
|
+
import builtins
|
11
|
+
import datetime
|
12
|
+
import enum
|
13
|
+
import typing
|
14
|
+
|
15
|
+
import jsii
|
16
|
+
import publication
|
17
|
+
import typing_extensions
|
18
|
+
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
35
|
+
|
36
|
+
from .._jsii import *
|
37
|
+
|
38
|
+
import cdktf as _cdktf_9a9027ec
|
39
|
+
import constructs as _constructs_77d1e7e8
|
40
|
+
|
41
|
+
|
42
|
+
class JiraCloudAccountMappingRule(
|
43
|
+
_cdktf_9a9027ec.TerraformResource,
|
44
|
+
metaclass=jsii.JSIIMeta,
|
45
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRule",
|
46
|
+
):
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule pagerduty_jira_cloud_account_mapping_rule}.'''
|
48
|
+
|
49
|
+
def __init__(
|
50
|
+
self,
|
51
|
+
scope: _constructs_77d1e7e8.Construct,
|
52
|
+
id: builtins.str,
|
53
|
+
*,
|
54
|
+
account_mapping: builtins.str,
|
55
|
+
name: builtins.str,
|
56
|
+
config: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigA", typing.Dict[builtins.str, typing.Any]]] = None,
|
57
|
+
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,
|
58
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
59
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
60
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
61
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
62
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
63
|
+
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
64
|
+
) -> None:
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule pagerduty_jira_cloud_account_mapping_rule} Resource.
|
66
|
+
|
67
|
+
:param scope: The scope in which to define this construct.
|
68
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
69
|
+
:param account_mapping: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#account_mapping JiraCloudAccountMappingRule#account_mapping}.
|
70
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
71
|
+
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#config JiraCloudAccountMappingRule#config}
|
72
|
+
:param connection:
|
73
|
+
:param count:
|
74
|
+
:param depends_on:
|
75
|
+
:param for_each:
|
76
|
+
:param lifecycle:
|
77
|
+
:param provider:
|
78
|
+
:param provisioners:
|
79
|
+
'''
|
80
|
+
if __debug__:
|
81
|
+
type_hints = typing.get_type_hints(_typecheckingstub__afb506592aab04542eeba94fad9980f8722b05c5ead54c17e81ffc5f011766d5)
|
82
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
83
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
84
|
+
config_ = JiraCloudAccountMappingRuleConfig(
|
85
|
+
account_mapping=account_mapping,
|
86
|
+
name=name,
|
87
|
+
config=config,
|
88
|
+
connection=connection,
|
89
|
+
count=count,
|
90
|
+
depends_on=depends_on,
|
91
|
+
for_each=for_each,
|
92
|
+
lifecycle=lifecycle,
|
93
|
+
provider=provider,
|
94
|
+
provisioners=provisioners,
|
95
|
+
)
|
96
|
+
|
97
|
+
jsii.create(self.__class__, self, [scope, id, config_])
|
98
|
+
|
99
|
+
@jsii.member(jsii_name="generateConfigForImport")
|
100
|
+
@builtins.classmethod
|
101
|
+
def generate_config_for_import(
|
102
|
+
cls,
|
103
|
+
scope: _constructs_77d1e7e8.Construct,
|
104
|
+
import_to_id: builtins.str,
|
105
|
+
import_from_id: builtins.str,
|
106
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
107
|
+
) -> _cdktf_9a9027ec.ImportableResource:
|
108
|
+
'''Generates CDKTF code for importing a JiraCloudAccountMappingRule resource upon running "cdktf plan ".
|
109
|
+
|
110
|
+
:param scope: The scope in which to define this construct.
|
111
|
+
:param import_to_id: The construct id used in the generated config for the JiraCloudAccountMappingRule to import.
|
112
|
+
:param import_from_id: The id of the existing JiraCloudAccountMappingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#import import section} in the documentation of this resource for the id to use
|
113
|
+
:param provider: ? Optional instance of the provider where the JiraCloudAccountMappingRule to import is found.
|
114
|
+
'''
|
115
|
+
if __debug__:
|
116
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a39d3a40dac458599e0cdbae10045d2667bed4da31bc875d42731c5ada8bf702)
|
117
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
118
|
+
check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
|
119
|
+
check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
|
120
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
121
|
+
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
122
|
+
|
123
|
+
@jsii.member(jsii_name="putConfig")
|
124
|
+
def put_config(
|
125
|
+
self,
|
126
|
+
*,
|
127
|
+
service: builtins.str,
|
128
|
+
jira: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJira", typing.Dict[builtins.str, typing.Any]]] = None,
|
129
|
+
) -> None:
|
130
|
+
'''
|
131
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#service JiraCloudAccountMappingRule#service}.
|
132
|
+
:param jira: jira block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#jira JiraCloudAccountMappingRule#jira}
|
133
|
+
'''
|
134
|
+
value = JiraCloudAccountMappingRuleConfigA(service=service, jira=jira)
|
135
|
+
|
136
|
+
return typing.cast(None, jsii.invoke(self, "putConfig", [value]))
|
137
|
+
|
138
|
+
@jsii.member(jsii_name="resetConfig")
|
139
|
+
def reset_config(self) -> None:
|
140
|
+
return typing.cast(None, jsii.invoke(self, "resetConfig", []))
|
141
|
+
|
142
|
+
@jsii.member(jsii_name="synthesizeAttributes")
|
143
|
+
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
144
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
145
|
+
|
146
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
147
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
148
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
149
|
+
|
150
|
+
@jsii.python.classproperty
|
151
|
+
@jsii.member(jsii_name="tfResourceType")
|
152
|
+
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
153
|
+
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
154
|
+
|
155
|
+
@builtins.property
|
156
|
+
@jsii.member(jsii_name="autocreateJqlDisabledReason")
|
157
|
+
def autocreate_jql_disabled_reason(self) -> builtins.str:
|
158
|
+
return typing.cast(builtins.str, jsii.get(self, "autocreateJqlDisabledReason"))
|
159
|
+
|
160
|
+
@builtins.property
|
161
|
+
@jsii.member(jsii_name="autocreateJqlDisabledUntil")
|
162
|
+
def autocreate_jql_disabled_until(self) -> builtins.str:
|
163
|
+
return typing.cast(builtins.str, jsii.get(self, "autocreateJqlDisabledUntil"))
|
164
|
+
|
165
|
+
@builtins.property
|
166
|
+
@jsii.member(jsii_name="config")
|
167
|
+
def config(self) -> "JiraCloudAccountMappingRuleConfigAOutputReference":
|
168
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigAOutputReference", jsii.get(self, "config"))
|
169
|
+
|
170
|
+
@builtins.property
|
171
|
+
@jsii.member(jsii_name="id")
|
172
|
+
def id(self) -> builtins.str:
|
173
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
174
|
+
|
175
|
+
@builtins.property
|
176
|
+
@jsii.member(jsii_name="accountMappingInput")
|
177
|
+
def account_mapping_input(self) -> typing.Optional[builtins.str]:
|
178
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "accountMappingInput"))
|
179
|
+
|
180
|
+
@builtins.property
|
181
|
+
@jsii.member(jsii_name="configInput")
|
182
|
+
def config_input(
|
183
|
+
self,
|
184
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigA"]]:
|
185
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigA"]], jsii.get(self, "configInput"))
|
186
|
+
|
187
|
+
@builtins.property
|
188
|
+
@jsii.member(jsii_name="nameInput")
|
189
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
190
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
191
|
+
|
192
|
+
@builtins.property
|
193
|
+
@jsii.member(jsii_name="accountMapping")
|
194
|
+
def account_mapping(self) -> builtins.str:
|
195
|
+
return typing.cast(builtins.str, jsii.get(self, "accountMapping"))
|
196
|
+
|
197
|
+
@account_mapping.setter
|
198
|
+
def account_mapping(self, value: builtins.str) -> None:
|
199
|
+
if __debug__:
|
200
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4b4a98c4e119426d4b92e43d09f219dbd9d06e322581dfd2300858e37d9aa61b)
|
201
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
202
|
+
jsii.set(self, "accountMapping", value) # pyright: ignore[reportArgumentType]
|
203
|
+
|
204
|
+
@builtins.property
|
205
|
+
@jsii.member(jsii_name="name")
|
206
|
+
def name(self) -> builtins.str:
|
207
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
208
|
+
|
209
|
+
@name.setter
|
210
|
+
def name(self, value: builtins.str) -> None:
|
211
|
+
if __debug__:
|
212
|
+
type_hints = typing.get_type_hints(_typecheckingstub__494f780c921e1a15a4e8e54e47b5a5174950da7e587c2d18e7156e481dd93b66)
|
213
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
214
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
215
|
+
|
216
|
+
|
217
|
+
@jsii.data_type(
|
218
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfig",
|
219
|
+
jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
|
220
|
+
name_mapping={
|
221
|
+
"connection": "connection",
|
222
|
+
"count": "count",
|
223
|
+
"depends_on": "dependsOn",
|
224
|
+
"for_each": "forEach",
|
225
|
+
"lifecycle": "lifecycle",
|
226
|
+
"provider": "provider",
|
227
|
+
"provisioners": "provisioners",
|
228
|
+
"account_mapping": "accountMapping",
|
229
|
+
"name": "name",
|
230
|
+
"config": "config",
|
231
|
+
},
|
232
|
+
)
|
233
|
+
class JiraCloudAccountMappingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
234
|
+
def __init__(
|
235
|
+
self,
|
236
|
+
*,
|
237
|
+
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,
|
238
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
239
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
240
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
241
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
242
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
243
|
+
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,
|
244
|
+
account_mapping: builtins.str,
|
245
|
+
name: builtins.str,
|
246
|
+
config: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigA", typing.Dict[builtins.str, typing.Any]]] = None,
|
247
|
+
) -> None:
|
248
|
+
'''
|
249
|
+
:param connection:
|
250
|
+
:param count:
|
251
|
+
:param depends_on:
|
252
|
+
:param for_each:
|
253
|
+
:param lifecycle:
|
254
|
+
:param provider:
|
255
|
+
:param provisioners:
|
256
|
+
:param account_mapping: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#account_mapping JiraCloudAccountMappingRule#account_mapping}.
|
257
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
258
|
+
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#config JiraCloudAccountMappingRule#config}
|
259
|
+
'''
|
260
|
+
if isinstance(lifecycle, dict):
|
261
|
+
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
262
|
+
if isinstance(config, dict):
|
263
|
+
config = JiraCloudAccountMappingRuleConfigA(**config)
|
264
|
+
if __debug__:
|
265
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3a4485e15c0e1d1b8c578751b283cf1a0fc196866c77daedb975549f5dc26022)
|
266
|
+
check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
|
267
|
+
check_type(argname="argument count", value=count, expected_type=type_hints["count"])
|
268
|
+
check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
|
269
|
+
check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
|
270
|
+
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
271
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
272
|
+
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
273
|
+
check_type(argname="argument account_mapping", value=account_mapping, expected_type=type_hints["account_mapping"])
|
274
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
275
|
+
check_type(argname="argument config", value=config, expected_type=type_hints["config"])
|
276
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
277
|
+
"account_mapping": account_mapping,
|
278
|
+
"name": name,
|
279
|
+
}
|
280
|
+
if connection is not None:
|
281
|
+
self._values["connection"] = connection
|
282
|
+
if count is not None:
|
283
|
+
self._values["count"] = count
|
284
|
+
if depends_on is not None:
|
285
|
+
self._values["depends_on"] = depends_on
|
286
|
+
if for_each is not None:
|
287
|
+
self._values["for_each"] = for_each
|
288
|
+
if lifecycle is not None:
|
289
|
+
self._values["lifecycle"] = lifecycle
|
290
|
+
if provider is not None:
|
291
|
+
self._values["provider"] = provider
|
292
|
+
if provisioners is not None:
|
293
|
+
self._values["provisioners"] = provisioners
|
294
|
+
if config is not None:
|
295
|
+
self._values["config"] = config
|
296
|
+
|
297
|
+
@builtins.property
|
298
|
+
def connection(
|
299
|
+
self,
|
300
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
|
301
|
+
'''
|
302
|
+
:stability: experimental
|
303
|
+
'''
|
304
|
+
result = self._values.get("connection")
|
305
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
306
|
+
|
307
|
+
@builtins.property
|
308
|
+
def count(
|
309
|
+
self,
|
310
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
311
|
+
'''
|
312
|
+
:stability: experimental
|
313
|
+
'''
|
314
|
+
result = self._values.get("count")
|
315
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
316
|
+
|
317
|
+
@builtins.property
|
318
|
+
def depends_on(
|
319
|
+
self,
|
320
|
+
) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
|
321
|
+
'''
|
322
|
+
:stability: experimental
|
323
|
+
'''
|
324
|
+
result = self._values.get("depends_on")
|
325
|
+
return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
|
326
|
+
|
327
|
+
@builtins.property
|
328
|
+
def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
|
329
|
+
'''
|
330
|
+
:stability: experimental
|
331
|
+
'''
|
332
|
+
result = self._values.get("for_each")
|
333
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
|
334
|
+
|
335
|
+
@builtins.property
|
336
|
+
def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
|
337
|
+
'''
|
338
|
+
:stability: experimental
|
339
|
+
'''
|
340
|
+
result = self._values.get("lifecycle")
|
341
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
|
342
|
+
|
343
|
+
@builtins.property
|
344
|
+
def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
|
345
|
+
'''
|
346
|
+
:stability: experimental
|
347
|
+
'''
|
348
|
+
result = self._values.get("provider")
|
349
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
|
350
|
+
|
351
|
+
@builtins.property
|
352
|
+
def provisioners(
|
353
|
+
self,
|
354
|
+
) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
|
355
|
+
'''
|
356
|
+
:stability: experimental
|
357
|
+
'''
|
358
|
+
result = self._values.get("provisioners")
|
359
|
+
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
360
|
+
|
361
|
+
@builtins.property
|
362
|
+
def account_mapping(self) -> builtins.str:
|
363
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#account_mapping JiraCloudAccountMappingRule#account_mapping}.'''
|
364
|
+
result = self._values.get("account_mapping")
|
365
|
+
assert result is not None, "Required property 'account_mapping' is missing"
|
366
|
+
return typing.cast(builtins.str, result)
|
367
|
+
|
368
|
+
@builtins.property
|
369
|
+
def name(self) -> builtins.str:
|
370
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.'''
|
371
|
+
result = self._values.get("name")
|
372
|
+
assert result is not None, "Required property 'name' is missing"
|
373
|
+
return typing.cast(builtins.str, result)
|
374
|
+
|
375
|
+
@builtins.property
|
376
|
+
def config(self) -> typing.Optional["JiraCloudAccountMappingRuleConfigA"]:
|
377
|
+
'''config block.
|
378
|
+
|
379
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#config JiraCloudAccountMappingRule#config}
|
380
|
+
'''
|
381
|
+
result = self._values.get("config")
|
382
|
+
return typing.cast(typing.Optional["JiraCloudAccountMappingRuleConfigA"], result)
|
383
|
+
|
384
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
385
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
386
|
+
|
387
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
388
|
+
return not (rhs == self)
|
389
|
+
|
390
|
+
def __repr__(self) -> str:
|
391
|
+
return "JiraCloudAccountMappingRuleConfig(%s)" % ", ".join(
|
392
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
393
|
+
)
|
394
|
+
|
395
|
+
|
396
|
+
@jsii.data_type(
|
397
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigA",
|
398
|
+
jsii_struct_bases=[],
|
399
|
+
name_mapping={"service": "service", "jira": "jira"},
|
400
|
+
)
|
401
|
+
class JiraCloudAccountMappingRuleConfigA:
|
402
|
+
def __init__(
|
403
|
+
self,
|
404
|
+
*,
|
405
|
+
service: builtins.str,
|
406
|
+
jira: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJira", typing.Dict[builtins.str, typing.Any]]] = None,
|
407
|
+
) -> None:
|
408
|
+
'''
|
409
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#service JiraCloudAccountMappingRule#service}.
|
410
|
+
:param jira: jira block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#jira JiraCloudAccountMappingRule#jira}
|
411
|
+
'''
|
412
|
+
if isinstance(jira, dict):
|
413
|
+
jira = JiraCloudAccountMappingRuleConfigJira(**jira)
|
414
|
+
if __debug__:
|
415
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f34ccb50de9de421d723002c9619ed94f416c8f90b267f2ea55fa97c2ffc330c)
|
416
|
+
check_type(argname="argument service", value=service, expected_type=type_hints["service"])
|
417
|
+
check_type(argname="argument jira", value=jira, expected_type=type_hints["jira"])
|
418
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
419
|
+
"service": service,
|
420
|
+
}
|
421
|
+
if jira is not None:
|
422
|
+
self._values["jira"] = jira
|
423
|
+
|
424
|
+
@builtins.property
|
425
|
+
def service(self) -> builtins.str:
|
426
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#service JiraCloudAccountMappingRule#service}.'''
|
427
|
+
result = self._values.get("service")
|
428
|
+
assert result is not None, "Required property 'service' is missing"
|
429
|
+
return typing.cast(builtins.str, result)
|
430
|
+
|
431
|
+
@builtins.property
|
432
|
+
def jira(self) -> typing.Optional["JiraCloudAccountMappingRuleConfigJira"]:
|
433
|
+
'''jira block.
|
434
|
+
|
435
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#jira JiraCloudAccountMappingRule#jira}
|
436
|
+
'''
|
437
|
+
result = self._values.get("jira")
|
438
|
+
return typing.cast(typing.Optional["JiraCloudAccountMappingRuleConfigJira"], result)
|
439
|
+
|
440
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
441
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
442
|
+
|
443
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
444
|
+
return not (rhs == self)
|
445
|
+
|
446
|
+
def __repr__(self) -> str:
|
447
|
+
return "JiraCloudAccountMappingRuleConfigA(%s)" % ", ".join(
|
448
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
449
|
+
)
|
450
|
+
|
451
|
+
|
452
|
+
class JiraCloudAccountMappingRuleConfigAOutputReference(
|
453
|
+
_cdktf_9a9027ec.ComplexObject,
|
454
|
+
metaclass=jsii.JSIIMeta,
|
455
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigAOutputReference",
|
456
|
+
):
|
457
|
+
def __init__(
|
458
|
+
self,
|
459
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
460
|
+
terraform_attribute: builtins.str,
|
461
|
+
) -> None:
|
462
|
+
'''
|
463
|
+
:param terraform_resource: The parent resource.
|
464
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
465
|
+
'''
|
466
|
+
if __debug__:
|
467
|
+
type_hints = typing.get_type_hints(_typecheckingstub__715a1df3264e416b5855b7fbbabd836c4acb51d18e4f9187c7b43985a0d2052f)
|
468
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
469
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
470
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
471
|
+
|
472
|
+
@jsii.member(jsii_name="putJira")
|
473
|
+
def put_jira(
|
474
|
+
self,
|
475
|
+
*,
|
476
|
+
issue_type: typing.Union["JiraCloudAccountMappingRuleConfigJiraIssueType", typing.Dict[builtins.str, typing.Any]],
|
477
|
+
project: typing.Union["JiraCloudAccountMappingRuleConfigJiraProject", typing.Dict[builtins.str, typing.Any]],
|
478
|
+
autocreate_jql: typing.Optional[builtins.str] = None,
|
479
|
+
create_issue_on_incident_trigger: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
480
|
+
custom_fields: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["JiraCloudAccountMappingRuleConfigJiraCustomFields", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
481
|
+
priorities: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["JiraCloudAccountMappingRuleConfigJiraPriorities", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
482
|
+
status_mapping: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMapping", typing.Dict[builtins.str, typing.Any]]] = None,
|
483
|
+
sync_notes_user: typing.Optional[builtins.str] = None,
|
484
|
+
) -> None:
|
485
|
+
'''
|
486
|
+
:param issue_type: issue_type block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#issue_type JiraCloudAccountMappingRule#issue_type}
|
487
|
+
:param project: project block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#project JiraCloudAccountMappingRule#project}
|
488
|
+
:param autocreate_jql: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#autocreate_jql JiraCloudAccountMappingRule#autocreate_jql}.
|
489
|
+
:param create_issue_on_incident_trigger: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#create_issue_on_incident_trigger JiraCloudAccountMappingRule#create_issue_on_incident_trigger}.
|
490
|
+
:param custom_fields: custom_fields block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#custom_fields JiraCloudAccountMappingRule#custom_fields}
|
491
|
+
:param priorities: priorities block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#priorities JiraCloudAccountMappingRule#priorities}
|
492
|
+
:param status_mapping: status_mapping block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#status_mapping JiraCloudAccountMappingRule#status_mapping}
|
493
|
+
:param sync_notes_user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#sync_notes_user JiraCloudAccountMappingRule#sync_notes_user}.
|
494
|
+
'''
|
495
|
+
value = JiraCloudAccountMappingRuleConfigJira(
|
496
|
+
issue_type=issue_type,
|
497
|
+
project=project,
|
498
|
+
autocreate_jql=autocreate_jql,
|
499
|
+
create_issue_on_incident_trigger=create_issue_on_incident_trigger,
|
500
|
+
custom_fields=custom_fields,
|
501
|
+
priorities=priorities,
|
502
|
+
status_mapping=status_mapping,
|
503
|
+
sync_notes_user=sync_notes_user,
|
504
|
+
)
|
505
|
+
|
506
|
+
return typing.cast(None, jsii.invoke(self, "putJira", [value]))
|
507
|
+
|
508
|
+
@jsii.member(jsii_name="resetJira")
|
509
|
+
def reset_jira(self) -> None:
|
510
|
+
return typing.cast(None, jsii.invoke(self, "resetJira", []))
|
511
|
+
|
512
|
+
@builtins.property
|
513
|
+
@jsii.member(jsii_name="jira")
|
514
|
+
def jira(self) -> "JiraCloudAccountMappingRuleConfigJiraOutputReference":
|
515
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraOutputReference", jsii.get(self, "jira"))
|
516
|
+
|
517
|
+
@builtins.property
|
518
|
+
@jsii.member(jsii_name="jiraInput")
|
519
|
+
def jira_input(
|
520
|
+
self,
|
521
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJira"]]:
|
522
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJira"]], jsii.get(self, "jiraInput"))
|
523
|
+
|
524
|
+
@builtins.property
|
525
|
+
@jsii.member(jsii_name="serviceInput")
|
526
|
+
def service_input(self) -> typing.Optional[builtins.str]:
|
527
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceInput"))
|
528
|
+
|
529
|
+
@builtins.property
|
530
|
+
@jsii.member(jsii_name="service")
|
531
|
+
def service(self) -> builtins.str:
|
532
|
+
return typing.cast(builtins.str, jsii.get(self, "service"))
|
533
|
+
|
534
|
+
@service.setter
|
535
|
+
def service(self, value: builtins.str) -> None:
|
536
|
+
if __debug__:
|
537
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5263d0c1a2eded6d235c9a48bca6c6e59ac6f3a770edad1c67e179447552f384)
|
538
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
539
|
+
jsii.set(self, "service", value) # pyright: ignore[reportArgumentType]
|
540
|
+
|
541
|
+
@builtins.property
|
542
|
+
@jsii.member(jsii_name="internalValue")
|
543
|
+
def internal_value(
|
544
|
+
self,
|
545
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigA]]:
|
546
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigA]], jsii.get(self, "internalValue"))
|
547
|
+
|
548
|
+
@internal_value.setter
|
549
|
+
def internal_value(
|
550
|
+
self,
|
551
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigA]],
|
552
|
+
) -> None:
|
553
|
+
if __debug__:
|
554
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a365cf19b76617e33405e399b208a72d90beb9c8bb8580ddfa1d89dac6d850a0)
|
555
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
556
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
557
|
+
|
558
|
+
|
559
|
+
@jsii.data_type(
|
560
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJira",
|
561
|
+
jsii_struct_bases=[],
|
562
|
+
name_mapping={
|
563
|
+
"issue_type": "issueType",
|
564
|
+
"project": "project",
|
565
|
+
"autocreate_jql": "autocreateJql",
|
566
|
+
"create_issue_on_incident_trigger": "createIssueOnIncidentTrigger",
|
567
|
+
"custom_fields": "customFields",
|
568
|
+
"priorities": "priorities",
|
569
|
+
"status_mapping": "statusMapping",
|
570
|
+
"sync_notes_user": "syncNotesUser",
|
571
|
+
},
|
572
|
+
)
|
573
|
+
class JiraCloudAccountMappingRuleConfigJira:
|
574
|
+
def __init__(
|
575
|
+
self,
|
576
|
+
*,
|
577
|
+
issue_type: typing.Union["JiraCloudAccountMappingRuleConfigJiraIssueType", typing.Dict[builtins.str, typing.Any]],
|
578
|
+
project: typing.Union["JiraCloudAccountMappingRuleConfigJiraProject", typing.Dict[builtins.str, typing.Any]],
|
579
|
+
autocreate_jql: typing.Optional[builtins.str] = None,
|
580
|
+
create_issue_on_incident_trigger: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
581
|
+
custom_fields: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["JiraCloudAccountMappingRuleConfigJiraCustomFields", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
582
|
+
priorities: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["JiraCloudAccountMappingRuleConfigJiraPriorities", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
583
|
+
status_mapping: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMapping", typing.Dict[builtins.str, typing.Any]]] = None,
|
584
|
+
sync_notes_user: typing.Optional[builtins.str] = None,
|
585
|
+
) -> None:
|
586
|
+
'''
|
587
|
+
:param issue_type: issue_type block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#issue_type JiraCloudAccountMappingRule#issue_type}
|
588
|
+
:param project: project block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#project JiraCloudAccountMappingRule#project}
|
589
|
+
:param autocreate_jql: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#autocreate_jql JiraCloudAccountMappingRule#autocreate_jql}.
|
590
|
+
:param create_issue_on_incident_trigger: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#create_issue_on_incident_trigger JiraCloudAccountMappingRule#create_issue_on_incident_trigger}.
|
591
|
+
:param custom_fields: custom_fields block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#custom_fields JiraCloudAccountMappingRule#custom_fields}
|
592
|
+
:param priorities: priorities block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#priorities JiraCloudAccountMappingRule#priorities}
|
593
|
+
:param status_mapping: status_mapping block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#status_mapping JiraCloudAccountMappingRule#status_mapping}
|
594
|
+
:param sync_notes_user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#sync_notes_user JiraCloudAccountMappingRule#sync_notes_user}.
|
595
|
+
'''
|
596
|
+
if isinstance(issue_type, dict):
|
597
|
+
issue_type = JiraCloudAccountMappingRuleConfigJiraIssueType(**issue_type)
|
598
|
+
if isinstance(project, dict):
|
599
|
+
project = JiraCloudAccountMappingRuleConfigJiraProject(**project)
|
600
|
+
if isinstance(status_mapping, dict):
|
601
|
+
status_mapping = JiraCloudAccountMappingRuleConfigJiraStatusMapping(**status_mapping)
|
602
|
+
if __debug__:
|
603
|
+
type_hints = typing.get_type_hints(_typecheckingstub__edf4a70d34cb948fa2b1ceb5d86be813c7689dc0d412af3533d8e45950584b1c)
|
604
|
+
check_type(argname="argument issue_type", value=issue_type, expected_type=type_hints["issue_type"])
|
605
|
+
check_type(argname="argument project", value=project, expected_type=type_hints["project"])
|
606
|
+
check_type(argname="argument autocreate_jql", value=autocreate_jql, expected_type=type_hints["autocreate_jql"])
|
607
|
+
check_type(argname="argument create_issue_on_incident_trigger", value=create_issue_on_incident_trigger, expected_type=type_hints["create_issue_on_incident_trigger"])
|
608
|
+
check_type(argname="argument custom_fields", value=custom_fields, expected_type=type_hints["custom_fields"])
|
609
|
+
check_type(argname="argument priorities", value=priorities, expected_type=type_hints["priorities"])
|
610
|
+
check_type(argname="argument status_mapping", value=status_mapping, expected_type=type_hints["status_mapping"])
|
611
|
+
check_type(argname="argument sync_notes_user", value=sync_notes_user, expected_type=type_hints["sync_notes_user"])
|
612
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
613
|
+
"issue_type": issue_type,
|
614
|
+
"project": project,
|
615
|
+
}
|
616
|
+
if autocreate_jql is not None:
|
617
|
+
self._values["autocreate_jql"] = autocreate_jql
|
618
|
+
if create_issue_on_incident_trigger is not None:
|
619
|
+
self._values["create_issue_on_incident_trigger"] = create_issue_on_incident_trigger
|
620
|
+
if custom_fields is not None:
|
621
|
+
self._values["custom_fields"] = custom_fields
|
622
|
+
if priorities is not None:
|
623
|
+
self._values["priorities"] = priorities
|
624
|
+
if status_mapping is not None:
|
625
|
+
self._values["status_mapping"] = status_mapping
|
626
|
+
if sync_notes_user is not None:
|
627
|
+
self._values["sync_notes_user"] = sync_notes_user
|
628
|
+
|
629
|
+
@builtins.property
|
630
|
+
def issue_type(self) -> "JiraCloudAccountMappingRuleConfigJiraIssueType":
|
631
|
+
'''issue_type block.
|
632
|
+
|
633
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#issue_type JiraCloudAccountMappingRule#issue_type}
|
634
|
+
'''
|
635
|
+
result = self._values.get("issue_type")
|
636
|
+
assert result is not None, "Required property 'issue_type' is missing"
|
637
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraIssueType", result)
|
638
|
+
|
639
|
+
@builtins.property
|
640
|
+
def project(self) -> "JiraCloudAccountMappingRuleConfigJiraProject":
|
641
|
+
'''project block.
|
642
|
+
|
643
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#project JiraCloudAccountMappingRule#project}
|
644
|
+
'''
|
645
|
+
result = self._values.get("project")
|
646
|
+
assert result is not None, "Required property 'project' is missing"
|
647
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraProject", result)
|
648
|
+
|
649
|
+
@builtins.property
|
650
|
+
def autocreate_jql(self) -> typing.Optional[builtins.str]:
|
651
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#autocreate_jql JiraCloudAccountMappingRule#autocreate_jql}.'''
|
652
|
+
result = self._values.get("autocreate_jql")
|
653
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
654
|
+
|
655
|
+
@builtins.property
|
656
|
+
def create_issue_on_incident_trigger(
|
657
|
+
self,
|
658
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
659
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#create_issue_on_incident_trigger JiraCloudAccountMappingRule#create_issue_on_incident_trigger}.'''
|
660
|
+
result = self._values.get("create_issue_on_incident_trigger")
|
661
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
662
|
+
|
663
|
+
@builtins.property
|
664
|
+
def custom_fields(
|
665
|
+
self,
|
666
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["JiraCloudAccountMappingRuleConfigJiraCustomFields"]]]:
|
667
|
+
'''custom_fields block.
|
668
|
+
|
669
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#custom_fields JiraCloudAccountMappingRule#custom_fields}
|
670
|
+
'''
|
671
|
+
result = self._values.get("custom_fields")
|
672
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["JiraCloudAccountMappingRuleConfigJiraCustomFields"]]], result)
|
673
|
+
|
674
|
+
@builtins.property
|
675
|
+
def priorities(
|
676
|
+
self,
|
677
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["JiraCloudAccountMappingRuleConfigJiraPriorities"]]]:
|
678
|
+
'''priorities block.
|
679
|
+
|
680
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#priorities JiraCloudAccountMappingRule#priorities}
|
681
|
+
'''
|
682
|
+
result = self._values.get("priorities")
|
683
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["JiraCloudAccountMappingRuleConfigJiraPriorities"]]], result)
|
684
|
+
|
685
|
+
@builtins.property
|
686
|
+
def status_mapping(
|
687
|
+
self,
|
688
|
+
) -> typing.Optional["JiraCloudAccountMappingRuleConfigJiraStatusMapping"]:
|
689
|
+
'''status_mapping block.
|
690
|
+
|
691
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#status_mapping JiraCloudAccountMappingRule#status_mapping}
|
692
|
+
'''
|
693
|
+
result = self._values.get("status_mapping")
|
694
|
+
return typing.cast(typing.Optional["JiraCloudAccountMappingRuleConfigJiraStatusMapping"], result)
|
695
|
+
|
696
|
+
@builtins.property
|
697
|
+
def sync_notes_user(self) -> typing.Optional[builtins.str]:
|
698
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#sync_notes_user JiraCloudAccountMappingRule#sync_notes_user}.'''
|
699
|
+
result = self._values.get("sync_notes_user")
|
700
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
701
|
+
|
702
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
703
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
704
|
+
|
705
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
706
|
+
return not (rhs == self)
|
707
|
+
|
708
|
+
def __repr__(self) -> str:
|
709
|
+
return "JiraCloudAccountMappingRuleConfigJira(%s)" % ", ".join(
|
710
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
711
|
+
)
|
712
|
+
|
713
|
+
|
714
|
+
@jsii.data_type(
|
715
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraCustomFields",
|
716
|
+
jsii_struct_bases=[],
|
717
|
+
name_mapping={
|
718
|
+
"target_issue_field": "targetIssueField",
|
719
|
+
"target_issue_field_name": "targetIssueFieldName",
|
720
|
+
"type": "type",
|
721
|
+
"source_incident_field": "sourceIncidentField",
|
722
|
+
"value": "value",
|
723
|
+
},
|
724
|
+
)
|
725
|
+
class JiraCloudAccountMappingRuleConfigJiraCustomFields:
|
726
|
+
def __init__(
|
727
|
+
self,
|
728
|
+
*,
|
729
|
+
target_issue_field: builtins.str,
|
730
|
+
target_issue_field_name: builtins.str,
|
731
|
+
type: builtins.str,
|
732
|
+
source_incident_field: typing.Optional[builtins.str] = None,
|
733
|
+
value: typing.Optional[builtins.str] = None,
|
734
|
+
) -> None:
|
735
|
+
'''
|
736
|
+
:param target_issue_field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#target_issue_field JiraCloudAccountMappingRule#target_issue_field}.
|
737
|
+
:param target_issue_field_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#target_issue_field_name JiraCloudAccountMappingRule#target_issue_field_name}.
|
738
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#type JiraCloudAccountMappingRule#type}.
|
739
|
+
:param source_incident_field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#source_incident_field JiraCloudAccountMappingRule#source_incident_field}.
|
740
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#value JiraCloudAccountMappingRule#value}.
|
741
|
+
'''
|
742
|
+
if __debug__:
|
743
|
+
type_hints = typing.get_type_hints(_typecheckingstub__84c9a93370e770133f7f52bab7e5fa55ab5fe386edc4ac4314f4cd918cdd99ac)
|
744
|
+
check_type(argname="argument target_issue_field", value=target_issue_field, expected_type=type_hints["target_issue_field"])
|
745
|
+
check_type(argname="argument target_issue_field_name", value=target_issue_field_name, expected_type=type_hints["target_issue_field_name"])
|
746
|
+
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
747
|
+
check_type(argname="argument source_incident_field", value=source_incident_field, expected_type=type_hints["source_incident_field"])
|
748
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
749
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
750
|
+
"target_issue_field": target_issue_field,
|
751
|
+
"target_issue_field_name": target_issue_field_name,
|
752
|
+
"type": type,
|
753
|
+
}
|
754
|
+
if source_incident_field is not None:
|
755
|
+
self._values["source_incident_field"] = source_incident_field
|
756
|
+
if value is not None:
|
757
|
+
self._values["value"] = value
|
758
|
+
|
759
|
+
@builtins.property
|
760
|
+
def target_issue_field(self) -> builtins.str:
|
761
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#target_issue_field JiraCloudAccountMappingRule#target_issue_field}.'''
|
762
|
+
result = self._values.get("target_issue_field")
|
763
|
+
assert result is not None, "Required property 'target_issue_field' is missing"
|
764
|
+
return typing.cast(builtins.str, result)
|
765
|
+
|
766
|
+
@builtins.property
|
767
|
+
def target_issue_field_name(self) -> builtins.str:
|
768
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#target_issue_field_name JiraCloudAccountMappingRule#target_issue_field_name}.'''
|
769
|
+
result = self._values.get("target_issue_field_name")
|
770
|
+
assert result is not None, "Required property 'target_issue_field_name' is missing"
|
771
|
+
return typing.cast(builtins.str, result)
|
772
|
+
|
773
|
+
@builtins.property
|
774
|
+
def type(self) -> builtins.str:
|
775
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#type JiraCloudAccountMappingRule#type}.'''
|
776
|
+
result = self._values.get("type")
|
777
|
+
assert result is not None, "Required property 'type' is missing"
|
778
|
+
return typing.cast(builtins.str, result)
|
779
|
+
|
780
|
+
@builtins.property
|
781
|
+
def source_incident_field(self) -> typing.Optional[builtins.str]:
|
782
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#source_incident_field JiraCloudAccountMappingRule#source_incident_field}.'''
|
783
|
+
result = self._values.get("source_incident_field")
|
784
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
785
|
+
|
786
|
+
@builtins.property
|
787
|
+
def value(self) -> typing.Optional[builtins.str]:
|
788
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#value JiraCloudAccountMappingRule#value}.'''
|
789
|
+
result = self._values.get("value")
|
790
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
791
|
+
|
792
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
793
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
794
|
+
|
795
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
796
|
+
return not (rhs == self)
|
797
|
+
|
798
|
+
def __repr__(self) -> str:
|
799
|
+
return "JiraCloudAccountMappingRuleConfigJiraCustomFields(%s)" % ", ".join(
|
800
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
801
|
+
)
|
802
|
+
|
803
|
+
|
804
|
+
class JiraCloudAccountMappingRuleConfigJiraCustomFieldsList(
|
805
|
+
_cdktf_9a9027ec.ComplexList,
|
806
|
+
metaclass=jsii.JSIIMeta,
|
807
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraCustomFieldsList",
|
808
|
+
):
|
809
|
+
def __init__(
|
810
|
+
self,
|
811
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
812
|
+
terraform_attribute: builtins.str,
|
813
|
+
wraps_set: builtins.bool,
|
814
|
+
) -> None:
|
815
|
+
'''
|
816
|
+
:param terraform_resource: The parent resource.
|
817
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
818
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
819
|
+
'''
|
820
|
+
if __debug__:
|
821
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6bb21863a8762e7be964032c143c278f06a34a5dd2bdde2eb3bc21a4f49ef1e0)
|
822
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
823
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
824
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
825
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
826
|
+
|
827
|
+
@jsii.member(jsii_name="get")
|
828
|
+
def get(
|
829
|
+
self,
|
830
|
+
index: jsii.Number,
|
831
|
+
) -> "JiraCloudAccountMappingRuleConfigJiraCustomFieldsOutputReference":
|
832
|
+
'''
|
833
|
+
:param index: the index of the item to return.
|
834
|
+
'''
|
835
|
+
if __debug__:
|
836
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f2f38334666379bb610e190b45644d65735bc3bb4e762c20a49f2b5b8110d4fe)
|
837
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
838
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraCustomFieldsOutputReference", jsii.invoke(self, "get", [index]))
|
839
|
+
|
840
|
+
@builtins.property
|
841
|
+
@jsii.member(jsii_name="terraformAttribute")
|
842
|
+
def _terraform_attribute(self) -> builtins.str:
|
843
|
+
'''The attribute on the parent resource this class is referencing.'''
|
844
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
845
|
+
|
846
|
+
@_terraform_attribute.setter
|
847
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
848
|
+
if __debug__:
|
849
|
+
type_hints = typing.get_type_hints(_typecheckingstub__14866d57c8e3f7150aed9e4901a01b945f7cebc2552979981b2d897458d48e13)
|
850
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
851
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
852
|
+
|
853
|
+
@builtins.property
|
854
|
+
@jsii.member(jsii_name="terraformResource")
|
855
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
856
|
+
'''The parent resource.'''
|
857
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
858
|
+
|
859
|
+
@_terraform_resource.setter
|
860
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
861
|
+
if __debug__:
|
862
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cbe4a1c7ee825bc811edbf01c9346f29f32a9a8333dfd5748b64f7b2b606492d)
|
863
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
864
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
865
|
+
|
866
|
+
@builtins.property
|
867
|
+
@jsii.member(jsii_name="wrapsSet")
|
868
|
+
def _wraps_set(self) -> builtins.bool:
|
869
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
870
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
871
|
+
|
872
|
+
@_wraps_set.setter
|
873
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
874
|
+
if __debug__:
|
875
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0584cfc9947fd855c3a790a1aae2334de2031ee5cb6aa608fe562ef4a9d10db6)
|
876
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
877
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
878
|
+
|
879
|
+
@builtins.property
|
880
|
+
@jsii.member(jsii_name="internalValue")
|
881
|
+
def internal_value(
|
882
|
+
self,
|
883
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraCustomFields]]]:
|
884
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraCustomFields]]], jsii.get(self, "internalValue"))
|
885
|
+
|
886
|
+
@internal_value.setter
|
887
|
+
def internal_value(
|
888
|
+
self,
|
889
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraCustomFields]]],
|
890
|
+
) -> None:
|
891
|
+
if __debug__:
|
892
|
+
type_hints = typing.get_type_hints(_typecheckingstub__29fcd84179a0797073e1d02b28150fb5127a6bd37559d9efbd3ffb23cc4207c6)
|
893
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
894
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
895
|
+
|
896
|
+
|
897
|
+
class JiraCloudAccountMappingRuleConfigJiraCustomFieldsOutputReference(
|
898
|
+
_cdktf_9a9027ec.ComplexObject,
|
899
|
+
metaclass=jsii.JSIIMeta,
|
900
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraCustomFieldsOutputReference",
|
901
|
+
):
|
902
|
+
def __init__(
|
903
|
+
self,
|
904
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
905
|
+
terraform_attribute: builtins.str,
|
906
|
+
complex_object_index: jsii.Number,
|
907
|
+
complex_object_is_from_set: builtins.bool,
|
908
|
+
) -> None:
|
909
|
+
'''
|
910
|
+
:param terraform_resource: The parent resource.
|
911
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
912
|
+
:param complex_object_index: the index of this item in the list.
|
913
|
+
: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).
|
914
|
+
'''
|
915
|
+
if __debug__:
|
916
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a948c09b429258d3b3d6fbca86d1957fa2ea948c475bab33271771fcf81f0b0a)
|
917
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
918
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
919
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
920
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
921
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
922
|
+
|
923
|
+
@jsii.member(jsii_name="resetSourceIncidentField")
|
924
|
+
def reset_source_incident_field(self) -> None:
|
925
|
+
return typing.cast(None, jsii.invoke(self, "resetSourceIncidentField", []))
|
926
|
+
|
927
|
+
@jsii.member(jsii_name="resetValue")
|
928
|
+
def reset_value(self) -> None:
|
929
|
+
return typing.cast(None, jsii.invoke(self, "resetValue", []))
|
930
|
+
|
931
|
+
@builtins.property
|
932
|
+
@jsii.member(jsii_name="sourceIncidentFieldInput")
|
933
|
+
def source_incident_field_input(self) -> typing.Optional[builtins.str]:
|
934
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sourceIncidentFieldInput"))
|
935
|
+
|
936
|
+
@builtins.property
|
937
|
+
@jsii.member(jsii_name="targetIssueFieldInput")
|
938
|
+
def target_issue_field_input(self) -> typing.Optional[builtins.str]:
|
939
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "targetIssueFieldInput"))
|
940
|
+
|
941
|
+
@builtins.property
|
942
|
+
@jsii.member(jsii_name="targetIssueFieldNameInput")
|
943
|
+
def target_issue_field_name_input(self) -> typing.Optional[builtins.str]:
|
944
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "targetIssueFieldNameInput"))
|
945
|
+
|
946
|
+
@builtins.property
|
947
|
+
@jsii.member(jsii_name="typeInput")
|
948
|
+
def type_input(self) -> typing.Optional[builtins.str]:
|
949
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeInput"))
|
950
|
+
|
951
|
+
@builtins.property
|
952
|
+
@jsii.member(jsii_name="valueInput")
|
953
|
+
def value_input(self) -> typing.Optional[builtins.str]:
|
954
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "valueInput"))
|
955
|
+
|
956
|
+
@builtins.property
|
957
|
+
@jsii.member(jsii_name="sourceIncidentField")
|
958
|
+
def source_incident_field(self) -> builtins.str:
|
959
|
+
return typing.cast(builtins.str, jsii.get(self, "sourceIncidentField"))
|
960
|
+
|
961
|
+
@source_incident_field.setter
|
962
|
+
def source_incident_field(self, value: builtins.str) -> None:
|
963
|
+
if __debug__:
|
964
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3b895a26672249820648b48bfe821c2f51e7488f0a5168d190e9e263057ad361)
|
965
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
966
|
+
jsii.set(self, "sourceIncidentField", value) # pyright: ignore[reportArgumentType]
|
967
|
+
|
968
|
+
@builtins.property
|
969
|
+
@jsii.member(jsii_name="targetIssueField")
|
970
|
+
def target_issue_field(self) -> builtins.str:
|
971
|
+
return typing.cast(builtins.str, jsii.get(self, "targetIssueField"))
|
972
|
+
|
973
|
+
@target_issue_field.setter
|
974
|
+
def target_issue_field(self, value: builtins.str) -> None:
|
975
|
+
if __debug__:
|
976
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d0ca17ab91d434caa69c45f06fdd11e17bdc98738628f11bd063db058b56d08)
|
977
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
978
|
+
jsii.set(self, "targetIssueField", value) # pyright: ignore[reportArgumentType]
|
979
|
+
|
980
|
+
@builtins.property
|
981
|
+
@jsii.member(jsii_name="targetIssueFieldName")
|
982
|
+
def target_issue_field_name(self) -> builtins.str:
|
983
|
+
return typing.cast(builtins.str, jsii.get(self, "targetIssueFieldName"))
|
984
|
+
|
985
|
+
@target_issue_field_name.setter
|
986
|
+
def target_issue_field_name(self, value: builtins.str) -> None:
|
987
|
+
if __debug__:
|
988
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8ddf891fae2adeeec9be57d4f3e7643175f1a0f45594156e07ac76eea05d51e9)
|
989
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
990
|
+
jsii.set(self, "targetIssueFieldName", value) # pyright: ignore[reportArgumentType]
|
991
|
+
|
992
|
+
@builtins.property
|
993
|
+
@jsii.member(jsii_name="type")
|
994
|
+
def type(self) -> builtins.str:
|
995
|
+
return typing.cast(builtins.str, jsii.get(self, "type"))
|
996
|
+
|
997
|
+
@type.setter
|
998
|
+
def type(self, value: builtins.str) -> None:
|
999
|
+
if __debug__:
|
1000
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ad4c1f3394d17f432e3e700960d3180d7a3d1672d2c806aca34fdd70677c709e)
|
1001
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1002
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
1003
|
+
|
1004
|
+
@builtins.property
|
1005
|
+
@jsii.member(jsii_name="value")
|
1006
|
+
def value(self) -> builtins.str:
|
1007
|
+
return typing.cast(builtins.str, jsii.get(self, "value"))
|
1008
|
+
|
1009
|
+
@value.setter
|
1010
|
+
def value(self, value: builtins.str) -> None:
|
1011
|
+
if __debug__:
|
1012
|
+
type_hints = typing.get_type_hints(_typecheckingstub__67a6787aa2d0c7d8c680909af37fdfceba32b94c917e4ae2d1ea29315d0fb918)
|
1013
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1014
|
+
jsii.set(self, "value", value) # pyright: ignore[reportArgumentType]
|
1015
|
+
|
1016
|
+
@builtins.property
|
1017
|
+
@jsii.member(jsii_name="internalValue")
|
1018
|
+
def internal_value(
|
1019
|
+
self,
|
1020
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraCustomFields]]:
|
1021
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraCustomFields]], jsii.get(self, "internalValue"))
|
1022
|
+
|
1023
|
+
@internal_value.setter
|
1024
|
+
def internal_value(
|
1025
|
+
self,
|
1026
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraCustomFields]],
|
1027
|
+
) -> None:
|
1028
|
+
if __debug__:
|
1029
|
+
type_hints = typing.get_type_hints(_typecheckingstub__95fc839b47f15a0376242beecda9a056418e4cb8d3070b8d95dc2544bb985188)
|
1030
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1031
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
1032
|
+
|
1033
|
+
|
1034
|
+
@jsii.data_type(
|
1035
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraIssueType",
|
1036
|
+
jsii_struct_bases=[],
|
1037
|
+
name_mapping={"id": "id", "name": "name"},
|
1038
|
+
)
|
1039
|
+
class JiraCloudAccountMappingRuleConfigJiraIssueType:
|
1040
|
+
def __init__(self, *, id: builtins.str, name: builtins.str) -> None:
|
1041
|
+
'''
|
1042
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
1043
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
1044
|
+
'''
|
1045
|
+
if __debug__:
|
1046
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9f5c45e0473724f72edbe36061578d7a309b64651bf7f4494653966ec7b80e91)
|
1047
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
1048
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
1049
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
1050
|
+
"id": id,
|
1051
|
+
"name": name,
|
1052
|
+
}
|
1053
|
+
|
1054
|
+
@builtins.property
|
1055
|
+
def id(self) -> builtins.str:
|
1056
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#id}.
|
1057
|
+
|
1058
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1059
|
+
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.
|
1060
|
+
'''
|
1061
|
+
result = self._values.get("id")
|
1062
|
+
assert result is not None, "Required property 'id' is missing"
|
1063
|
+
return typing.cast(builtins.str, result)
|
1064
|
+
|
1065
|
+
@builtins.property
|
1066
|
+
def name(self) -> builtins.str:
|
1067
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.'''
|
1068
|
+
result = self._values.get("name")
|
1069
|
+
assert result is not None, "Required property 'name' is missing"
|
1070
|
+
return typing.cast(builtins.str, result)
|
1071
|
+
|
1072
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
1073
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
1074
|
+
|
1075
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
1076
|
+
return not (rhs == self)
|
1077
|
+
|
1078
|
+
def __repr__(self) -> str:
|
1079
|
+
return "JiraCloudAccountMappingRuleConfigJiraIssueType(%s)" % ", ".join(
|
1080
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
1081
|
+
)
|
1082
|
+
|
1083
|
+
|
1084
|
+
class JiraCloudAccountMappingRuleConfigJiraIssueTypeOutputReference(
|
1085
|
+
_cdktf_9a9027ec.ComplexObject,
|
1086
|
+
metaclass=jsii.JSIIMeta,
|
1087
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraIssueTypeOutputReference",
|
1088
|
+
):
|
1089
|
+
def __init__(
|
1090
|
+
self,
|
1091
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1092
|
+
terraform_attribute: builtins.str,
|
1093
|
+
) -> None:
|
1094
|
+
'''
|
1095
|
+
:param terraform_resource: The parent resource.
|
1096
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1097
|
+
'''
|
1098
|
+
if __debug__:
|
1099
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e8bf69be5756d7429ff00bedf954ce10b79918ee21077b9ef8c99548ab586a3d)
|
1100
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1101
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1102
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
1103
|
+
|
1104
|
+
@builtins.property
|
1105
|
+
@jsii.member(jsii_name="idInput")
|
1106
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
1107
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
1108
|
+
|
1109
|
+
@builtins.property
|
1110
|
+
@jsii.member(jsii_name="nameInput")
|
1111
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
1112
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
1113
|
+
|
1114
|
+
@builtins.property
|
1115
|
+
@jsii.member(jsii_name="id")
|
1116
|
+
def id(self) -> builtins.str:
|
1117
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
1118
|
+
|
1119
|
+
@id.setter
|
1120
|
+
def id(self, value: builtins.str) -> None:
|
1121
|
+
if __debug__:
|
1122
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5fd693885cbab30c70abc298ba9365d550f882af171fc414f1dd5f82370f26ae)
|
1123
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1124
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
1125
|
+
|
1126
|
+
@builtins.property
|
1127
|
+
@jsii.member(jsii_name="name")
|
1128
|
+
def name(self) -> builtins.str:
|
1129
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
1130
|
+
|
1131
|
+
@name.setter
|
1132
|
+
def name(self, value: builtins.str) -> None:
|
1133
|
+
if __debug__:
|
1134
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6684d0f839687d92b8fa0d67ca01bd5ffa64eab9c07843871e68aed6d53bdf51)
|
1135
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1136
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
1137
|
+
|
1138
|
+
@builtins.property
|
1139
|
+
@jsii.member(jsii_name="internalValue")
|
1140
|
+
def internal_value(
|
1141
|
+
self,
|
1142
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraIssueType]]:
|
1143
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraIssueType]], jsii.get(self, "internalValue"))
|
1144
|
+
|
1145
|
+
@internal_value.setter
|
1146
|
+
def internal_value(
|
1147
|
+
self,
|
1148
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraIssueType]],
|
1149
|
+
) -> None:
|
1150
|
+
if __debug__:
|
1151
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e6afa47abb5806c8ae3b827ee884532f7cc27f4d75df331be4543ce7cb9252bb)
|
1152
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1153
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
1154
|
+
|
1155
|
+
|
1156
|
+
class JiraCloudAccountMappingRuleConfigJiraOutputReference(
|
1157
|
+
_cdktf_9a9027ec.ComplexObject,
|
1158
|
+
metaclass=jsii.JSIIMeta,
|
1159
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraOutputReference",
|
1160
|
+
):
|
1161
|
+
def __init__(
|
1162
|
+
self,
|
1163
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1164
|
+
terraform_attribute: builtins.str,
|
1165
|
+
) -> None:
|
1166
|
+
'''
|
1167
|
+
:param terraform_resource: The parent resource.
|
1168
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1169
|
+
'''
|
1170
|
+
if __debug__:
|
1171
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e7290abbf180f3e6f203a5bcef74cb560a82d0f63df85a66e47e5b89f3e34387)
|
1172
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1173
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1174
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
1175
|
+
|
1176
|
+
@jsii.member(jsii_name="putCustomFields")
|
1177
|
+
def put_custom_fields(
|
1178
|
+
self,
|
1179
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[JiraCloudAccountMappingRuleConfigJiraCustomFields, typing.Dict[builtins.str, typing.Any]]]],
|
1180
|
+
) -> None:
|
1181
|
+
'''
|
1182
|
+
:param value: -
|
1183
|
+
'''
|
1184
|
+
if __debug__:
|
1185
|
+
type_hints = typing.get_type_hints(_typecheckingstub__07c241c0df5d7171b6ec8d20f76264b8ebe9e6644bcac0675443d69227276eea)
|
1186
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1187
|
+
return typing.cast(None, jsii.invoke(self, "putCustomFields", [value]))
|
1188
|
+
|
1189
|
+
@jsii.member(jsii_name="putIssueType")
|
1190
|
+
def put_issue_type(self, *, id: builtins.str, name: builtins.str) -> None:
|
1191
|
+
'''
|
1192
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
1193
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
1194
|
+
'''
|
1195
|
+
value = JiraCloudAccountMappingRuleConfigJiraIssueType(id=id, name=name)
|
1196
|
+
|
1197
|
+
return typing.cast(None, jsii.invoke(self, "putIssueType", [value]))
|
1198
|
+
|
1199
|
+
@jsii.member(jsii_name="putPriorities")
|
1200
|
+
def put_priorities(
|
1201
|
+
self,
|
1202
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["JiraCloudAccountMappingRuleConfigJiraPriorities", typing.Dict[builtins.str, typing.Any]]]],
|
1203
|
+
) -> None:
|
1204
|
+
'''
|
1205
|
+
:param value: -
|
1206
|
+
'''
|
1207
|
+
if __debug__:
|
1208
|
+
type_hints = typing.get_type_hints(_typecheckingstub__437c272306b1ddb850aaead9c7e35fcdb1a97d1477fa2d6f5361adf079791fe8)
|
1209
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1210
|
+
return typing.cast(None, jsii.invoke(self, "putPriorities", [value]))
|
1211
|
+
|
1212
|
+
@jsii.member(jsii_name="putProject")
|
1213
|
+
def put_project(
|
1214
|
+
self,
|
1215
|
+
*,
|
1216
|
+
id: builtins.str,
|
1217
|
+
key: builtins.str,
|
1218
|
+
name: builtins.str,
|
1219
|
+
) -> None:
|
1220
|
+
'''
|
1221
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
1222
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#key JiraCloudAccountMappingRule#key}.
|
1223
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
1224
|
+
'''
|
1225
|
+
value = JiraCloudAccountMappingRuleConfigJiraProject(id=id, key=key, name=name)
|
1226
|
+
|
1227
|
+
return typing.cast(None, jsii.invoke(self, "putProject", [value]))
|
1228
|
+
|
1229
|
+
@jsii.member(jsii_name="putStatusMapping")
|
1230
|
+
def put_status_mapping(
|
1231
|
+
self,
|
1232
|
+
*,
|
1233
|
+
triggered: typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered", typing.Dict[builtins.str, typing.Any]],
|
1234
|
+
acknowledged: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged", typing.Dict[builtins.str, typing.Any]]] = None,
|
1235
|
+
resolved: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved", typing.Dict[builtins.str, typing.Any]]] = None,
|
1236
|
+
) -> None:
|
1237
|
+
'''
|
1238
|
+
:param triggered: triggered block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#triggered JiraCloudAccountMappingRule#triggered}
|
1239
|
+
:param acknowledged: acknowledged block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#acknowledged JiraCloudAccountMappingRule#acknowledged}
|
1240
|
+
:param resolved: resolved block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#resolved JiraCloudAccountMappingRule#resolved}
|
1241
|
+
'''
|
1242
|
+
value = JiraCloudAccountMappingRuleConfigJiraStatusMapping(
|
1243
|
+
triggered=triggered, acknowledged=acknowledged, resolved=resolved
|
1244
|
+
)
|
1245
|
+
|
1246
|
+
return typing.cast(None, jsii.invoke(self, "putStatusMapping", [value]))
|
1247
|
+
|
1248
|
+
@jsii.member(jsii_name="resetAutocreateJql")
|
1249
|
+
def reset_autocreate_jql(self) -> None:
|
1250
|
+
return typing.cast(None, jsii.invoke(self, "resetAutocreateJql", []))
|
1251
|
+
|
1252
|
+
@jsii.member(jsii_name="resetCreateIssueOnIncidentTrigger")
|
1253
|
+
def reset_create_issue_on_incident_trigger(self) -> None:
|
1254
|
+
return typing.cast(None, jsii.invoke(self, "resetCreateIssueOnIncidentTrigger", []))
|
1255
|
+
|
1256
|
+
@jsii.member(jsii_name="resetCustomFields")
|
1257
|
+
def reset_custom_fields(self) -> None:
|
1258
|
+
return typing.cast(None, jsii.invoke(self, "resetCustomFields", []))
|
1259
|
+
|
1260
|
+
@jsii.member(jsii_name="resetPriorities")
|
1261
|
+
def reset_priorities(self) -> None:
|
1262
|
+
return typing.cast(None, jsii.invoke(self, "resetPriorities", []))
|
1263
|
+
|
1264
|
+
@jsii.member(jsii_name="resetStatusMapping")
|
1265
|
+
def reset_status_mapping(self) -> None:
|
1266
|
+
return typing.cast(None, jsii.invoke(self, "resetStatusMapping", []))
|
1267
|
+
|
1268
|
+
@jsii.member(jsii_name="resetSyncNotesUser")
|
1269
|
+
def reset_sync_notes_user(self) -> None:
|
1270
|
+
return typing.cast(None, jsii.invoke(self, "resetSyncNotesUser", []))
|
1271
|
+
|
1272
|
+
@builtins.property
|
1273
|
+
@jsii.member(jsii_name="customFields")
|
1274
|
+
def custom_fields(self) -> JiraCloudAccountMappingRuleConfigJiraCustomFieldsList:
|
1275
|
+
return typing.cast(JiraCloudAccountMappingRuleConfigJiraCustomFieldsList, jsii.get(self, "customFields"))
|
1276
|
+
|
1277
|
+
@builtins.property
|
1278
|
+
@jsii.member(jsii_name="issueType")
|
1279
|
+
def issue_type(
|
1280
|
+
self,
|
1281
|
+
) -> JiraCloudAccountMappingRuleConfigJiraIssueTypeOutputReference:
|
1282
|
+
return typing.cast(JiraCloudAccountMappingRuleConfigJiraIssueTypeOutputReference, jsii.get(self, "issueType"))
|
1283
|
+
|
1284
|
+
@builtins.property
|
1285
|
+
@jsii.member(jsii_name="priorities")
|
1286
|
+
def priorities(self) -> "JiraCloudAccountMappingRuleConfigJiraPrioritiesList":
|
1287
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraPrioritiesList", jsii.get(self, "priorities"))
|
1288
|
+
|
1289
|
+
@builtins.property
|
1290
|
+
@jsii.member(jsii_name="project")
|
1291
|
+
def project(self) -> "JiraCloudAccountMappingRuleConfigJiraProjectOutputReference":
|
1292
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraProjectOutputReference", jsii.get(self, "project"))
|
1293
|
+
|
1294
|
+
@builtins.property
|
1295
|
+
@jsii.member(jsii_name="statusMapping")
|
1296
|
+
def status_mapping(
|
1297
|
+
self,
|
1298
|
+
) -> "JiraCloudAccountMappingRuleConfigJiraStatusMappingOutputReference":
|
1299
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraStatusMappingOutputReference", jsii.get(self, "statusMapping"))
|
1300
|
+
|
1301
|
+
@builtins.property
|
1302
|
+
@jsii.member(jsii_name="autocreateJqlInput")
|
1303
|
+
def autocreate_jql_input(self) -> typing.Optional[builtins.str]:
|
1304
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "autocreateJqlInput"))
|
1305
|
+
|
1306
|
+
@builtins.property
|
1307
|
+
@jsii.member(jsii_name="createIssueOnIncidentTriggerInput")
|
1308
|
+
def create_issue_on_incident_trigger_input(
|
1309
|
+
self,
|
1310
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1311
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "createIssueOnIncidentTriggerInput"))
|
1312
|
+
|
1313
|
+
@builtins.property
|
1314
|
+
@jsii.member(jsii_name="customFieldsInput")
|
1315
|
+
def custom_fields_input(
|
1316
|
+
self,
|
1317
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraCustomFields]]]:
|
1318
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraCustomFields]]], jsii.get(self, "customFieldsInput"))
|
1319
|
+
|
1320
|
+
@builtins.property
|
1321
|
+
@jsii.member(jsii_name="issueTypeInput")
|
1322
|
+
def issue_type_input(
|
1323
|
+
self,
|
1324
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraIssueType]]:
|
1325
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraIssueType]], jsii.get(self, "issueTypeInput"))
|
1326
|
+
|
1327
|
+
@builtins.property
|
1328
|
+
@jsii.member(jsii_name="prioritiesInput")
|
1329
|
+
def priorities_input(
|
1330
|
+
self,
|
1331
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["JiraCloudAccountMappingRuleConfigJiraPriorities"]]]:
|
1332
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["JiraCloudAccountMappingRuleConfigJiraPriorities"]]], jsii.get(self, "prioritiesInput"))
|
1333
|
+
|
1334
|
+
@builtins.property
|
1335
|
+
@jsii.member(jsii_name="projectInput")
|
1336
|
+
def project_input(
|
1337
|
+
self,
|
1338
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraProject"]]:
|
1339
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraProject"]], jsii.get(self, "projectInput"))
|
1340
|
+
|
1341
|
+
@builtins.property
|
1342
|
+
@jsii.member(jsii_name="statusMappingInput")
|
1343
|
+
def status_mapping_input(
|
1344
|
+
self,
|
1345
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraStatusMapping"]]:
|
1346
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraStatusMapping"]], jsii.get(self, "statusMappingInput"))
|
1347
|
+
|
1348
|
+
@builtins.property
|
1349
|
+
@jsii.member(jsii_name="syncNotesUserInput")
|
1350
|
+
def sync_notes_user_input(self) -> typing.Optional[builtins.str]:
|
1351
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "syncNotesUserInput"))
|
1352
|
+
|
1353
|
+
@builtins.property
|
1354
|
+
@jsii.member(jsii_name="autocreateJql")
|
1355
|
+
def autocreate_jql(self) -> builtins.str:
|
1356
|
+
return typing.cast(builtins.str, jsii.get(self, "autocreateJql"))
|
1357
|
+
|
1358
|
+
@autocreate_jql.setter
|
1359
|
+
def autocreate_jql(self, value: builtins.str) -> None:
|
1360
|
+
if __debug__:
|
1361
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ee9518b4cb466bb9e395a4b6c532730511b33e33bb8fa38ce659652f67e7ee7)
|
1362
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1363
|
+
jsii.set(self, "autocreateJql", value) # pyright: ignore[reportArgumentType]
|
1364
|
+
|
1365
|
+
@builtins.property
|
1366
|
+
@jsii.member(jsii_name="createIssueOnIncidentTrigger")
|
1367
|
+
def create_issue_on_incident_trigger(
|
1368
|
+
self,
|
1369
|
+
) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
1370
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "createIssueOnIncidentTrigger"))
|
1371
|
+
|
1372
|
+
@create_issue_on_incident_trigger.setter
|
1373
|
+
def create_issue_on_incident_trigger(
|
1374
|
+
self,
|
1375
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
1376
|
+
) -> None:
|
1377
|
+
if __debug__:
|
1378
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a12006567f582e2e0967dcb7edb6c75a4641859729ebce9f6f723d30a0650868)
|
1379
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1380
|
+
jsii.set(self, "createIssueOnIncidentTrigger", value) # pyright: ignore[reportArgumentType]
|
1381
|
+
|
1382
|
+
@builtins.property
|
1383
|
+
@jsii.member(jsii_name="syncNotesUser")
|
1384
|
+
def sync_notes_user(self) -> builtins.str:
|
1385
|
+
return typing.cast(builtins.str, jsii.get(self, "syncNotesUser"))
|
1386
|
+
|
1387
|
+
@sync_notes_user.setter
|
1388
|
+
def sync_notes_user(self, value: builtins.str) -> None:
|
1389
|
+
if __debug__:
|
1390
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c1abea1f1aed169385c22cc56f53f2a8d19a8ace24f94965a0345c8ed0634978)
|
1391
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1392
|
+
jsii.set(self, "syncNotesUser", value) # pyright: ignore[reportArgumentType]
|
1393
|
+
|
1394
|
+
@builtins.property
|
1395
|
+
@jsii.member(jsii_name="internalValue")
|
1396
|
+
def internal_value(
|
1397
|
+
self,
|
1398
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJira]]:
|
1399
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJira]], jsii.get(self, "internalValue"))
|
1400
|
+
|
1401
|
+
@internal_value.setter
|
1402
|
+
def internal_value(
|
1403
|
+
self,
|
1404
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJira]],
|
1405
|
+
) -> None:
|
1406
|
+
if __debug__:
|
1407
|
+
type_hints = typing.get_type_hints(_typecheckingstub__58947de24fb8c5b487a445da9e841a11eec426b854fac4d7d7cfa96c2bcb257c)
|
1408
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1409
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
1410
|
+
|
1411
|
+
|
1412
|
+
@jsii.data_type(
|
1413
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraPriorities",
|
1414
|
+
jsii_struct_bases=[],
|
1415
|
+
name_mapping={"jira_id": "jiraId", "pagerduty_id": "pagerdutyId"},
|
1416
|
+
)
|
1417
|
+
class JiraCloudAccountMappingRuleConfigJiraPriorities:
|
1418
|
+
def __init__(self, *, jira_id: builtins.str, pagerduty_id: builtins.str) -> None:
|
1419
|
+
'''
|
1420
|
+
:param jira_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#jira_id JiraCloudAccountMappingRule#jira_id}.
|
1421
|
+
:param pagerduty_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#pagerduty_id JiraCloudAccountMappingRule#pagerduty_id}.
|
1422
|
+
'''
|
1423
|
+
if __debug__:
|
1424
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0733d63cf21e384e198f10eaf1b97c133ae536e0f541a777055ef3a5b66fcdbf)
|
1425
|
+
check_type(argname="argument jira_id", value=jira_id, expected_type=type_hints["jira_id"])
|
1426
|
+
check_type(argname="argument pagerduty_id", value=pagerduty_id, expected_type=type_hints["pagerduty_id"])
|
1427
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
1428
|
+
"jira_id": jira_id,
|
1429
|
+
"pagerduty_id": pagerduty_id,
|
1430
|
+
}
|
1431
|
+
|
1432
|
+
@builtins.property
|
1433
|
+
def jira_id(self) -> builtins.str:
|
1434
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#jira_id JiraCloudAccountMappingRule#jira_id}.'''
|
1435
|
+
result = self._values.get("jira_id")
|
1436
|
+
assert result is not None, "Required property 'jira_id' is missing"
|
1437
|
+
return typing.cast(builtins.str, result)
|
1438
|
+
|
1439
|
+
@builtins.property
|
1440
|
+
def pagerduty_id(self) -> builtins.str:
|
1441
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#pagerduty_id JiraCloudAccountMappingRule#pagerduty_id}.'''
|
1442
|
+
result = self._values.get("pagerduty_id")
|
1443
|
+
assert result is not None, "Required property 'pagerduty_id' is missing"
|
1444
|
+
return typing.cast(builtins.str, result)
|
1445
|
+
|
1446
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
1447
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
1448
|
+
|
1449
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
1450
|
+
return not (rhs == self)
|
1451
|
+
|
1452
|
+
def __repr__(self) -> str:
|
1453
|
+
return "JiraCloudAccountMappingRuleConfigJiraPriorities(%s)" % ", ".join(
|
1454
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
1455
|
+
)
|
1456
|
+
|
1457
|
+
|
1458
|
+
class JiraCloudAccountMappingRuleConfigJiraPrioritiesList(
|
1459
|
+
_cdktf_9a9027ec.ComplexList,
|
1460
|
+
metaclass=jsii.JSIIMeta,
|
1461
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraPrioritiesList",
|
1462
|
+
):
|
1463
|
+
def __init__(
|
1464
|
+
self,
|
1465
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1466
|
+
terraform_attribute: builtins.str,
|
1467
|
+
wraps_set: builtins.bool,
|
1468
|
+
) -> None:
|
1469
|
+
'''
|
1470
|
+
:param terraform_resource: The parent resource.
|
1471
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1472
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
1473
|
+
'''
|
1474
|
+
if __debug__:
|
1475
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9496b6d55fd7a97ebe394acbc1d9c751821237b09628ad4a6385868184c9cb70)
|
1476
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1477
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1478
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
1479
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
1480
|
+
|
1481
|
+
@jsii.member(jsii_name="get")
|
1482
|
+
def get(
|
1483
|
+
self,
|
1484
|
+
index: jsii.Number,
|
1485
|
+
) -> "JiraCloudAccountMappingRuleConfigJiraPrioritiesOutputReference":
|
1486
|
+
'''
|
1487
|
+
:param index: the index of the item to return.
|
1488
|
+
'''
|
1489
|
+
if __debug__:
|
1490
|
+
type_hints = typing.get_type_hints(_typecheckingstub__73034a13924afc61f8a57ea354b43487b15a80f83e27ca7b2e65a0a839c19779)
|
1491
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
1492
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraPrioritiesOutputReference", jsii.invoke(self, "get", [index]))
|
1493
|
+
|
1494
|
+
@builtins.property
|
1495
|
+
@jsii.member(jsii_name="terraformAttribute")
|
1496
|
+
def _terraform_attribute(self) -> builtins.str:
|
1497
|
+
'''The attribute on the parent resource this class is referencing.'''
|
1498
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
1499
|
+
|
1500
|
+
@_terraform_attribute.setter
|
1501
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
1502
|
+
if __debug__:
|
1503
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bb0a052559776d07d9e5c27c791be750a7767f4b4b4105b2d283bccea01dd1f4)
|
1504
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1505
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
1506
|
+
|
1507
|
+
@builtins.property
|
1508
|
+
@jsii.member(jsii_name="terraformResource")
|
1509
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
1510
|
+
'''The parent resource.'''
|
1511
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
1512
|
+
|
1513
|
+
@_terraform_resource.setter
|
1514
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
1515
|
+
if __debug__:
|
1516
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c1ef80c7f9cd7d87256d8a406cae0fade692f070c3bb8576f11f08fb55880d33)
|
1517
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1518
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
1519
|
+
|
1520
|
+
@builtins.property
|
1521
|
+
@jsii.member(jsii_name="wrapsSet")
|
1522
|
+
def _wraps_set(self) -> builtins.bool:
|
1523
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
1524
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
1525
|
+
|
1526
|
+
@_wraps_set.setter
|
1527
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
1528
|
+
if __debug__:
|
1529
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1b835dc7ad78ec176e62de7f6d61f2337b56db005133346aebc2f5eb075c588b)
|
1530
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1531
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
1532
|
+
|
1533
|
+
@builtins.property
|
1534
|
+
@jsii.member(jsii_name="internalValue")
|
1535
|
+
def internal_value(
|
1536
|
+
self,
|
1537
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraPriorities]]]:
|
1538
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraPriorities]]], jsii.get(self, "internalValue"))
|
1539
|
+
|
1540
|
+
@internal_value.setter
|
1541
|
+
def internal_value(
|
1542
|
+
self,
|
1543
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraPriorities]]],
|
1544
|
+
) -> None:
|
1545
|
+
if __debug__:
|
1546
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cff635e5607cdff4ff062cd8574a62d5acc0fdb6d52f1567edf5e784ef03b93b)
|
1547
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1548
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
1549
|
+
|
1550
|
+
|
1551
|
+
class JiraCloudAccountMappingRuleConfigJiraPrioritiesOutputReference(
|
1552
|
+
_cdktf_9a9027ec.ComplexObject,
|
1553
|
+
metaclass=jsii.JSIIMeta,
|
1554
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraPrioritiesOutputReference",
|
1555
|
+
):
|
1556
|
+
def __init__(
|
1557
|
+
self,
|
1558
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1559
|
+
terraform_attribute: builtins.str,
|
1560
|
+
complex_object_index: jsii.Number,
|
1561
|
+
complex_object_is_from_set: builtins.bool,
|
1562
|
+
) -> None:
|
1563
|
+
'''
|
1564
|
+
:param terraform_resource: The parent resource.
|
1565
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1566
|
+
:param complex_object_index: the index of this item in the list.
|
1567
|
+
: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).
|
1568
|
+
'''
|
1569
|
+
if __debug__:
|
1570
|
+
type_hints = typing.get_type_hints(_typecheckingstub__404121d86a987231b469ddceb74d772b7c13c41c4d8a198bb6d2c9b5c5c450be)
|
1571
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1572
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1573
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
1574
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
1575
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
1576
|
+
|
1577
|
+
@builtins.property
|
1578
|
+
@jsii.member(jsii_name="jiraIdInput")
|
1579
|
+
def jira_id_input(self) -> typing.Optional[builtins.str]:
|
1580
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "jiraIdInput"))
|
1581
|
+
|
1582
|
+
@builtins.property
|
1583
|
+
@jsii.member(jsii_name="pagerdutyIdInput")
|
1584
|
+
def pagerduty_id_input(self) -> typing.Optional[builtins.str]:
|
1585
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "pagerdutyIdInput"))
|
1586
|
+
|
1587
|
+
@builtins.property
|
1588
|
+
@jsii.member(jsii_name="jiraId")
|
1589
|
+
def jira_id(self) -> builtins.str:
|
1590
|
+
return typing.cast(builtins.str, jsii.get(self, "jiraId"))
|
1591
|
+
|
1592
|
+
@jira_id.setter
|
1593
|
+
def jira_id(self, value: builtins.str) -> None:
|
1594
|
+
if __debug__:
|
1595
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e1b386f0cef8081ea776504d1558c356f80acd20d944490d7d25ed9b53b7d2b5)
|
1596
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1597
|
+
jsii.set(self, "jiraId", value) # pyright: ignore[reportArgumentType]
|
1598
|
+
|
1599
|
+
@builtins.property
|
1600
|
+
@jsii.member(jsii_name="pagerdutyId")
|
1601
|
+
def pagerduty_id(self) -> builtins.str:
|
1602
|
+
return typing.cast(builtins.str, jsii.get(self, "pagerdutyId"))
|
1603
|
+
|
1604
|
+
@pagerduty_id.setter
|
1605
|
+
def pagerduty_id(self, value: builtins.str) -> None:
|
1606
|
+
if __debug__:
|
1607
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fe3435d8e9e1beb24d7bfc7af769fb8c858547ad7fb14487c6bb55ba930419d7)
|
1608
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1609
|
+
jsii.set(self, "pagerdutyId", value) # pyright: ignore[reportArgumentType]
|
1610
|
+
|
1611
|
+
@builtins.property
|
1612
|
+
@jsii.member(jsii_name="internalValue")
|
1613
|
+
def internal_value(
|
1614
|
+
self,
|
1615
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraPriorities]]:
|
1616
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraPriorities]], jsii.get(self, "internalValue"))
|
1617
|
+
|
1618
|
+
@internal_value.setter
|
1619
|
+
def internal_value(
|
1620
|
+
self,
|
1621
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraPriorities]],
|
1622
|
+
) -> None:
|
1623
|
+
if __debug__:
|
1624
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4c170971948474f21dfc4177a8153843b9880ff83fc6b889d0e7d3596ed9160a)
|
1625
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1626
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
1627
|
+
|
1628
|
+
|
1629
|
+
@jsii.data_type(
|
1630
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraProject",
|
1631
|
+
jsii_struct_bases=[],
|
1632
|
+
name_mapping={"id": "id", "key": "key", "name": "name"},
|
1633
|
+
)
|
1634
|
+
class JiraCloudAccountMappingRuleConfigJiraProject:
|
1635
|
+
def __init__(
|
1636
|
+
self,
|
1637
|
+
*,
|
1638
|
+
id: builtins.str,
|
1639
|
+
key: builtins.str,
|
1640
|
+
name: builtins.str,
|
1641
|
+
) -> None:
|
1642
|
+
'''
|
1643
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
1644
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#key JiraCloudAccountMappingRule#key}.
|
1645
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
1646
|
+
'''
|
1647
|
+
if __debug__:
|
1648
|
+
type_hints = typing.get_type_hints(_typecheckingstub__684f7553a6e9ccb2001a581719388b0fc067b2835b3b5595f075ff6438a61467)
|
1649
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
1650
|
+
check_type(argname="argument key", value=key, expected_type=type_hints["key"])
|
1651
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
1652
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
1653
|
+
"id": id,
|
1654
|
+
"key": key,
|
1655
|
+
"name": name,
|
1656
|
+
}
|
1657
|
+
|
1658
|
+
@builtins.property
|
1659
|
+
def id(self) -> builtins.str:
|
1660
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#id}.
|
1661
|
+
|
1662
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1663
|
+
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.
|
1664
|
+
'''
|
1665
|
+
result = self._values.get("id")
|
1666
|
+
assert result is not None, "Required property 'id' is missing"
|
1667
|
+
return typing.cast(builtins.str, result)
|
1668
|
+
|
1669
|
+
@builtins.property
|
1670
|
+
def key(self) -> builtins.str:
|
1671
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#key JiraCloudAccountMappingRule#key}.'''
|
1672
|
+
result = self._values.get("key")
|
1673
|
+
assert result is not None, "Required property 'key' is missing"
|
1674
|
+
return typing.cast(builtins.str, result)
|
1675
|
+
|
1676
|
+
@builtins.property
|
1677
|
+
def name(self) -> builtins.str:
|
1678
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.'''
|
1679
|
+
result = self._values.get("name")
|
1680
|
+
assert result is not None, "Required property 'name' is missing"
|
1681
|
+
return typing.cast(builtins.str, result)
|
1682
|
+
|
1683
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
1684
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
1685
|
+
|
1686
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
1687
|
+
return not (rhs == self)
|
1688
|
+
|
1689
|
+
def __repr__(self) -> str:
|
1690
|
+
return "JiraCloudAccountMappingRuleConfigJiraProject(%s)" % ", ".join(
|
1691
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
1692
|
+
)
|
1693
|
+
|
1694
|
+
|
1695
|
+
class JiraCloudAccountMappingRuleConfigJiraProjectOutputReference(
|
1696
|
+
_cdktf_9a9027ec.ComplexObject,
|
1697
|
+
metaclass=jsii.JSIIMeta,
|
1698
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraProjectOutputReference",
|
1699
|
+
):
|
1700
|
+
def __init__(
|
1701
|
+
self,
|
1702
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1703
|
+
terraform_attribute: builtins.str,
|
1704
|
+
) -> None:
|
1705
|
+
'''
|
1706
|
+
:param terraform_resource: The parent resource.
|
1707
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1708
|
+
'''
|
1709
|
+
if __debug__:
|
1710
|
+
type_hints = typing.get_type_hints(_typecheckingstub__da7e52485114978834df18a73b747eb56581f7a7490e68de807e5a313bdcf017)
|
1711
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1712
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1713
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
1714
|
+
|
1715
|
+
@builtins.property
|
1716
|
+
@jsii.member(jsii_name="idInput")
|
1717
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
1718
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
1719
|
+
|
1720
|
+
@builtins.property
|
1721
|
+
@jsii.member(jsii_name="keyInput")
|
1722
|
+
def key_input(self) -> typing.Optional[builtins.str]:
|
1723
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "keyInput"))
|
1724
|
+
|
1725
|
+
@builtins.property
|
1726
|
+
@jsii.member(jsii_name="nameInput")
|
1727
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
1728
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
1729
|
+
|
1730
|
+
@builtins.property
|
1731
|
+
@jsii.member(jsii_name="id")
|
1732
|
+
def id(self) -> builtins.str:
|
1733
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
1734
|
+
|
1735
|
+
@id.setter
|
1736
|
+
def id(self, value: builtins.str) -> None:
|
1737
|
+
if __debug__:
|
1738
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cda1b22f13f4440ffe1ed53cdc09b615ad0062e3fd94a6f0c0a808d935d9900e)
|
1739
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1740
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
1741
|
+
|
1742
|
+
@builtins.property
|
1743
|
+
@jsii.member(jsii_name="key")
|
1744
|
+
def key(self) -> builtins.str:
|
1745
|
+
return typing.cast(builtins.str, jsii.get(self, "key"))
|
1746
|
+
|
1747
|
+
@key.setter
|
1748
|
+
def key(self, value: builtins.str) -> None:
|
1749
|
+
if __debug__:
|
1750
|
+
type_hints = typing.get_type_hints(_typecheckingstub__92000673927ac7708661e4b547016de37e5ac4bf1ac2e15a420f5af4183e8041)
|
1751
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1752
|
+
jsii.set(self, "key", value) # pyright: ignore[reportArgumentType]
|
1753
|
+
|
1754
|
+
@builtins.property
|
1755
|
+
@jsii.member(jsii_name="name")
|
1756
|
+
def name(self) -> builtins.str:
|
1757
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
1758
|
+
|
1759
|
+
@name.setter
|
1760
|
+
def name(self, value: builtins.str) -> None:
|
1761
|
+
if __debug__:
|
1762
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e0a88accb27de448c323722b779ebc74caec47b7a9f1ed2f81ee163726f09119)
|
1763
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1764
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
1765
|
+
|
1766
|
+
@builtins.property
|
1767
|
+
@jsii.member(jsii_name="internalValue")
|
1768
|
+
def internal_value(
|
1769
|
+
self,
|
1770
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraProject]]:
|
1771
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraProject]], jsii.get(self, "internalValue"))
|
1772
|
+
|
1773
|
+
@internal_value.setter
|
1774
|
+
def internal_value(
|
1775
|
+
self,
|
1776
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraProject]],
|
1777
|
+
) -> None:
|
1778
|
+
if __debug__:
|
1779
|
+
type_hints = typing.get_type_hints(_typecheckingstub__265d85f9718b6fd28d60f153c199e2c3623552ad08be947ce41e91215f88fe28)
|
1780
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1781
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
1782
|
+
|
1783
|
+
|
1784
|
+
@jsii.data_type(
|
1785
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMapping",
|
1786
|
+
jsii_struct_bases=[],
|
1787
|
+
name_mapping={
|
1788
|
+
"triggered": "triggered",
|
1789
|
+
"acknowledged": "acknowledged",
|
1790
|
+
"resolved": "resolved",
|
1791
|
+
},
|
1792
|
+
)
|
1793
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMapping:
|
1794
|
+
def __init__(
|
1795
|
+
self,
|
1796
|
+
*,
|
1797
|
+
triggered: typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered", typing.Dict[builtins.str, typing.Any]],
|
1798
|
+
acknowledged: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged", typing.Dict[builtins.str, typing.Any]]] = None,
|
1799
|
+
resolved: typing.Optional[typing.Union["JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved", typing.Dict[builtins.str, typing.Any]]] = None,
|
1800
|
+
) -> None:
|
1801
|
+
'''
|
1802
|
+
:param triggered: triggered block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#triggered JiraCloudAccountMappingRule#triggered}
|
1803
|
+
:param acknowledged: acknowledged block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#acknowledged JiraCloudAccountMappingRule#acknowledged}
|
1804
|
+
:param resolved: resolved block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#resolved JiraCloudAccountMappingRule#resolved}
|
1805
|
+
'''
|
1806
|
+
if isinstance(triggered, dict):
|
1807
|
+
triggered = JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered(**triggered)
|
1808
|
+
if isinstance(acknowledged, dict):
|
1809
|
+
acknowledged = JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged(**acknowledged)
|
1810
|
+
if isinstance(resolved, dict):
|
1811
|
+
resolved = JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved(**resolved)
|
1812
|
+
if __debug__:
|
1813
|
+
type_hints = typing.get_type_hints(_typecheckingstub__748c89713060e14400c7929f1d6252c44bcff90d52c90f9eba193af743963d7b)
|
1814
|
+
check_type(argname="argument triggered", value=triggered, expected_type=type_hints["triggered"])
|
1815
|
+
check_type(argname="argument acknowledged", value=acknowledged, expected_type=type_hints["acknowledged"])
|
1816
|
+
check_type(argname="argument resolved", value=resolved, expected_type=type_hints["resolved"])
|
1817
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
1818
|
+
"triggered": triggered,
|
1819
|
+
}
|
1820
|
+
if acknowledged is not None:
|
1821
|
+
self._values["acknowledged"] = acknowledged
|
1822
|
+
if resolved is not None:
|
1823
|
+
self._values["resolved"] = resolved
|
1824
|
+
|
1825
|
+
@builtins.property
|
1826
|
+
def triggered(
|
1827
|
+
self,
|
1828
|
+
) -> "JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered":
|
1829
|
+
'''triggered block.
|
1830
|
+
|
1831
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#triggered JiraCloudAccountMappingRule#triggered}
|
1832
|
+
'''
|
1833
|
+
result = self._values.get("triggered")
|
1834
|
+
assert result is not None, "Required property 'triggered' is missing"
|
1835
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered", result)
|
1836
|
+
|
1837
|
+
@builtins.property
|
1838
|
+
def acknowledged(
|
1839
|
+
self,
|
1840
|
+
) -> typing.Optional["JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged"]:
|
1841
|
+
'''acknowledged block.
|
1842
|
+
|
1843
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#acknowledged JiraCloudAccountMappingRule#acknowledged}
|
1844
|
+
'''
|
1845
|
+
result = self._values.get("acknowledged")
|
1846
|
+
return typing.cast(typing.Optional["JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged"], result)
|
1847
|
+
|
1848
|
+
@builtins.property
|
1849
|
+
def resolved(
|
1850
|
+
self,
|
1851
|
+
) -> typing.Optional["JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved"]:
|
1852
|
+
'''resolved block.
|
1853
|
+
|
1854
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#resolved JiraCloudAccountMappingRule#resolved}
|
1855
|
+
'''
|
1856
|
+
result = self._values.get("resolved")
|
1857
|
+
return typing.cast(typing.Optional["JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved"], result)
|
1858
|
+
|
1859
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
1860
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
1861
|
+
|
1862
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
1863
|
+
return not (rhs == self)
|
1864
|
+
|
1865
|
+
def __repr__(self) -> str:
|
1866
|
+
return "JiraCloudAccountMappingRuleConfigJiraStatusMapping(%s)" % ", ".join(
|
1867
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
1868
|
+
)
|
1869
|
+
|
1870
|
+
|
1871
|
+
@jsii.data_type(
|
1872
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged",
|
1873
|
+
jsii_struct_bases=[],
|
1874
|
+
name_mapping={"id": "id", "name": "name"},
|
1875
|
+
)
|
1876
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged:
|
1877
|
+
def __init__(
|
1878
|
+
self,
|
1879
|
+
*,
|
1880
|
+
id: typing.Optional[builtins.str] = None,
|
1881
|
+
name: typing.Optional[builtins.str] = None,
|
1882
|
+
) -> None:
|
1883
|
+
'''
|
1884
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
1885
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
1886
|
+
'''
|
1887
|
+
if __debug__:
|
1888
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2d4ec115cb589218441cd42ead87581fc1af479242d96b9ada3d00db4080fb4b)
|
1889
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
1890
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
1891
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
1892
|
+
if id is not None:
|
1893
|
+
self._values["id"] = id
|
1894
|
+
if name is not None:
|
1895
|
+
self._values["name"] = name
|
1896
|
+
|
1897
|
+
@builtins.property
|
1898
|
+
def id(self) -> typing.Optional[builtins.str]:
|
1899
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#id}.
|
1900
|
+
|
1901
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1902
|
+
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.
|
1903
|
+
'''
|
1904
|
+
result = self._values.get("id")
|
1905
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
1906
|
+
|
1907
|
+
@builtins.property
|
1908
|
+
def name(self) -> typing.Optional[builtins.str]:
|
1909
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.'''
|
1910
|
+
result = self._values.get("name")
|
1911
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
1912
|
+
|
1913
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
1914
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
1915
|
+
|
1916
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
1917
|
+
return not (rhs == self)
|
1918
|
+
|
1919
|
+
def __repr__(self) -> str:
|
1920
|
+
return "JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged(%s)" % ", ".join(
|
1921
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
1922
|
+
)
|
1923
|
+
|
1924
|
+
|
1925
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledgedOutputReference(
|
1926
|
+
_cdktf_9a9027ec.ComplexObject,
|
1927
|
+
metaclass=jsii.JSIIMeta,
|
1928
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledgedOutputReference",
|
1929
|
+
):
|
1930
|
+
def __init__(
|
1931
|
+
self,
|
1932
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1933
|
+
terraform_attribute: builtins.str,
|
1934
|
+
) -> None:
|
1935
|
+
'''
|
1936
|
+
:param terraform_resource: The parent resource.
|
1937
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1938
|
+
'''
|
1939
|
+
if __debug__:
|
1940
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d48c3bb47c4bbfc333b18d2a29f96465e2be958562dbb761223088b494cd3c3)
|
1941
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1942
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1943
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
1944
|
+
|
1945
|
+
@jsii.member(jsii_name="resetId")
|
1946
|
+
def reset_id(self) -> None:
|
1947
|
+
return typing.cast(None, jsii.invoke(self, "resetId", []))
|
1948
|
+
|
1949
|
+
@jsii.member(jsii_name="resetName")
|
1950
|
+
def reset_name(self) -> None:
|
1951
|
+
return typing.cast(None, jsii.invoke(self, "resetName", []))
|
1952
|
+
|
1953
|
+
@builtins.property
|
1954
|
+
@jsii.member(jsii_name="idInput")
|
1955
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
1956
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
1957
|
+
|
1958
|
+
@builtins.property
|
1959
|
+
@jsii.member(jsii_name="nameInput")
|
1960
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
1961
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
1962
|
+
|
1963
|
+
@builtins.property
|
1964
|
+
@jsii.member(jsii_name="id")
|
1965
|
+
def id(self) -> builtins.str:
|
1966
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
1967
|
+
|
1968
|
+
@id.setter
|
1969
|
+
def id(self, value: builtins.str) -> None:
|
1970
|
+
if __debug__:
|
1971
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5f987c534b0c3440dfb1a5689852b0dbc6fe128938ceeb4a70d70adbb6ba59dc)
|
1972
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1973
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
1974
|
+
|
1975
|
+
@builtins.property
|
1976
|
+
@jsii.member(jsii_name="name")
|
1977
|
+
def name(self) -> builtins.str:
|
1978
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
1979
|
+
|
1980
|
+
@name.setter
|
1981
|
+
def name(self, value: builtins.str) -> None:
|
1982
|
+
if __debug__:
|
1983
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c80badc2283f323a4159f89da738404077eef7cb5bdcbf29b2516d1e79427009)
|
1984
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1985
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
1986
|
+
|
1987
|
+
@builtins.property
|
1988
|
+
@jsii.member(jsii_name="internalValue")
|
1989
|
+
def internal_value(
|
1990
|
+
self,
|
1991
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged]]:
|
1992
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged]], jsii.get(self, "internalValue"))
|
1993
|
+
|
1994
|
+
@internal_value.setter
|
1995
|
+
def internal_value(
|
1996
|
+
self,
|
1997
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged]],
|
1998
|
+
) -> None:
|
1999
|
+
if __debug__:
|
2000
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2b0cbbf44435b69afa341c336ff9353baee28fae7f1fb4b69949ea2a8eff5982)
|
2001
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2002
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
2003
|
+
|
2004
|
+
|
2005
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMappingOutputReference(
|
2006
|
+
_cdktf_9a9027ec.ComplexObject,
|
2007
|
+
metaclass=jsii.JSIIMeta,
|
2008
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMappingOutputReference",
|
2009
|
+
):
|
2010
|
+
def __init__(
|
2011
|
+
self,
|
2012
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2013
|
+
terraform_attribute: builtins.str,
|
2014
|
+
) -> None:
|
2015
|
+
'''
|
2016
|
+
:param terraform_resource: The parent resource.
|
2017
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
2018
|
+
'''
|
2019
|
+
if __debug__:
|
2020
|
+
type_hints = typing.get_type_hints(_typecheckingstub__349f6e6bfea37c68931bf906e462d6709f9c988a362bc81eb331505152c52858)
|
2021
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
2022
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
2023
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
2024
|
+
|
2025
|
+
@jsii.member(jsii_name="putAcknowledged")
|
2026
|
+
def put_acknowledged(
|
2027
|
+
self,
|
2028
|
+
*,
|
2029
|
+
id: typing.Optional[builtins.str] = None,
|
2030
|
+
name: typing.Optional[builtins.str] = None,
|
2031
|
+
) -> None:
|
2032
|
+
'''
|
2033
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
2034
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
2035
|
+
'''
|
2036
|
+
value = JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged(
|
2037
|
+
id=id, name=name
|
2038
|
+
)
|
2039
|
+
|
2040
|
+
return typing.cast(None, jsii.invoke(self, "putAcknowledged", [value]))
|
2041
|
+
|
2042
|
+
@jsii.member(jsii_name="putResolved")
|
2043
|
+
def put_resolved(
|
2044
|
+
self,
|
2045
|
+
*,
|
2046
|
+
id: typing.Optional[builtins.str] = None,
|
2047
|
+
name: typing.Optional[builtins.str] = None,
|
2048
|
+
) -> None:
|
2049
|
+
'''
|
2050
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
2051
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
2052
|
+
'''
|
2053
|
+
value = JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved(
|
2054
|
+
id=id, name=name
|
2055
|
+
)
|
2056
|
+
|
2057
|
+
return typing.cast(None, jsii.invoke(self, "putResolved", [value]))
|
2058
|
+
|
2059
|
+
@jsii.member(jsii_name="putTriggered")
|
2060
|
+
def put_triggered(self, *, id: builtins.str, name: builtins.str) -> None:
|
2061
|
+
'''
|
2062
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
2063
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
2064
|
+
'''
|
2065
|
+
value = JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered(
|
2066
|
+
id=id, name=name
|
2067
|
+
)
|
2068
|
+
|
2069
|
+
return typing.cast(None, jsii.invoke(self, "putTriggered", [value]))
|
2070
|
+
|
2071
|
+
@jsii.member(jsii_name="resetAcknowledged")
|
2072
|
+
def reset_acknowledged(self) -> None:
|
2073
|
+
return typing.cast(None, jsii.invoke(self, "resetAcknowledged", []))
|
2074
|
+
|
2075
|
+
@jsii.member(jsii_name="resetResolved")
|
2076
|
+
def reset_resolved(self) -> None:
|
2077
|
+
return typing.cast(None, jsii.invoke(self, "resetResolved", []))
|
2078
|
+
|
2079
|
+
@builtins.property
|
2080
|
+
@jsii.member(jsii_name="acknowledged")
|
2081
|
+
def acknowledged(
|
2082
|
+
self,
|
2083
|
+
) -> JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledgedOutputReference:
|
2084
|
+
return typing.cast(JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledgedOutputReference, jsii.get(self, "acknowledged"))
|
2085
|
+
|
2086
|
+
@builtins.property
|
2087
|
+
@jsii.member(jsii_name="resolved")
|
2088
|
+
def resolved(
|
2089
|
+
self,
|
2090
|
+
) -> "JiraCloudAccountMappingRuleConfigJiraStatusMappingResolvedOutputReference":
|
2091
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraStatusMappingResolvedOutputReference", jsii.get(self, "resolved"))
|
2092
|
+
|
2093
|
+
@builtins.property
|
2094
|
+
@jsii.member(jsii_name="triggered")
|
2095
|
+
def triggered(
|
2096
|
+
self,
|
2097
|
+
) -> "JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggeredOutputReference":
|
2098
|
+
return typing.cast("JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggeredOutputReference", jsii.get(self, "triggered"))
|
2099
|
+
|
2100
|
+
@builtins.property
|
2101
|
+
@jsii.member(jsii_name="acknowledgedInput")
|
2102
|
+
def acknowledged_input(
|
2103
|
+
self,
|
2104
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged]]:
|
2105
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged]], jsii.get(self, "acknowledgedInput"))
|
2106
|
+
|
2107
|
+
@builtins.property
|
2108
|
+
@jsii.member(jsii_name="resolvedInput")
|
2109
|
+
def resolved_input(
|
2110
|
+
self,
|
2111
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved"]]:
|
2112
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved"]], jsii.get(self, "resolvedInput"))
|
2113
|
+
|
2114
|
+
@builtins.property
|
2115
|
+
@jsii.member(jsii_name="triggeredInput")
|
2116
|
+
def triggered_input(
|
2117
|
+
self,
|
2118
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered"]]:
|
2119
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, "JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered"]], jsii.get(self, "triggeredInput"))
|
2120
|
+
|
2121
|
+
@builtins.property
|
2122
|
+
@jsii.member(jsii_name="internalValue")
|
2123
|
+
def internal_value(
|
2124
|
+
self,
|
2125
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMapping]]:
|
2126
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMapping]], jsii.get(self, "internalValue"))
|
2127
|
+
|
2128
|
+
@internal_value.setter
|
2129
|
+
def internal_value(
|
2130
|
+
self,
|
2131
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMapping]],
|
2132
|
+
) -> None:
|
2133
|
+
if __debug__:
|
2134
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a26a3ea0723300f3f53bb8502b2bce8a83c179fe80727534905aa30862888e17)
|
2135
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2136
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
2137
|
+
|
2138
|
+
|
2139
|
+
@jsii.data_type(
|
2140
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved",
|
2141
|
+
jsii_struct_bases=[],
|
2142
|
+
name_mapping={"id": "id", "name": "name"},
|
2143
|
+
)
|
2144
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved:
|
2145
|
+
def __init__(
|
2146
|
+
self,
|
2147
|
+
*,
|
2148
|
+
id: typing.Optional[builtins.str] = None,
|
2149
|
+
name: typing.Optional[builtins.str] = None,
|
2150
|
+
) -> None:
|
2151
|
+
'''
|
2152
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
2153
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
2154
|
+
'''
|
2155
|
+
if __debug__:
|
2156
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be3d2bf640a9f3c4a707b6c1ea364219099db8cf5935c2756173792b555c9b58)
|
2157
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
2158
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
2159
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
2160
|
+
if id is not None:
|
2161
|
+
self._values["id"] = id
|
2162
|
+
if name is not None:
|
2163
|
+
self._values["name"] = name
|
2164
|
+
|
2165
|
+
@builtins.property
|
2166
|
+
def id(self) -> typing.Optional[builtins.str]:
|
2167
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#id}.
|
2168
|
+
|
2169
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2170
|
+
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.
|
2171
|
+
'''
|
2172
|
+
result = self._values.get("id")
|
2173
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
2174
|
+
|
2175
|
+
@builtins.property
|
2176
|
+
def name(self) -> typing.Optional[builtins.str]:
|
2177
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.'''
|
2178
|
+
result = self._values.get("name")
|
2179
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
2180
|
+
|
2181
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
2182
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
2183
|
+
|
2184
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
2185
|
+
return not (rhs == self)
|
2186
|
+
|
2187
|
+
def __repr__(self) -> str:
|
2188
|
+
return "JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved(%s)" % ", ".join(
|
2189
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
2190
|
+
)
|
2191
|
+
|
2192
|
+
|
2193
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMappingResolvedOutputReference(
|
2194
|
+
_cdktf_9a9027ec.ComplexObject,
|
2195
|
+
metaclass=jsii.JSIIMeta,
|
2196
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMappingResolvedOutputReference",
|
2197
|
+
):
|
2198
|
+
def __init__(
|
2199
|
+
self,
|
2200
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2201
|
+
terraform_attribute: builtins.str,
|
2202
|
+
) -> None:
|
2203
|
+
'''
|
2204
|
+
:param terraform_resource: The parent resource.
|
2205
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
2206
|
+
'''
|
2207
|
+
if __debug__:
|
2208
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3561f47fe29a5deb4aef55092cb58f8f36a7aa199da21d6020d88965946cdb23)
|
2209
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
2210
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
2211
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
2212
|
+
|
2213
|
+
@jsii.member(jsii_name="resetId")
|
2214
|
+
def reset_id(self) -> None:
|
2215
|
+
return typing.cast(None, jsii.invoke(self, "resetId", []))
|
2216
|
+
|
2217
|
+
@jsii.member(jsii_name="resetName")
|
2218
|
+
def reset_name(self) -> None:
|
2219
|
+
return typing.cast(None, jsii.invoke(self, "resetName", []))
|
2220
|
+
|
2221
|
+
@builtins.property
|
2222
|
+
@jsii.member(jsii_name="idInput")
|
2223
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
2224
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
2225
|
+
|
2226
|
+
@builtins.property
|
2227
|
+
@jsii.member(jsii_name="nameInput")
|
2228
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
2229
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
2230
|
+
|
2231
|
+
@builtins.property
|
2232
|
+
@jsii.member(jsii_name="id")
|
2233
|
+
def id(self) -> builtins.str:
|
2234
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
2235
|
+
|
2236
|
+
@id.setter
|
2237
|
+
def id(self, value: builtins.str) -> None:
|
2238
|
+
if __debug__:
|
2239
|
+
type_hints = typing.get_type_hints(_typecheckingstub__44dd67a7a43a123028b65f5e6542157188fd4d4cd85e6b5c39fe0394394f2f2e)
|
2240
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2241
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
2242
|
+
|
2243
|
+
@builtins.property
|
2244
|
+
@jsii.member(jsii_name="name")
|
2245
|
+
def name(self) -> builtins.str:
|
2246
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
2247
|
+
|
2248
|
+
@name.setter
|
2249
|
+
def name(self, value: builtins.str) -> None:
|
2250
|
+
if __debug__:
|
2251
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0d59c69ae62ed793acf249dc40b42381f6168d8f7ef2fdf7d6f8ebb51ca94d94)
|
2252
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2253
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
2254
|
+
|
2255
|
+
@builtins.property
|
2256
|
+
@jsii.member(jsii_name="internalValue")
|
2257
|
+
def internal_value(
|
2258
|
+
self,
|
2259
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved]]:
|
2260
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved]], jsii.get(self, "internalValue"))
|
2261
|
+
|
2262
|
+
@internal_value.setter
|
2263
|
+
def internal_value(
|
2264
|
+
self,
|
2265
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved]],
|
2266
|
+
) -> None:
|
2267
|
+
if __debug__:
|
2268
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5a73bc339ed97d76699496a7cd281abda2bcd492cb68cd5923b76d261e953682)
|
2269
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2270
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
2271
|
+
|
2272
|
+
|
2273
|
+
@jsii.data_type(
|
2274
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered",
|
2275
|
+
jsii_struct_bases=[],
|
2276
|
+
name_mapping={"id": "id", "name": "name"},
|
2277
|
+
)
|
2278
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered:
|
2279
|
+
def __init__(self, *, id: builtins.str, name: builtins.str) -> None:
|
2280
|
+
'''
|
2281
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#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.
|
2282
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.
|
2283
|
+
'''
|
2284
|
+
if __debug__:
|
2285
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5f564d993273e63cd13be12b4a58d0f211cb15be1fa20f1bfc1026fc964f3116)
|
2286
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
2287
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
2288
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
2289
|
+
"id": id,
|
2290
|
+
"name": name,
|
2291
|
+
}
|
2292
|
+
|
2293
|
+
@builtins.property
|
2294
|
+
def id(self) -> builtins.str:
|
2295
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#id JiraCloudAccountMappingRule#id}.
|
2296
|
+
|
2297
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2298
|
+
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.
|
2299
|
+
'''
|
2300
|
+
result = self._values.get("id")
|
2301
|
+
assert result is not None, "Required property 'id' is missing"
|
2302
|
+
return typing.cast(builtins.str, result)
|
2303
|
+
|
2304
|
+
@builtins.property
|
2305
|
+
def name(self) -> builtins.str:
|
2306
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.17.0/docs/resources/jira_cloud_account_mapping_rule#name JiraCloudAccountMappingRule#name}.'''
|
2307
|
+
result = self._values.get("name")
|
2308
|
+
assert result is not None, "Required property 'name' is missing"
|
2309
|
+
return typing.cast(builtins.str, result)
|
2310
|
+
|
2311
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
2312
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
2313
|
+
|
2314
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
2315
|
+
return not (rhs == self)
|
2316
|
+
|
2317
|
+
def __repr__(self) -> str:
|
2318
|
+
return "JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered(%s)" % ", ".join(
|
2319
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
2320
|
+
)
|
2321
|
+
|
2322
|
+
|
2323
|
+
class JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggeredOutputReference(
|
2324
|
+
_cdktf_9a9027ec.ComplexObject,
|
2325
|
+
metaclass=jsii.JSIIMeta,
|
2326
|
+
jsii_type="@cdktf/provider-pagerduty.jiraCloudAccountMappingRule.JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggeredOutputReference",
|
2327
|
+
):
|
2328
|
+
def __init__(
|
2329
|
+
self,
|
2330
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2331
|
+
terraform_attribute: builtins.str,
|
2332
|
+
) -> None:
|
2333
|
+
'''
|
2334
|
+
:param terraform_resource: The parent resource.
|
2335
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
2336
|
+
'''
|
2337
|
+
if __debug__:
|
2338
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2db66d38419faccde1e197c9fea46302eb1452ebe0bbe4f8a041cb2565eb304b)
|
2339
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
2340
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
2341
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
2342
|
+
|
2343
|
+
@builtins.property
|
2344
|
+
@jsii.member(jsii_name="idInput")
|
2345
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
2346
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
2347
|
+
|
2348
|
+
@builtins.property
|
2349
|
+
@jsii.member(jsii_name="nameInput")
|
2350
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
2351
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
2352
|
+
|
2353
|
+
@builtins.property
|
2354
|
+
@jsii.member(jsii_name="id")
|
2355
|
+
def id(self) -> builtins.str:
|
2356
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
2357
|
+
|
2358
|
+
@id.setter
|
2359
|
+
def id(self, value: builtins.str) -> None:
|
2360
|
+
if __debug__:
|
2361
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3ff300203805b7870abfbdf5e7a8c78b8d37236ffacbfe38db50d1e26e0061ba)
|
2362
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2363
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
2364
|
+
|
2365
|
+
@builtins.property
|
2366
|
+
@jsii.member(jsii_name="name")
|
2367
|
+
def name(self) -> builtins.str:
|
2368
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
2369
|
+
|
2370
|
+
@name.setter
|
2371
|
+
def name(self, value: builtins.str) -> None:
|
2372
|
+
if __debug__:
|
2373
|
+
type_hints = typing.get_type_hints(_typecheckingstub__479fdc01d2fde2ea3fdfb64a761ed0210978740ca4a3915c9ed609671e3aa1ac)
|
2374
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2375
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
2376
|
+
|
2377
|
+
@builtins.property
|
2378
|
+
@jsii.member(jsii_name="internalValue")
|
2379
|
+
def internal_value(
|
2380
|
+
self,
|
2381
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered]]:
|
2382
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered]], jsii.get(self, "internalValue"))
|
2383
|
+
|
2384
|
+
@internal_value.setter
|
2385
|
+
def internal_value(
|
2386
|
+
self,
|
2387
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered]],
|
2388
|
+
) -> None:
|
2389
|
+
if __debug__:
|
2390
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b43687a6100289ded9787117b715889fcd3a6840ef15cdea2cdfb0373f2cf1b7)
|
2391
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
2392
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
2393
|
+
|
2394
|
+
|
2395
|
+
__all__ = [
|
2396
|
+
"JiraCloudAccountMappingRule",
|
2397
|
+
"JiraCloudAccountMappingRuleConfig",
|
2398
|
+
"JiraCloudAccountMappingRuleConfigA",
|
2399
|
+
"JiraCloudAccountMappingRuleConfigAOutputReference",
|
2400
|
+
"JiraCloudAccountMappingRuleConfigJira",
|
2401
|
+
"JiraCloudAccountMappingRuleConfigJiraCustomFields",
|
2402
|
+
"JiraCloudAccountMappingRuleConfigJiraCustomFieldsList",
|
2403
|
+
"JiraCloudAccountMappingRuleConfigJiraCustomFieldsOutputReference",
|
2404
|
+
"JiraCloudAccountMappingRuleConfigJiraIssueType",
|
2405
|
+
"JiraCloudAccountMappingRuleConfigJiraIssueTypeOutputReference",
|
2406
|
+
"JiraCloudAccountMappingRuleConfigJiraOutputReference",
|
2407
|
+
"JiraCloudAccountMappingRuleConfigJiraPriorities",
|
2408
|
+
"JiraCloudAccountMappingRuleConfigJiraPrioritiesList",
|
2409
|
+
"JiraCloudAccountMappingRuleConfigJiraPrioritiesOutputReference",
|
2410
|
+
"JiraCloudAccountMappingRuleConfigJiraProject",
|
2411
|
+
"JiraCloudAccountMappingRuleConfigJiraProjectOutputReference",
|
2412
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMapping",
|
2413
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged",
|
2414
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledgedOutputReference",
|
2415
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMappingOutputReference",
|
2416
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved",
|
2417
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMappingResolvedOutputReference",
|
2418
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered",
|
2419
|
+
"JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggeredOutputReference",
|
2420
|
+
]
|
2421
|
+
|
2422
|
+
publication.publish()
|
2423
|
+
|
2424
|
+
def _typecheckingstub__afb506592aab04542eeba94fad9980f8722b05c5ead54c17e81ffc5f011766d5(
|
2425
|
+
scope: _constructs_77d1e7e8.Construct,
|
2426
|
+
id: builtins.str,
|
2427
|
+
*,
|
2428
|
+
account_mapping: builtins.str,
|
2429
|
+
name: builtins.str,
|
2430
|
+
config: typing.Optional[typing.Union[JiraCloudAccountMappingRuleConfigA, typing.Dict[builtins.str, typing.Any]]] = None,
|
2431
|
+
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,
|
2432
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
2433
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
2434
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
2435
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
2436
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
2437
|
+
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,
|
2438
|
+
) -> None:
|
2439
|
+
"""Type checking stubs"""
|
2440
|
+
pass
|
2441
|
+
|
2442
|
+
def _typecheckingstub__a39d3a40dac458599e0cdbae10045d2667bed4da31bc875d42731c5ada8bf702(
|
2443
|
+
scope: _constructs_77d1e7e8.Construct,
|
2444
|
+
import_to_id: builtins.str,
|
2445
|
+
import_from_id: builtins.str,
|
2446
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
2447
|
+
) -> None:
|
2448
|
+
"""Type checking stubs"""
|
2449
|
+
pass
|
2450
|
+
|
2451
|
+
def _typecheckingstub__4b4a98c4e119426d4b92e43d09f219dbd9d06e322581dfd2300858e37d9aa61b(
|
2452
|
+
value: builtins.str,
|
2453
|
+
) -> None:
|
2454
|
+
"""Type checking stubs"""
|
2455
|
+
pass
|
2456
|
+
|
2457
|
+
def _typecheckingstub__494f780c921e1a15a4e8e54e47b5a5174950da7e587c2d18e7156e481dd93b66(
|
2458
|
+
value: builtins.str,
|
2459
|
+
) -> None:
|
2460
|
+
"""Type checking stubs"""
|
2461
|
+
pass
|
2462
|
+
|
2463
|
+
def _typecheckingstub__3a4485e15c0e1d1b8c578751b283cf1a0fc196866c77daedb975549f5dc26022(
|
2464
|
+
*,
|
2465
|
+
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,
|
2466
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
2467
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
2468
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
2469
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
2470
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
2471
|
+
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,
|
2472
|
+
account_mapping: builtins.str,
|
2473
|
+
name: builtins.str,
|
2474
|
+
config: typing.Optional[typing.Union[JiraCloudAccountMappingRuleConfigA, typing.Dict[builtins.str, typing.Any]]] = None,
|
2475
|
+
) -> None:
|
2476
|
+
"""Type checking stubs"""
|
2477
|
+
pass
|
2478
|
+
|
2479
|
+
def _typecheckingstub__f34ccb50de9de421d723002c9619ed94f416c8f90b267f2ea55fa97c2ffc330c(
|
2480
|
+
*,
|
2481
|
+
service: builtins.str,
|
2482
|
+
jira: typing.Optional[typing.Union[JiraCloudAccountMappingRuleConfigJira, typing.Dict[builtins.str, typing.Any]]] = None,
|
2483
|
+
) -> None:
|
2484
|
+
"""Type checking stubs"""
|
2485
|
+
pass
|
2486
|
+
|
2487
|
+
def _typecheckingstub__715a1df3264e416b5855b7fbbabd836c4acb51d18e4f9187c7b43985a0d2052f(
|
2488
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2489
|
+
terraform_attribute: builtins.str,
|
2490
|
+
) -> None:
|
2491
|
+
"""Type checking stubs"""
|
2492
|
+
pass
|
2493
|
+
|
2494
|
+
def _typecheckingstub__5263d0c1a2eded6d235c9a48bca6c6e59ac6f3a770edad1c67e179447552f384(
|
2495
|
+
value: builtins.str,
|
2496
|
+
) -> None:
|
2497
|
+
"""Type checking stubs"""
|
2498
|
+
pass
|
2499
|
+
|
2500
|
+
def _typecheckingstub__a365cf19b76617e33405e399b208a72d90beb9c8bb8580ddfa1d89dac6d850a0(
|
2501
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigA]],
|
2502
|
+
) -> None:
|
2503
|
+
"""Type checking stubs"""
|
2504
|
+
pass
|
2505
|
+
|
2506
|
+
def _typecheckingstub__edf4a70d34cb948fa2b1ceb5d86be813c7689dc0d412af3533d8e45950584b1c(
|
2507
|
+
*,
|
2508
|
+
issue_type: typing.Union[JiraCloudAccountMappingRuleConfigJiraIssueType, typing.Dict[builtins.str, typing.Any]],
|
2509
|
+
project: typing.Union[JiraCloudAccountMappingRuleConfigJiraProject, typing.Dict[builtins.str, typing.Any]],
|
2510
|
+
autocreate_jql: typing.Optional[builtins.str] = None,
|
2511
|
+
create_issue_on_incident_trigger: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
2512
|
+
custom_fields: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[JiraCloudAccountMappingRuleConfigJiraCustomFields, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2513
|
+
priorities: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[JiraCloudAccountMappingRuleConfigJiraPriorities, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2514
|
+
status_mapping: typing.Optional[typing.Union[JiraCloudAccountMappingRuleConfigJiraStatusMapping, typing.Dict[builtins.str, typing.Any]]] = None,
|
2515
|
+
sync_notes_user: typing.Optional[builtins.str] = None,
|
2516
|
+
) -> None:
|
2517
|
+
"""Type checking stubs"""
|
2518
|
+
pass
|
2519
|
+
|
2520
|
+
def _typecheckingstub__84c9a93370e770133f7f52bab7e5fa55ab5fe386edc4ac4314f4cd918cdd99ac(
|
2521
|
+
*,
|
2522
|
+
target_issue_field: builtins.str,
|
2523
|
+
target_issue_field_name: builtins.str,
|
2524
|
+
type: builtins.str,
|
2525
|
+
source_incident_field: typing.Optional[builtins.str] = None,
|
2526
|
+
value: typing.Optional[builtins.str] = None,
|
2527
|
+
) -> None:
|
2528
|
+
"""Type checking stubs"""
|
2529
|
+
pass
|
2530
|
+
|
2531
|
+
def _typecheckingstub__6bb21863a8762e7be964032c143c278f06a34a5dd2bdde2eb3bc21a4f49ef1e0(
|
2532
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2533
|
+
terraform_attribute: builtins.str,
|
2534
|
+
wraps_set: builtins.bool,
|
2535
|
+
) -> None:
|
2536
|
+
"""Type checking stubs"""
|
2537
|
+
pass
|
2538
|
+
|
2539
|
+
def _typecheckingstub__f2f38334666379bb610e190b45644d65735bc3bb4e762c20a49f2b5b8110d4fe(
|
2540
|
+
index: jsii.Number,
|
2541
|
+
) -> None:
|
2542
|
+
"""Type checking stubs"""
|
2543
|
+
pass
|
2544
|
+
|
2545
|
+
def _typecheckingstub__14866d57c8e3f7150aed9e4901a01b945f7cebc2552979981b2d897458d48e13(
|
2546
|
+
value: builtins.str,
|
2547
|
+
) -> None:
|
2548
|
+
"""Type checking stubs"""
|
2549
|
+
pass
|
2550
|
+
|
2551
|
+
def _typecheckingstub__cbe4a1c7ee825bc811edbf01c9346f29f32a9a8333dfd5748b64f7b2b606492d(
|
2552
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
2553
|
+
) -> None:
|
2554
|
+
"""Type checking stubs"""
|
2555
|
+
pass
|
2556
|
+
|
2557
|
+
def _typecheckingstub__0584cfc9947fd855c3a790a1aae2334de2031ee5cb6aa608fe562ef4a9d10db6(
|
2558
|
+
value: builtins.bool,
|
2559
|
+
) -> None:
|
2560
|
+
"""Type checking stubs"""
|
2561
|
+
pass
|
2562
|
+
|
2563
|
+
def _typecheckingstub__29fcd84179a0797073e1d02b28150fb5127a6bd37559d9efbd3ffb23cc4207c6(
|
2564
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraCustomFields]]],
|
2565
|
+
) -> None:
|
2566
|
+
"""Type checking stubs"""
|
2567
|
+
pass
|
2568
|
+
|
2569
|
+
def _typecheckingstub__a948c09b429258d3b3d6fbca86d1957fa2ea948c475bab33271771fcf81f0b0a(
|
2570
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2571
|
+
terraform_attribute: builtins.str,
|
2572
|
+
complex_object_index: jsii.Number,
|
2573
|
+
complex_object_is_from_set: builtins.bool,
|
2574
|
+
) -> None:
|
2575
|
+
"""Type checking stubs"""
|
2576
|
+
pass
|
2577
|
+
|
2578
|
+
def _typecheckingstub__3b895a26672249820648b48bfe821c2f51e7488f0a5168d190e9e263057ad361(
|
2579
|
+
value: builtins.str,
|
2580
|
+
) -> None:
|
2581
|
+
"""Type checking stubs"""
|
2582
|
+
pass
|
2583
|
+
|
2584
|
+
def _typecheckingstub__4d0ca17ab91d434caa69c45f06fdd11e17bdc98738628f11bd063db058b56d08(
|
2585
|
+
value: builtins.str,
|
2586
|
+
) -> None:
|
2587
|
+
"""Type checking stubs"""
|
2588
|
+
pass
|
2589
|
+
|
2590
|
+
def _typecheckingstub__8ddf891fae2adeeec9be57d4f3e7643175f1a0f45594156e07ac76eea05d51e9(
|
2591
|
+
value: builtins.str,
|
2592
|
+
) -> None:
|
2593
|
+
"""Type checking stubs"""
|
2594
|
+
pass
|
2595
|
+
|
2596
|
+
def _typecheckingstub__ad4c1f3394d17f432e3e700960d3180d7a3d1672d2c806aca34fdd70677c709e(
|
2597
|
+
value: builtins.str,
|
2598
|
+
) -> None:
|
2599
|
+
"""Type checking stubs"""
|
2600
|
+
pass
|
2601
|
+
|
2602
|
+
def _typecheckingstub__67a6787aa2d0c7d8c680909af37fdfceba32b94c917e4ae2d1ea29315d0fb918(
|
2603
|
+
value: builtins.str,
|
2604
|
+
) -> None:
|
2605
|
+
"""Type checking stubs"""
|
2606
|
+
pass
|
2607
|
+
|
2608
|
+
def _typecheckingstub__95fc839b47f15a0376242beecda9a056418e4cb8d3070b8d95dc2544bb985188(
|
2609
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraCustomFields]],
|
2610
|
+
) -> None:
|
2611
|
+
"""Type checking stubs"""
|
2612
|
+
pass
|
2613
|
+
|
2614
|
+
def _typecheckingstub__9f5c45e0473724f72edbe36061578d7a309b64651bf7f4494653966ec7b80e91(
|
2615
|
+
*,
|
2616
|
+
id: builtins.str,
|
2617
|
+
name: builtins.str,
|
2618
|
+
) -> None:
|
2619
|
+
"""Type checking stubs"""
|
2620
|
+
pass
|
2621
|
+
|
2622
|
+
def _typecheckingstub__e8bf69be5756d7429ff00bedf954ce10b79918ee21077b9ef8c99548ab586a3d(
|
2623
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2624
|
+
terraform_attribute: builtins.str,
|
2625
|
+
) -> None:
|
2626
|
+
"""Type checking stubs"""
|
2627
|
+
pass
|
2628
|
+
|
2629
|
+
def _typecheckingstub__5fd693885cbab30c70abc298ba9365d550f882af171fc414f1dd5f82370f26ae(
|
2630
|
+
value: builtins.str,
|
2631
|
+
) -> None:
|
2632
|
+
"""Type checking stubs"""
|
2633
|
+
pass
|
2634
|
+
|
2635
|
+
def _typecheckingstub__6684d0f839687d92b8fa0d67ca01bd5ffa64eab9c07843871e68aed6d53bdf51(
|
2636
|
+
value: builtins.str,
|
2637
|
+
) -> None:
|
2638
|
+
"""Type checking stubs"""
|
2639
|
+
pass
|
2640
|
+
|
2641
|
+
def _typecheckingstub__e6afa47abb5806c8ae3b827ee884532f7cc27f4d75df331be4543ce7cb9252bb(
|
2642
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraIssueType]],
|
2643
|
+
) -> None:
|
2644
|
+
"""Type checking stubs"""
|
2645
|
+
pass
|
2646
|
+
|
2647
|
+
def _typecheckingstub__e7290abbf180f3e6f203a5bcef74cb560a82d0f63df85a66e47e5b89f3e34387(
|
2648
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2649
|
+
terraform_attribute: builtins.str,
|
2650
|
+
) -> None:
|
2651
|
+
"""Type checking stubs"""
|
2652
|
+
pass
|
2653
|
+
|
2654
|
+
def _typecheckingstub__07c241c0df5d7171b6ec8d20f76264b8ebe9e6644bcac0675443d69227276eea(
|
2655
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[JiraCloudAccountMappingRuleConfigJiraCustomFields, typing.Dict[builtins.str, typing.Any]]]],
|
2656
|
+
) -> None:
|
2657
|
+
"""Type checking stubs"""
|
2658
|
+
pass
|
2659
|
+
|
2660
|
+
def _typecheckingstub__437c272306b1ddb850aaead9c7e35fcdb1a97d1477fa2d6f5361adf079791fe8(
|
2661
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[JiraCloudAccountMappingRuleConfigJiraPriorities, typing.Dict[builtins.str, typing.Any]]]],
|
2662
|
+
) -> None:
|
2663
|
+
"""Type checking stubs"""
|
2664
|
+
pass
|
2665
|
+
|
2666
|
+
def _typecheckingstub__5ee9518b4cb466bb9e395a4b6c532730511b33e33bb8fa38ce659652f67e7ee7(
|
2667
|
+
value: builtins.str,
|
2668
|
+
) -> None:
|
2669
|
+
"""Type checking stubs"""
|
2670
|
+
pass
|
2671
|
+
|
2672
|
+
def _typecheckingstub__a12006567f582e2e0967dcb7edb6c75a4641859729ebce9f6f723d30a0650868(
|
2673
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
2674
|
+
) -> None:
|
2675
|
+
"""Type checking stubs"""
|
2676
|
+
pass
|
2677
|
+
|
2678
|
+
def _typecheckingstub__c1abea1f1aed169385c22cc56f53f2a8d19a8ace24f94965a0345c8ed0634978(
|
2679
|
+
value: builtins.str,
|
2680
|
+
) -> None:
|
2681
|
+
"""Type checking stubs"""
|
2682
|
+
pass
|
2683
|
+
|
2684
|
+
def _typecheckingstub__58947de24fb8c5b487a445da9e841a11eec426b854fac4d7d7cfa96c2bcb257c(
|
2685
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJira]],
|
2686
|
+
) -> None:
|
2687
|
+
"""Type checking stubs"""
|
2688
|
+
pass
|
2689
|
+
|
2690
|
+
def _typecheckingstub__0733d63cf21e384e198f10eaf1b97c133ae536e0f541a777055ef3a5b66fcdbf(
|
2691
|
+
*,
|
2692
|
+
jira_id: builtins.str,
|
2693
|
+
pagerduty_id: builtins.str,
|
2694
|
+
) -> None:
|
2695
|
+
"""Type checking stubs"""
|
2696
|
+
pass
|
2697
|
+
|
2698
|
+
def _typecheckingstub__9496b6d55fd7a97ebe394acbc1d9c751821237b09628ad4a6385868184c9cb70(
|
2699
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2700
|
+
terraform_attribute: builtins.str,
|
2701
|
+
wraps_set: builtins.bool,
|
2702
|
+
) -> None:
|
2703
|
+
"""Type checking stubs"""
|
2704
|
+
pass
|
2705
|
+
|
2706
|
+
def _typecheckingstub__73034a13924afc61f8a57ea354b43487b15a80f83e27ca7b2e65a0a839c19779(
|
2707
|
+
index: jsii.Number,
|
2708
|
+
) -> None:
|
2709
|
+
"""Type checking stubs"""
|
2710
|
+
pass
|
2711
|
+
|
2712
|
+
def _typecheckingstub__bb0a052559776d07d9e5c27c791be750a7767f4b4b4105b2d283bccea01dd1f4(
|
2713
|
+
value: builtins.str,
|
2714
|
+
) -> None:
|
2715
|
+
"""Type checking stubs"""
|
2716
|
+
pass
|
2717
|
+
|
2718
|
+
def _typecheckingstub__c1ef80c7f9cd7d87256d8a406cae0fade692f070c3bb8576f11f08fb55880d33(
|
2719
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
2720
|
+
) -> None:
|
2721
|
+
"""Type checking stubs"""
|
2722
|
+
pass
|
2723
|
+
|
2724
|
+
def _typecheckingstub__1b835dc7ad78ec176e62de7f6d61f2337b56db005133346aebc2f5eb075c588b(
|
2725
|
+
value: builtins.bool,
|
2726
|
+
) -> None:
|
2727
|
+
"""Type checking stubs"""
|
2728
|
+
pass
|
2729
|
+
|
2730
|
+
def _typecheckingstub__cff635e5607cdff4ff062cd8574a62d5acc0fdb6d52f1567edf5e784ef03b93b(
|
2731
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[JiraCloudAccountMappingRuleConfigJiraPriorities]]],
|
2732
|
+
) -> None:
|
2733
|
+
"""Type checking stubs"""
|
2734
|
+
pass
|
2735
|
+
|
2736
|
+
def _typecheckingstub__404121d86a987231b469ddceb74d772b7c13c41c4d8a198bb6d2c9b5c5c450be(
|
2737
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2738
|
+
terraform_attribute: builtins.str,
|
2739
|
+
complex_object_index: jsii.Number,
|
2740
|
+
complex_object_is_from_set: builtins.bool,
|
2741
|
+
) -> None:
|
2742
|
+
"""Type checking stubs"""
|
2743
|
+
pass
|
2744
|
+
|
2745
|
+
def _typecheckingstub__e1b386f0cef8081ea776504d1558c356f80acd20d944490d7d25ed9b53b7d2b5(
|
2746
|
+
value: builtins.str,
|
2747
|
+
) -> None:
|
2748
|
+
"""Type checking stubs"""
|
2749
|
+
pass
|
2750
|
+
|
2751
|
+
def _typecheckingstub__fe3435d8e9e1beb24d7bfc7af769fb8c858547ad7fb14487c6bb55ba930419d7(
|
2752
|
+
value: builtins.str,
|
2753
|
+
) -> None:
|
2754
|
+
"""Type checking stubs"""
|
2755
|
+
pass
|
2756
|
+
|
2757
|
+
def _typecheckingstub__4c170971948474f21dfc4177a8153843b9880ff83fc6b889d0e7d3596ed9160a(
|
2758
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraPriorities]],
|
2759
|
+
) -> None:
|
2760
|
+
"""Type checking stubs"""
|
2761
|
+
pass
|
2762
|
+
|
2763
|
+
def _typecheckingstub__684f7553a6e9ccb2001a581719388b0fc067b2835b3b5595f075ff6438a61467(
|
2764
|
+
*,
|
2765
|
+
id: builtins.str,
|
2766
|
+
key: builtins.str,
|
2767
|
+
name: builtins.str,
|
2768
|
+
) -> None:
|
2769
|
+
"""Type checking stubs"""
|
2770
|
+
pass
|
2771
|
+
|
2772
|
+
def _typecheckingstub__da7e52485114978834df18a73b747eb56581f7a7490e68de807e5a313bdcf017(
|
2773
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2774
|
+
terraform_attribute: builtins.str,
|
2775
|
+
) -> None:
|
2776
|
+
"""Type checking stubs"""
|
2777
|
+
pass
|
2778
|
+
|
2779
|
+
def _typecheckingstub__cda1b22f13f4440ffe1ed53cdc09b615ad0062e3fd94a6f0c0a808d935d9900e(
|
2780
|
+
value: builtins.str,
|
2781
|
+
) -> None:
|
2782
|
+
"""Type checking stubs"""
|
2783
|
+
pass
|
2784
|
+
|
2785
|
+
def _typecheckingstub__92000673927ac7708661e4b547016de37e5ac4bf1ac2e15a420f5af4183e8041(
|
2786
|
+
value: builtins.str,
|
2787
|
+
) -> None:
|
2788
|
+
"""Type checking stubs"""
|
2789
|
+
pass
|
2790
|
+
|
2791
|
+
def _typecheckingstub__e0a88accb27de448c323722b779ebc74caec47b7a9f1ed2f81ee163726f09119(
|
2792
|
+
value: builtins.str,
|
2793
|
+
) -> None:
|
2794
|
+
"""Type checking stubs"""
|
2795
|
+
pass
|
2796
|
+
|
2797
|
+
def _typecheckingstub__265d85f9718b6fd28d60f153c199e2c3623552ad08be947ce41e91215f88fe28(
|
2798
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraProject]],
|
2799
|
+
) -> None:
|
2800
|
+
"""Type checking stubs"""
|
2801
|
+
pass
|
2802
|
+
|
2803
|
+
def _typecheckingstub__748c89713060e14400c7929f1d6252c44bcff90d52c90f9eba193af743963d7b(
|
2804
|
+
*,
|
2805
|
+
triggered: typing.Union[JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered, typing.Dict[builtins.str, typing.Any]],
|
2806
|
+
acknowledged: typing.Optional[typing.Union[JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged, typing.Dict[builtins.str, typing.Any]]] = None,
|
2807
|
+
resolved: typing.Optional[typing.Union[JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved, typing.Dict[builtins.str, typing.Any]]] = None,
|
2808
|
+
) -> None:
|
2809
|
+
"""Type checking stubs"""
|
2810
|
+
pass
|
2811
|
+
|
2812
|
+
def _typecheckingstub__2d4ec115cb589218441cd42ead87581fc1af479242d96b9ada3d00db4080fb4b(
|
2813
|
+
*,
|
2814
|
+
id: typing.Optional[builtins.str] = None,
|
2815
|
+
name: typing.Optional[builtins.str] = None,
|
2816
|
+
) -> None:
|
2817
|
+
"""Type checking stubs"""
|
2818
|
+
pass
|
2819
|
+
|
2820
|
+
def _typecheckingstub__4d48c3bb47c4bbfc333b18d2a29f96465e2be958562dbb761223088b494cd3c3(
|
2821
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2822
|
+
terraform_attribute: builtins.str,
|
2823
|
+
) -> None:
|
2824
|
+
"""Type checking stubs"""
|
2825
|
+
pass
|
2826
|
+
|
2827
|
+
def _typecheckingstub__5f987c534b0c3440dfb1a5689852b0dbc6fe128938ceeb4a70d70adbb6ba59dc(
|
2828
|
+
value: builtins.str,
|
2829
|
+
) -> None:
|
2830
|
+
"""Type checking stubs"""
|
2831
|
+
pass
|
2832
|
+
|
2833
|
+
def _typecheckingstub__c80badc2283f323a4159f89da738404077eef7cb5bdcbf29b2516d1e79427009(
|
2834
|
+
value: builtins.str,
|
2835
|
+
) -> None:
|
2836
|
+
"""Type checking stubs"""
|
2837
|
+
pass
|
2838
|
+
|
2839
|
+
def _typecheckingstub__2b0cbbf44435b69afa341c336ff9353baee28fae7f1fb4b69949ea2a8eff5982(
|
2840
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingAcknowledged]],
|
2841
|
+
) -> None:
|
2842
|
+
"""Type checking stubs"""
|
2843
|
+
pass
|
2844
|
+
|
2845
|
+
def _typecheckingstub__349f6e6bfea37c68931bf906e462d6709f9c988a362bc81eb331505152c52858(
|
2846
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2847
|
+
terraform_attribute: builtins.str,
|
2848
|
+
) -> None:
|
2849
|
+
"""Type checking stubs"""
|
2850
|
+
pass
|
2851
|
+
|
2852
|
+
def _typecheckingstub__a26a3ea0723300f3f53bb8502b2bce8a83c179fe80727534905aa30862888e17(
|
2853
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMapping]],
|
2854
|
+
) -> None:
|
2855
|
+
"""Type checking stubs"""
|
2856
|
+
pass
|
2857
|
+
|
2858
|
+
def _typecheckingstub__be3d2bf640a9f3c4a707b6c1ea364219099db8cf5935c2756173792b555c9b58(
|
2859
|
+
*,
|
2860
|
+
id: typing.Optional[builtins.str] = None,
|
2861
|
+
name: typing.Optional[builtins.str] = None,
|
2862
|
+
) -> None:
|
2863
|
+
"""Type checking stubs"""
|
2864
|
+
pass
|
2865
|
+
|
2866
|
+
def _typecheckingstub__3561f47fe29a5deb4aef55092cb58f8f36a7aa199da21d6020d88965946cdb23(
|
2867
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2868
|
+
terraform_attribute: builtins.str,
|
2869
|
+
) -> None:
|
2870
|
+
"""Type checking stubs"""
|
2871
|
+
pass
|
2872
|
+
|
2873
|
+
def _typecheckingstub__44dd67a7a43a123028b65f5e6542157188fd4d4cd85e6b5c39fe0394394f2f2e(
|
2874
|
+
value: builtins.str,
|
2875
|
+
) -> None:
|
2876
|
+
"""Type checking stubs"""
|
2877
|
+
pass
|
2878
|
+
|
2879
|
+
def _typecheckingstub__0d59c69ae62ed793acf249dc40b42381f6168d8f7ef2fdf7d6f8ebb51ca94d94(
|
2880
|
+
value: builtins.str,
|
2881
|
+
) -> None:
|
2882
|
+
"""Type checking stubs"""
|
2883
|
+
pass
|
2884
|
+
|
2885
|
+
def _typecheckingstub__5a73bc339ed97d76699496a7cd281abda2bcd492cb68cd5923b76d261e953682(
|
2886
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingResolved]],
|
2887
|
+
) -> None:
|
2888
|
+
"""Type checking stubs"""
|
2889
|
+
pass
|
2890
|
+
|
2891
|
+
def _typecheckingstub__5f564d993273e63cd13be12b4a58d0f211cb15be1fa20f1bfc1026fc964f3116(
|
2892
|
+
*,
|
2893
|
+
id: builtins.str,
|
2894
|
+
name: builtins.str,
|
2895
|
+
) -> None:
|
2896
|
+
"""Type checking stubs"""
|
2897
|
+
pass
|
2898
|
+
|
2899
|
+
def _typecheckingstub__2db66d38419faccde1e197c9fea46302eb1452ebe0bbe4f8a041cb2565eb304b(
|
2900
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2901
|
+
terraform_attribute: builtins.str,
|
2902
|
+
) -> None:
|
2903
|
+
"""Type checking stubs"""
|
2904
|
+
pass
|
2905
|
+
|
2906
|
+
def _typecheckingstub__3ff300203805b7870abfbdf5e7a8c78b8d37236ffacbfe38db50d1e26e0061ba(
|
2907
|
+
value: builtins.str,
|
2908
|
+
) -> None:
|
2909
|
+
"""Type checking stubs"""
|
2910
|
+
pass
|
2911
|
+
|
2912
|
+
def _typecheckingstub__479fdc01d2fde2ea3fdfb64a761ed0210978740ca4a3915c9ed609671e3aa1ac(
|
2913
|
+
value: builtins.str,
|
2914
|
+
) -> None:
|
2915
|
+
"""Type checking stubs"""
|
2916
|
+
pass
|
2917
|
+
|
2918
|
+
def _typecheckingstub__b43687a6100289ded9787117b715889fcd3a6840ef15cdea2cdfb0373f2cf1b7(
|
2919
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, JiraCloudAccountMappingRuleConfigJiraStatusMappingTriggered]],
|
2920
|
+
) -> None:
|
2921
|
+
"""Type checking stubs"""
|
2922
|
+
pass
|