pulumi-aws 7.11.1__py3-none-any.whl → 7.12.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. pulumi_aws/__init__.py +57 -0
  2. pulumi_aws/acm/certificate.py +20 -20
  3. pulumi_aws/acmpca/certificate.py +8 -8
  4. pulumi_aws/apigateway/account.py +0 -4
  5. pulumi_aws/appflow/_inputs.py +33 -0
  6. pulumi_aws/appflow/outputs.py +22 -0
  7. pulumi_aws/appsync/graph_ql_api.py +84 -0
  8. pulumi_aws/bedrock/_inputs.py +97 -21
  9. pulumi_aws/bedrock/agent_agent_alias.py +94 -0
  10. pulumi_aws/bedrock/agentcore_agent_runtime.py +4 -4
  11. pulumi_aws/bedrock/agentcore_browser.py +42 -0
  12. pulumi_aws/bedrock/agentcore_gateway_target.py +217 -7
  13. pulumi_aws/bedrock/agentcore_memory.py +37 -9
  14. pulumi_aws/bedrock/agentcore_oauth2_credential_provider.py +38 -0
  15. pulumi_aws/bedrock/outputs.py +64 -17
  16. pulumi_aws/cloudfront/_inputs.py +15 -14
  17. pulumi_aws/cloudfront/distribution.py +28 -0
  18. pulumi_aws/cloudfront/outputs.py +10 -9
  19. pulumi_aws/cloudhsmv2/cluster.py +64 -0
  20. pulumi_aws/cloudwatch/_inputs.py +9 -8
  21. pulumi_aws/cloudwatch/contributor_managed_insight_rule.py +20 -0
  22. pulumi_aws/cloudwatch/log_delivery_destination.py +53 -12
  23. pulumi_aws/cloudwatch/outputs.py +6 -5
  24. pulumi_aws/codebuild/webhook.py +16 -16
  25. pulumi_aws/codepipeline/webhook.py +16 -16
  26. pulumi_aws/connect/_inputs.py +50 -4
  27. pulumi_aws/connect/outputs.py +95 -4
  28. pulumi_aws/connect/routing_profile.py +42 -18
  29. pulumi_aws/datasync/location_fsx_ontap_file_system.py +34 -0
  30. pulumi_aws/datazone/project.py +24 -0
  31. pulumi_aws/detective/organization_configuration.py +20 -0
  32. pulumi_aws/dms/_inputs.py +3 -3
  33. pulumi_aws/dms/outputs.py +2 -2
  34. pulumi_aws/ec2/__init__.py +1 -0
  35. pulumi_aws/ec2/_inputs.py +182 -0
  36. pulumi_aws/ec2/allowed_images_settings.py +338 -0
  37. pulumi_aws/ec2/get_coip_pools.py +24 -0
  38. pulumi_aws/ec2/image_block_public_access.py +48 -1
  39. pulumi_aws/ec2/outputs.py +167 -0
  40. pulumi_aws/ec2/security_group.py +6 -6
  41. pulumi_aws/ec2/serial_console_access.py +50 -3
  42. pulumi_aws/ec2/vpc_endpoint.py +92 -0
  43. pulumi_aws/ec2clientvpn/authorization_rule.py +7 -7
  44. pulumi_aws/ec2clientvpn/route.py +7 -7
  45. pulumi_aws/ec2transitgateway/instance_connect_endpoint.py +47 -0
  46. pulumi_aws/ecrpublic/get_images.py +24 -0
  47. pulumi_aws/ecs/_inputs.py +172 -33
  48. pulumi_aws/ecs/get_service.py +318 -7
  49. pulumi_aws/ecs/outputs.py +957 -86
  50. pulumi_aws/ecs/service.py +76 -0
  51. pulumi_aws/eks/_inputs.py +195 -5
  52. pulumi_aws/eks/outputs.py +164 -4
  53. pulumi_aws/elasticache/_inputs.py +154 -0
  54. pulumi_aws/elasticache/get_replication_group.py +23 -9
  55. pulumi_aws/elasticache/outputs.py +204 -0
  56. pulumi_aws/elasticache/replication_group.py +115 -0
  57. pulumi_aws/elasticache/reserved_cache_node.py +28 -0
  58. pulumi_aws/finspace/kx_cluster.py +76 -0
  59. pulumi_aws/fis/__init__.py +1 -0
  60. pulumi_aws/fis/target_account_configuration.py +401 -0
  61. pulumi_aws/glue/job.py +7 -7
  62. pulumi_aws/guardduty/malware_protection_plan.py +50 -0
  63. pulumi_aws/guardduty/member_detector_feature.py +42 -0
  64. pulumi_aws/invoicing/__init__.py +11 -0
  65. pulumi_aws/invoicing/_inputs.py +128 -0
  66. pulumi_aws/invoicing/invoice_unit.py +620 -0
  67. pulumi_aws/invoicing/outputs.py +99 -0
  68. pulumi_aws/iot/ca_certificate.py +32 -32
  69. pulumi_aws/iot/get_registration_code.py +8 -8
  70. pulumi_aws/ivschat/logging_configuration.py +28 -0
  71. pulumi_aws/kinesis/get_stream.py +15 -1
  72. pulumi_aws/kinesis/stream.py +47 -0
  73. pulumi_aws/kms/key.py +7 -7
  74. pulumi_aws/licensemanager/license_grant.py +36 -0
  75. pulumi_aws/m2/environment.py +150 -0
  76. pulumi_aws/networkfirewall/tls_inspection_configuration.py +84 -0
  77. pulumi_aws/networkflowmonitor/__init__.py +12 -0
  78. pulumi_aws/networkflowmonitor/_inputs.py +412 -0
  79. pulumi_aws/networkflowmonitor/monitor.py +568 -0
  80. pulumi_aws/networkflowmonitor/outputs.py +302 -0
  81. pulumi_aws/networkflowmonitor/scope.py +443 -0
  82. pulumi_aws/observabilityadmin/__init__.py +11 -0
  83. pulumi_aws/observabilityadmin/_inputs.py +506 -0
  84. pulumi_aws/observabilityadmin/centralization_rule_for_organization.py +637 -0
  85. pulumi_aws/observabilityadmin/outputs.py +415 -0
  86. pulumi_aws/opensearch/_inputs.py +92 -133
  87. pulumi_aws/opensearch/authorize_vpc_endpoint_access.py +4 -4
  88. pulumi_aws/opensearch/domain.py +60 -0
  89. pulumi_aws/opensearch/get_domain.py +16 -9
  90. pulumi_aws/opensearch/outputs.py +131 -2
  91. pulumi_aws/organizations/get_policies.py +2 -2
  92. pulumi_aws/organizations/get_policies_for_target.py +2 -2
  93. pulumi_aws/organizations/get_policy.py +1 -1
  94. pulumi_aws/organizations/organization.py +7 -7
  95. pulumi_aws/organizations/policy.py +35 -7
  96. pulumi_aws/pulumi-plugin.json +1 -1
  97. pulumi_aws/quicksight/analysis.py +108 -0
  98. pulumi_aws/quicksight/dashboard.py +110 -0
  99. pulumi_aws/quicksight/template.py +126 -0
  100. pulumi_aws/redshift/cluster_snapshot.py +28 -0
  101. pulumi_aws/redshift/get_cluster.py +52 -0
  102. pulumi_aws/redshift/snapshot_copy_grant.py +22 -0
  103. pulumi_aws/route53/profiles_association.py +30 -0
  104. pulumi_aws/route53/profiles_resource_association.py +34 -0
  105. pulumi_aws/s3control/multi_region_access_point_policy.py +76 -0
  106. pulumi_aws/s3tables/table.py +76 -1
  107. pulumi_aws/s3tables/table_bucket.py +78 -3
  108. pulumi_aws/sagemaker/_inputs.py +225 -232
  109. pulumi_aws/sagemaker/endpoint_configuration.py +111 -64
  110. pulumi_aws/sagemaker/outputs.py +154 -158
  111. pulumi_aws/ssmincidents/get_response_plan.py +14 -0
  112. pulumi_aws/ssoadmin/account_assignment.py +4 -4
  113. pulumi_aws/transfer/profile.py +20 -0
  114. pulumi_aws/transfer/server.py +7 -0
  115. pulumi_aws/transfer/ssh_key.py +6 -6
  116. pulumi_aws/wafv2/rule_group.py +440 -0
  117. pulumi_aws/workspacesweb/session_logger_association.py +80 -0
  118. pulumi_aws/workspacesweb/trust_store_association.py +24 -0
  119. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/METADATA +1 -1
  120. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/RECORD +122 -107
  121. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/WHEEL +0 -0
  122. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,412 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = [
18
+ 'MonitorLocalResourceArgs',
19
+ 'MonitorLocalResourceArgsDict',
20
+ 'MonitorRemoteResourceArgs',
21
+ 'MonitorRemoteResourceArgsDict',
22
+ 'MonitorTimeoutsArgs',
23
+ 'MonitorTimeoutsArgsDict',
24
+ 'ScopeTargetArgs',
25
+ 'ScopeTargetArgsDict',
26
+ 'ScopeTargetTargetIdentifierArgs',
27
+ 'ScopeTargetTargetIdentifierArgsDict',
28
+ 'ScopeTargetTargetIdentifierTargetIdArgs',
29
+ 'ScopeTargetTargetIdentifierTargetIdArgsDict',
30
+ 'ScopeTimeoutsArgs',
31
+ 'ScopeTimeoutsArgsDict',
32
+ ]
33
+
34
+ MYPY = False
35
+
36
+ if not MYPY:
37
+ class MonitorLocalResourceArgsDict(TypedDict):
38
+ identifier: pulumi.Input[_builtins.str]
39
+ """
40
+ The identifier of the resource. For VPC resources, this is the VPC ARN.
41
+ """
42
+ type: pulumi.Input[_builtins.str]
43
+ """
44
+ The type of the resource. Valid values are `AWS::EC2::VPC`, `AWS::EC2::Subnet`, `AWS::EC2::AvailabilityZone`, `AWS::EC2::Region`.
45
+ """
46
+ elif False:
47
+ MonitorLocalResourceArgsDict: TypeAlias = Mapping[str, Any]
48
+
49
+ @pulumi.input_type
50
+ class MonitorLocalResourceArgs:
51
+ def __init__(__self__, *,
52
+ identifier: pulumi.Input[_builtins.str],
53
+ type: pulumi.Input[_builtins.str]):
54
+ """
55
+ :param pulumi.Input[_builtins.str] identifier: The identifier of the resource. For VPC resources, this is the VPC ARN.
56
+ :param pulumi.Input[_builtins.str] type: The type of the resource. Valid values are `AWS::EC2::VPC`, `AWS::EC2::Subnet`, `AWS::EC2::AvailabilityZone`, `AWS::EC2::Region`.
57
+ """
58
+ pulumi.set(__self__, "identifier", identifier)
59
+ pulumi.set(__self__, "type", type)
60
+
61
+ @_builtins.property
62
+ @pulumi.getter
63
+ def identifier(self) -> pulumi.Input[_builtins.str]:
64
+ """
65
+ The identifier of the resource. For VPC resources, this is the VPC ARN.
66
+ """
67
+ return pulumi.get(self, "identifier")
68
+
69
+ @identifier.setter
70
+ def identifier(self, value: pulumi.Input[_builtins.str]):
71
+ pulumi.set(self, "identifier", value)
72
+
73
+ @_builtins.property
74
+ @pulumi.getter
75
+ def type(self) -> pulumi.Input[_builtins.str]:
76
+ """
77
+ The type of the resource. Valid values are `AWS::EC2::VPC`, `AWS::EC2::Subnet`, `AWS::EC2::AvailabilityZone`, `AWS::EC2::Region`.
78
+ """
79
+ return pulumi.get(self, "type")
80
+
81
+ @type.setter
82
+ def type(self, value: pulumi.Input[_builtins.str]):
83
+ pulumi.set(self, "type", value)
84
+
85
+
86
+ if not MYPY:
87
+ class MonitorRemoteResourceArgsDict(TypedDict):
88
+ identifier: pulumi.Input[_builtins.str]
89
+ """
90
+ The identifier of the resource. For VPC resources, this is the VPC ARN.
91
+ """
92
+ type: pulumi.Input[_builtins.str]
93
+ """
94
+ The type of the resource. Valid values are `AWS::EC2::VPC`, `AWS::EC2::Subnet`, `AWS::EC2::AvailabilityZone`, `AWS::EC2::Region`.
95
+ """
96
+ elif False:
97
+ MonitorRemoteResourceArgsDict: TypeAlias = Mapping[str, Any]
98
+
99
+ @pulumi.input_type
100
+ class MonitorRemoteResourceArgs:
101
+ def __init__(__self__, *,
102
+ identifier: pulumi.Input[_builtins.str],
103
+ type: pulumi.Input[_builtins.str]):
104
+ """
105
+ :param pulumi.Input[_builtins.str] identifier: The identifier of the resource. For VPC resources, this is the VPC ARN.
106
+ :param pulumi.Input[_builtins.str] type: The type of the resource. Valid values are `AWS::EC2::VPC`, `AWS::EC2::Subnet`, `AWS::EC2::AvailabilityZone`, `AWS::EC2::Region`.
107
+ """
108
+ pulumi.set(__self__, "identifier", identifier)
109
+ pulumi.set(__self__, "type", type)
110
+
111
+ @_builtins.property
112
+ @pulumi.getter
113
+ def identifier(self) -> pulumi.Input[_builtins.str]:
114
+ """
115
+ The identifier of the resource. For VPC resources, this is the VPC ARN.
116
+ """
117
+ return pulumi.get(self, "identifier")
118
+
119
+ @identifier.setter
120
+ def identifier(self, value: pulumi.Input[_builtins.str]):
121
+ pulumi.set(self, "identifier", value)
122
+
123
+ @_builtins.property
124
+ @pulumi.getter
125
+ def type(self) -> pulumi.Input[_builtins.str]:
126
+ """
127
+ The type of the resource. Valid values are `AWS::EC2::VPC`, `AWS::EC2::Subnet`, `AWS::EC2::AvailabilityZone`, `AWS::EC2::Region`.
128
+ """
129
+ return pulumi.get(self, "type")
130
+
131
+ @type.setter
132
+ def type(self, value: pulumi.Input[_builtins.str]):
133
+ pulumi.set(self, "type", value)
134
+
135
+
136
+ if not MYPY:
137
+ class MonitorTimeoutsArgsDict(TypedDict):
138
+ create: NotRequired[pulumi.Input[_builtins.str]]
139
+ """
140
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
141
+ """
142
+ delete: NotRequired[pulumi.Input[_builtins.str]]
143
+ """
144
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
145
+ """
146
+ update: NotRequired[pulumi.Input[_builtins.str]]
147
+ """
148
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
149
+ """
150
+ elif False:
151
+ MonitorTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
152
+
153
+ @pulumi.input_type
154
+ class MonitorTimeoutsArgs:
155
+ def __init__(__self__, *,
156
+ create: Optional[pulumi.Input[_builtins.str]] = None,
157
+ delete: Optional[pulumi.Input[_builtins.str]] = None,
158
+ update: Optional[pulumi.Input[_builtins.str]] = None):
159
+ """
160
+ :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
161
+ :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
162
+ :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
163
+ """
164
+ if create is not None:
165
+ pulumi.set(__self__, "create", create)
166
+ if delete is not None:
167
+ pulumi.set(__self__, "delete", delete)
168
+ if update is not None:
169
+ pulumi.set(__self__, "update", update)
170
+
171
+ @_builtins.property
172
+ @pulumi.getter
173
+ def create(self) -> Optional[pulumi.Input[_builtins.str]]:
174
+ """
175
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
176
+ """
177
+ return pulumi.get(self, "create")
178
+
179
+ @create.setter
180
+ def create(self, value: Optional[pulumi.Input[_builtins.str]]):
181
+ pulumi.set(self, "create", value)
182
+
183
+ @_builtins.property
184
+ @pulumi.getter
185
+ def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
186
+ """
187
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
188
+ """
189
+ return pulumi.get(self, "delete")
190
+
191
+ @delete.setter
192
+ def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
193
+ pulumi.set(self, "delete", value)
194
+
195
+ @_builtins.property
196
+ @pulumi.getter
197
+ def update(self) -> Optional[pulumi.Input[_builtins.str]]:
198
+ """
199
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
200
+ """
201
+ return pulumi.get(self, "update")
202
+
203
+ @update.setter
204
+ def update(self, value: Optional[pulumi.Input[_builtins.str]]):
205
+ pulumi.set(self, "update", value)
206
+
207
+
208
+ if not MYPY:
209
+ class ScopeTargetArgsDict(TypedDict):
210
+ region: pulumi.Input[_builtins.str]
211
+ """
212
+ Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
213
+ """
214
+ target_identifier: NotRequired[pulumi.Input['ScopeTargetTargetIdentifierArgsDict']]
215
+ """
216
+ A target identifier is a pair of identifying information for a scope.
217
+ """
218
+ elif False:
219
+ ScopeTargetArgsDict: TypeAlias = Mapping[str, Any]
220
+
221
+ @pulumi.input_type
222
+ class ScopeTargetArgs:
223
+ def __init__(__self__, *,
224
+ region: pulumi.Input[_builtins.str],
225
+ target_identifier: Optional[pulumi.Input['ScopeTargetTargetIdentifierArgs']] = None):
226
+ """
227
+ :param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
228
+ :param pulumi.Input['ScopeTargetTargetIdentifierArgs'] target_identifier: A target identifier is a pair of identifying information for a scope.
229
+ """
230
+ pulumi.set(__self__, "region", region)
231
+ if target_identifier is not None:
232
+ pulumi.set(__self__, "target_identifier", target_identifier)
233
+
234
+ @_builtins.property
235
+ @pulumi.getter
236
+ def region(self) -> pulumi.Input[_builtins.str]:
237
+ """
238
+ Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
239
+ """
240
+ return pulumi.get(self, "region")
241
+
242
+ @region.setter
243
+ def region(self, value: pulumi.Input[_builtins.str]):
244
+ pulumi.set(self, "region", value)
245
+
246
+ @_builtins.property
247
+ @pulumi.getter(name="targetIdentifier")
248
+ def target_identifier(self) -> Optional[pulumi.Input['ScopeTargetTargetIdentifierArgs']]:
249
+ """
250
+ A target identifier is a pair of identifying information for a scope.
251
+ """
252
+ return pulumi.get(self, "target_identifier")
253
+
254
+ @target_identifier.setter
255
+ def target_identifier(self, value: Optional[pulumi.Input['ScopeTargetTargetIdentifierArgs']]):
256
+ pulumi.set(self, "target_identifier", value)
257
+
258
+
259
+ if not MYPY:
260
+ class ScopeTargetTargetIdentifierArgsDict(TypedDict):
261
+ target_type: pulumi.Input[_builtins.str]
262
+ """
263
+ The type of a target. A target type is currently always `ACCOUNT`.
264
+ """
265
+ target_id: NotRequired[pulumi.Input['ScopeTargetTargetIdentifierTargetIdArgsDict']]
266
+ """
267
+ The identifier for a target, which is currently always an account ID.
268
+ """
269
+ elif False:
270
+ ScopeTargetTargetIdentifierArgsDict: TypeAlias = Mapping[str, Any]
271
+
272
+ @pulumi.input_type
273
+ class ScopeTargetTargetIdentifierArgs:
274
+ def __init__(__self__, *,
275
+ target_type: pulumi.Input[_builtins.str],
276
+ target_id: Optional[pulumi.Input['ScopeTargetTargetIdentifierTargetIdArgs']] = None):
277
+ """
278
+ :param pulumi.Input[_builtins.str] target_type: The type of a target. A target type is currently always `ACCOUNT`.
279
+ :param pulumi.Input['ScopeTargetTargetIdentifierTargetIdArgs'] target_id: The identifier for a target, which is currently always an account ID.
280
+ """
281
+ pulumi.set(__self__, "target_type", target_type)
282
+ if target_id is not None:
283
+ pulumi.set(__self__, "target_id", target_id)
284
+
285
+ @_builtins.property
286
+ @pulumi.getter(name="targetType")
287
+ def target_type(self) -> pulumi.Input[_builtins.str]:
288
+ """
289
+ The type of a target. A target type is currently always `ACCOUNT`.
290
+ """
291
+ return pulumi.get(self, "target_type")
292
+
293
+ @target_type.setter
294
+ def target_type(self, value: pulumi.Input[_builtins.str]):
295
+ pulumi.set(self, "target_type", value)
296
+
297
+ @_builtins.property
298
+ @pulumi.getter(name="targetId")
299
+ def target_id(self) -> Optional[pulumi.Input['ScopeTargetTargetIdentifierTargetIdArgs']]:
300
+ """
301
+ The identifier for a target, which is currently always an account ID.
302
+ """
303
+ return pulumi.get(self, "target_id")
304
+
305
+ @target_id.setter
306
+ def target_id(self, value: Optional[pulumi.Input['ScopeTargetTargetIdentifierTargetIdArgs']]):
307
+ pulumi.set(self, "target_id", value)
308
+
309
+
310
+ if not MYPY:
311
+ class ScopeTargetTargetIdentifierTargetIdArgsDict(TypedDict):
312
+ account_id: pulumi.Input[_builtins.str]
313
+ """
314
+ AWS account ID.
315
+ """
316
+ elif False:
317
+ ScopeTargetTargetIdentifierTargetIdArgsDict: TypeAlias = Mapping[str, Any]
318
+
319
+ @pulumi.input_type
320
+ class ScopeTargetTargetIdentifierTargetIdArgs:
321
+ def __init__(__self__, *,
322
+ account_id: pulumi.Input[_builtins.str]):
323
+ """
324
+ :param pulumi.Input[_builtins.str] account_id: AWS account ID.
325
+ """
326
+ pulumi.set(__self__, "account_id", account_id)
327
+
328
+ @_builtins.property
329
+ @pulumi.getter(name="accountId")
330
+ def account_id(self) -> pulumi.Input[_builtins.str]:
331
+ """
332
+ AWS account ID.
333
+ """
334
+ return pulumi.get(self, "account_id")
335
+
336
+ @account_id.setter
337
+ def account_id(self, value: pulumi.Input[_builtins.str]):
338
+ pulumi.set(self, "account_id", value)
339
+
340
+
341
+ if not MYPY:
342
+ class ScopeTimeoutsArgsDict(TypedDict):
343
+ create: NotRequired[pulumi.Input[_builtins.str]]
344
+ """
345
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
346
+ """
347
+ delete: NotRequired[pulumi.Input[_builtins.str]]
348
+ """
349
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
350
+ """
351
+ update: NotRequired[pulumi.Input[_builtins.str]]
352
+ """
353
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
354
+ """
355
+ elif False:
356
+ ScopeTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
357
+
358
+ @pulumi.input_type
359
+ class ScopeTimeoutsArgs:
360
+ def __init__(__self__, *,
361
+ create: Optional[pulumi.Input[_builtins.str]] = None,
362
+ delete: Optional[pulumi.Input[_builtins.str]] = None,
363
+ update: Optional[pulumi.Input[_builtins.str]] = None):
364
+ """
365
+ :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
366
+ :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
367
+ :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
368
+ """
369
+ if create is not None:
370
+ pulumi.set(__self__, "create", create)
371
+ if delete is not None:
372
+ pulumi.set(__self__, "delete", delete)
373
+ if update is not None:
374
+ pulumi.set(__self__, "update", update)
375
+
376
+ @_builtins.property
377
+ @pulumi.getter
378
+ def create(self) -> Optional[pulumi.Input[_builtins.str]]:
379
+ """
380
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
381
+ """
382
+ return pulumi.get(self, "create")
383
+
384
+ @create.setter
385
+ def create(self, value: Optional[pulumi.Input[_builtins.str]]):
386
+ pulumi.set(self, "create", value)
387
+
388
+ @_builtins.property
389
+ @pulumi.getter
390
+ def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
391
+ """
392
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
393
+ """
394
+ return pulumi.get(self, "delete")
395
+
396
+ @delete.setter
397
+ def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
398
+ pulumi.set(self, "delete", value)
399
+
400
+ @_builtins.property
401
+ @pulumi.getter
402
+ def update(self) -> Optional[pulumi.Input[_builtins.str]]:
403
+ """
404
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
405
+ """
406
+ return pulumi.get(self, "update")
407
+
408
+ @update.setter
409
+ def update(self, value: Optional[pulumi.Input[_builtins.str]]):
410
+ pulumi.set(self, "update", value)
411
+
412
+