aws-cdk-lib 2.146.0__py3-none-any.whl → 2.147.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.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (67) hide show
  1. aws_cdk/__init__.py +10 -11
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.146.0.jsii.tgz → aws-cdk-lib@2.147.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +32 -12
  5. aws_cdk/aws_apigatewayv2/__init__.py +48 -2
  6. aws_cdk/aws_apigatewayv2_integrations/__init__.py +142 -4
  7. aws_cdk/aws_appconfig/__init__.py +8 -4
  8. aws_cdk/aws_applicationsignals/__init__.py +1766 -0
  9. aws_cdk/aws_auditmanager/__init__.py +5 -1
  10. aws_cdk/aws_autoscaling/__init__.py +65 -20
  11. aws_cdk/aws_batch/__init__.py +215 -0
  12. aws_cdk/aws_bedrock/__init__.py +272 -103
  13. aws_cdk/aws_cloudformation/__init__.py +5 -11
  14. aws_cdk/aws_cloudfront/__init__.py +10 -3
  15. aws_cdk/aws_cloudtrail/__init__.py +56 -2
  16. aws_cdk/aws_codebuild/__init__.py +62 -29
  17. aws_cdk/aws_codepipeline/__init__.py +10 -5
  18. aws_cdk/aws_datazone/__init__.py +80 -68
  19. aws_cdk/aws_deadline/__init__.py +603 -17
  20. aws_cdk/aws_ec2/__init__.py +237 -112
  21. aws_cdk/aws_ecs/__init__.py +20 -18
  22. aws_cdk/aws_eks/__init__.py +15 -9
  23. aws_cdk/aws_elasticloadbalancingv2/__init__.py +11 -5
  24. aws_cdk/aws_emrserverless/__init__.py +5 -5
  25. aws_cdk/aws_events/__init__.py +36 -16
  26. aws_cdk/aws_fsx/__init__.py +126 -21
  27. aws_cdk/aws_globalaccelerator/__init__.py +2 -1
  28. aws_cdk/aws_globalaccelerator_endpoints/__init__.py +35 -4
  29. aws_cdk/aws_glue/__init__.py +26 -0
  30. aws_cdk/aws_grafana/__init__.py +4 -4
  31. aws_cdk/aws_groundstation/__init__.py +55 -35
  32. aws_cdk/aws_guardduty/__init__.py +826 -0
  33. aws_cdk/aws_iot/__init__.py +3 -3
  34. aws_cdk/aws_lambda/__init__.py +7 -5
  35. aws_cdk/aws_lightsail/__init__.py +1 -1
  36. aws_cdk/aws_location/__init__.py +10 -11
  37. aws_cdk/aws_mediapackagev2/__init__.py +38 -20
  38. aws_cdk/aws_mediatailor/__init__.py +2 -2
  39. aws_cdk/aws_msk/__init__.py +4 -4
  40. aws_cdk/aws_mwaa/__init__.py +16 -8
  41. aws_cdk/aws_nimblestudio/__init__.py +9 -9
  42. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  43. aws_cdk/aws_opsworks/__init__.py +3 -3
  44. aws_cdk/aws_osis/__init__.py +33 -4
  45. aws_cdk/aws_pipes/__init__.py +97 -45
  46. aws_cdk/aws_quicksight/__init__.py +23 -21
  47. aws_cdk/aws_rds/__init__.py +43 -11
  48. aws_cdk/aws_refactorspaces/__init__.py +3 -3
  49. aws_cdk/aws_rolesanywhere/__init__.py +21 -14
  50. aws_cdk/aws_sagemaker/__init__.py +5 -2
  51. aws_cdk/aws_securityhub/__init__.py +163 -78
  52. aws_cdk/aws_securitylake/__init__.py +7 -5
  53. aws_cdk/aws_ses/__init__.py +117 -0
  54. aws_cdk/aws_simspaceweaver/__init__.py +2 -2
  55. aws_cdk/aws_sns/__init__.py +6 -4
  56. aws_cdk/aws_sqs/__init__.py +3 -3
  57. aws_cdk/aws_stepfunctions/__init__.py +51 -28
  58. aws_cdk/aws_stepfunctions_tasks/__init__.py +56 -2
  59. aws_cdk/aws_transfer/__init__.py +8 -2
  60. aws_cdk/aws_wafv2/__init__.py +10 -10
  61. aws_cdk/aws_workspacesweb/__init__.py +8 -8
  62. {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/METADATA +1 -1
  63. {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/RECORD +67 -66
  64. {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/LICENSE +0 -0
  65. {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/NOTICE +0 -0
  66. {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/WHEEL +0 -0
  67. {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/top_level.txt +0 -0
@@ -55,13 +55,16 @@ from .._jsii import *
55
55
  import constructs as _constructs_77d1e7e8
56
56
  from .. import (
57
57
  CfnResource as _CfnResource_9df397a6,
58
+ CfnTag as _CfnTag_f6864754,
58
59
  IInspectable as _IInspectable_c2943556,
59
60
  IResolvable as _IResolvable_da3f097b,
61
+ ITaggableV2 as _ITaggableV2_4e6798f8,
62
+ TagManager as _TagManager_0a598cb3,
60
63
  TreeInspector as _TreeInspector_488e0dd5,
61
64
  )
62
65
 
63
66
 
64
- @jsii.implements(_IInspectable_c2943556)
67
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
65
68
  class CfnFarm(
66
69
  _CfnResource_9df397a6,
67
70
  metaclass=jsii.JSIIMeta,
@@ -86,7 +89,11 @@ class CfnFarm(
86
89
 
87
90
  # the properties below are optional
88
91
  description="description",
89
- kms_key_arn="kmsKeyArn"
92
+ kms_key_arn="kmsKeyArn",
93
+ tags=[CfnTag(
94
+ key="key",
95
+ value="value"
96
+ )]
90
97
  )
91
98
  '''
92
99
 
@@ -98,6 +105,7 @@ class CfnFarm(
98
105
  display_name: builtins.str,
99
106
  description: typing.Optional[builtins.str] = None,
100
107
  kms_key_arn: typing.Optional[builtins.str] = None,
108
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
101
109
  ) -> None:
102
110
  '''
103
111
  :param scope: Scope in which this resource is defined.
@@ -105,13 +113,17 @@ class CfnFarm(
105
113
  :param display_name: The display name of the farm.
106
114
  :param description: A description of the farm that helps identify what the farm is used for. Default: - ""
107
115
  :param kms_key_arn: The ARN for the KMS key.
116
+ :param tags: The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
108
117
  '''
109
118
  if __debug__:
110
119
  type_hints = typing.get_type_hints(_typecheckingstub__c8cfafb7690986cd3ddb4ba2de814f300f2faab0827e01a86f2f528af27544d1)
111
120
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
112
121
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
113
122
  props = CfnFarmProps(
114
- display_name=display_name, description=description, kms_key_arn=kms_key_arn
123
+ display_name=display_name,
124
+ description=description,
125
+ kms_key_arn=kms_key_arn,
126
+ tags=tags,
115
127
  )
116
128
 
117
129
  jsii.create(self.__class__, self, [scope, id, props])
@@ -164,6 +176,12 @@ class CfnFarm(
164
176
  '''
165
177
  return typing.cast(builtins.str, jsii.get(self, "attrFarmId"))
166
178
 
179
+ @builtins.property
180
+ @jsii.member(jsii_name="cdkTagManager")
181
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
182
+ '''Tag Manager which manages the tags for this resource.'''
183
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
184
+
167
185
  @builtins.property
168
186
  @jsii.member(jsii_name="cfnProperties")
169
187
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -208,6 +226,19 @@ class CfnFarm(
208
226
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
209
227
  jsii.set(self, "kmsKeyArn", value)
210
228
 
229
+ @builtins.property
230
+ @jsii.member(jsii_name="tags")
231
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
232
+ '''The tags to add to your farm.'''
233
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
234
+
235
+ @tags.setter
236
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
237
+ if __debug__:
238
+ type_hints = typing.get_type_hints(_typecheckingstub__0e0688a8dc8cdc7f618bc0975895ced63b43e9c85cd1b97a6a84272f1b38fefe)
239
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
240
+ jsii.set(self, "tags", value)
241
+
211
242
 
212
243
  @jsii.data_type(
213
244
  jsii_type="aws-cdk-lib.aws_deadline.CfnFarmProps",
@@ -216,6 +247,7 @@ class CfnFarm(
216
247
  "display_name": "displayName",
217
248
  "description": "description",
218
249
  "kms_key_arn": "kmsKeyArn",
250
+ "tags": "tags",
219
251
  },
220
252
  )
221
253
  class CfnFarmProps:
@@ -225,12 +257,14 @@ class CfnFarmProps:
225
257
  display_name: builtins.str,
226
258
  description: typing.Optional[builtins.str] = None,
227
259
  kms_key_arn: typing.Optional[builtins.str] = None,
260
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
228
261
  ) -> None:
229
262
  '''Properties for defining a ``CfnFarm``.
230
263
 
231
264
  :param display_name: The display name of the farm.
232
265
  :param description: A description of the farm that helps identify what the farm is used for. Default: - ""
233
266
  :param kms_key_arn: The ARN for the KMS key.
267
+ :param tags: The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
234
268
 
235
269
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-farm.html
236
270
  :exampleMetadata: fixture=_generated
@@ -246,7 +280,11 @@ class CfnFarmProps:
246
280
 
247
281
  # the properties below are optional
248
282
  description="description",
249
- kms_key_arn="kmsKeyArn"
283
+ kms_key_arn="kmsKeyArn",
284
+ tags=[CfnTag(
285
+ key="key",
286
+ value="value"
287
+ )]
250
288
  )
251
289
  '''
252
290
  if __debug__:
@@ -254,6 +292,7 @@ class CfnFarmProps:
254
292
  check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
255
293
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
256
294
  check_type(argname="argument kms_key_arn", value=kms_key_arn, expected_type=type_hints["kms_key_arn"])
295
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
257
296
  self._values: typing.Dict[builtins.str, typing.Any] = {
258
297
  "display_name": display_name,
259
298
  }
@@ -261,6 +300,8 @@ class CfnFarmProps:
261
300
  self._values["description"] = description
262
301
  if kms_key_arn is not None:
263
302
  self._values["kms_key_arn"] = kms_key_arn
303
+ if tags is not None:
304
+ self._values["tags"] = tags
264
305
 
265
306
  @builtins.property
266
307
  def display_name(self) -> builtins.str:
@@ -292,6 +333,17 @@ class CfnFarmProps:
292
333
  result = self._values.get("kms_key_arn")
293
334
  return typing.cast(typing.Optional[builtins.str], result)
294
335
 
336
+ @builtins.property
337
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
338
+ '''The tags to add to your farm.
339
+
340
+ Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
341
+
342
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-farm.html#cfn-deadline-farm-tags
343
+ '''
344
+ result = self._values.get("tags")
345
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
346
+
295
347
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
296
348
  return isinstance(rhs, self.__class__) and rhs._values == self._values
297
349
 
@@ -304,7 +356,7 @@ class CfnFarmProps:
304
356
  )
305
357
 
306
358
 
307
- @jsii.implements(_IInspectable_c2943556)
359
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
308
360
  class CfnFleet(
309
361
  _CfnResource_9df397a6,
310
362
  metaclass=jsii.JSIIMeta,
@@ -423,7 +475,11 @@ class CfnFleet(
423
475
  # the properties below are optional
424
476
  description="description",
425
477
  farm_id="farmId",
426
- min_worker_count=123
478
+ min_worker_count=123,
479
+ tags=[CfnTag(
480
+ key="key",
481
+ value="value"
482
+ )]
427
483
  )
428
484
  '''
429
485
 
@@ -439,6 +495,7 @@ class CfnFleet(
439
495
  description: typing.Optional[builtins.str] = None,
440
496
  farm_id: typing.Optional[builtins.str] = None,
441
497
  min_worker_count: typing.Optional[jsii.Number] = None,
498
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
442
499
  ) -> None:
443
500
  '''
444
501
  :param scope: Scope in which this resource is defined.
@@ -450,6 +507,7 @@ class CfnFleet(
450
507
  :param description: A description that helps identify what the fleet is used for. Default: - ""
451
508
  :param farm_id: The farm ID.
452
509
  :param min_worker_count: The minimum number of workers in the fleet. Default: - 0
510
+ :param tags: The tags to add to your fleet. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
453
511
  '''
454
512
  if __debug__:
455
513
  type_hints = typing.get_type_hints(_typecheckingstub__b982dfa2ac88548efd13c63c65f7144bf79a74dd670eebe5a13537f1fa38090a)
@@ -463,6 +521,7 @@ class CfnFleet(
463
521
  description=description,
464
522
  farm_id=farm_id,
465
523
  min_worker_count=min_worker_count,
524
+ tags=tags,
466
525
  )
467
526
 
468
527
  jsii.create(self.__class__, self, [scope, id, props])
@@ -541,6 +600,12 @@ class CfnFleet(
541
600
  '''
542
601
  return typing.cast(jsii.Number, jsii.get(self, "attrWorkerCount"))
543
602
 
603
+ @builtins.property
604
+ @jsii.member(jsii_name="cdkTagManager")
605
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
606
+ '''Tag Manager which manages the tags for this resource.'''
607
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
608
+
544
609
  @builtins.property
545
610
  @jsii.member(jsii_name="cfnProperties")
546
611
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -642,6 +707,19 @@ class CfnFleet(
642
707
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
643
708
  jsii.set(self, "minWorkerCount", value)
644
709
 
710
+ @builtins.property
711
+ @jsii.member(jsii_name="tags")
712
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
713
+ '''The tags to add to your fleet.'''
714
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
715
+
716
+ @tags.setter
717
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
718
+ if __debug__:
719
+ type_hints = typing.get_type_hints(_typecheckingstub__9c9ddff2a0e8eb5e8397bf64d0158ac4f8fba30ee673a959c2d550657e6f0248)
720
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
721
+ jsii.set(self, "tags", value)
722
+
645
723
  @jsii.data_type(
646
724
  jsii_type="aws-cdk-lib.aws_deadline.CfnFleet.AcceleratorCountRangeProperty",
647
725
  jsii_struct_bases=[],
@@ -2199,6 +2277,7 @@ class CfnFleet(
2199
2277
  "description": "description",
2200
2278
  "farm_id": "farmId",
2201
2279
  "min_worker_count": "minWorkerCount",
2280
+ "tags": "tags",
2202
2281
  },
2203
2282
  )
2204
2283
  class CfnFleetProps:
@@ -2212,6 +2291,7 @@ class CfnFleetProps:
2212
2291
  description: typing.Optional[builtins.str] = None,
2213
2292
  farm_id: typing.Optional[builtins.str] = None,
2214
2293
  min_worker_count: typing.Optional[jsii.Number] = None,
2294
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2215
2295
  ) -> None:
2216
2296
  '''Properties for defining a ``CfnFleet``.
2217
2297
 
@@ -2222,6 +2302,7 @@ class CfnFleetProps:
2222
2302
  :param description: A description that helps identify what the fleet is used for. Default: - ""
2223
2303
  :param farm_id: The farm ID.
2224
2304
  :param min_worker_count: The minimum number of workers in the fleet. Default: - 0
2305
+ :param tags: The tags to add to your fleet. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
2225
2306
 
2226
2307
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html
2227
2308
  :exampleMetadata: fixture=_generated
@@ -2331,7 +2412,11 @@ class CfnFleetProps:
2331
2412
  # the properties below are optional
2332
2413
  description="description",
2333
2414
  farm_id="farmId",
2334
- min_worker_count=123
2415
+ min_worker_count=123,
2416
+ tags=[CfnTag(
2417
+ key="key",
2418
+ value="value"
2419
+ )]
2335
2420
  )
2336
2421
  '''
2337
2422
  if __debug__:
@@ -2343,6 +2428,7 @@ class CfnFleetProps:
2343
2428
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
2344
2429
  check_type(argname="argument farm_id", value=farm_id, expected_type=type_hints["farm_id"])
2345
2430
  check_type(argname="argument min_worker_count", value=min_worker_count, expected_type=type_hints["min_worker_count"])
2431
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2346
2432
  self._values: typing.Dict[builtins.str, typing.Any] = {
2347
2433
  "configuration": configuration,
2348
2434
  "display_name": display_name,
@@ -2355,6 +2441,8 @@ class CfnFleetProps:
2355
2441
  self._values["farm_id"] = farm_id
2356
2442
  if min_worker_count is not None:
2357
2443
  self._values["min_worker_count"] = min_worker_count
2444
+ if tags is not None:
2445
+ self._values["tags"] = tags
2358
2446
 
2359
2447
  @builtins.property
2360
2448
  def configuration(
@@ -2429,6 +2517,17 @@ class CfnFleetProps:
2429
2517
  result = self._values.get("min_worker_count")
2430
2518
  return typing.cast(typing.Optional[jsii.Number], result)
2431
2519
 
2520
+ @builtins.property
2521
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2522
+ '''The tags to add to your fleet.
2523
+
2524
+ Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
2525
+
2526
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-tags
2527
+ '''
2528
+ result = self._values.get("tags")
2529
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2530
+
2432
2531
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
2433
2532
  return isinstance(rhs, self.__class__) and rhs._values == self._values
2434
2533
 
@@ -2441,7 +2540,7 @@ class CfnFleetProps:
2441
2540
  )
2442
2541
 
2443
2542
 
2444
- @jsii.implements(_IInspectable_c2943556)
2543
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2445
2544
  class CfnLicenseEndpoint(
2446
2545
  _CfnResource_9df397a6,
2447
2546
  metaclass=jsii.JSIIMeta,
@@ -2462,7 +2561,13 @@ class CfnLicenseEndpoint(
2462
2561
  cfn_license_endpoint = deadline.CfnLicenseEndpoint(self, "MyCfnLicenseEndpoint",
2463
2562
  security_group_ids=["securityGroupIds"],
2464
2563
  subnet_ids=["subnetIds"],
2465
- vpc_id="vpcId"
2564
+ vpc_id="vpcId",
2565
+
2566
+ # the properties below are optional
2567
+ tags=[CfnTag(
2568
+ key="key",
2569
+ value="value"
2570
+ )]
2466
2571
  )
2467
2572
  '''
2468
2573
 
@@ -2474,6 +2579,7 @@ class CfnLicenseEndpoint(
2474
2579
  security_group_ids: typing.Sequence[builtins.str],
2475
2580
  subnet_ids: typing.Sequence[builtins.str],
2476
2581
  vpc_id: builtins.str,
2582
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2477
2583
  ) -> None:
2478
2584
  '''
2479
2585
  :param scope: Scope in which this resource is defined.
@@ -2481,13 +2587,17 @@ class CfnLicenseEndpoint(
2481
2587
  :param security_group_ids: The identifier of the Amazon EC2 security group that controls access to the license endpoint.
2482
2588
  :param subnet_ids: Identifies the VPC subnets that can connect to a license endpoint.
2483
2589
  :param vpc_id: The VCP(virtual private cloud) ID associated with the license endpoint.
2590
+ :param tags: The tags to add to your license endpoint. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
2484
2591
  '''
2485
2592
  if __debug__:
2486
2593
  type_hints = typing.get_type_hints(_typecheckingstub__2263281bf0506f61e2d06a34042a34c3aa49572fcab3143d4b6c4bc81a62b9a3)
2487
2594
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2488
2595
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2489
2596
  props = CfnLicenseEndpointProps(
2490
- security_group_ids=security_group_ids, subnet_ids=subnet_ids, vpc_id=vpc_id
2597
+ security_group_ids=security_group_ids,
2598
+ subnet_ids=subnet_ids,
2599
+ vpc_id=vpc_id,
2600
+ tags=tags,
2491
2601
  )
2492
2602
 
2493
2603
  jsii.create(self.__class__, self, [scope, id, props])
@@ -2567,6 +2677,12 @@ class CfnLicenseEndpoint(
2567
2677
  '''
2568
2678
  return typing.cast(builtins.str, jsii.get(self, "attrStatusMessage"))
2569
2679
 
2680
+ @builtins.property
2681
+ @jsii.member(jsii_name="cdkTagManager")
2682
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2683
+ '''Tag Manager which manages the tags for this resource.'''
2684
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2685
+
2570
2686
  @builtins.property
2571
2687
  @jsii.member(jsii_name="cfnProperties")
2572
2688
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -2611,6 +2727,19 @@ class CfnLicenseEndpoint(
2611
2727
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2612
2728
  jsii.set(self, "vpcId", value)
2613
2729
 
2730
+ @builtins.property
2731
+ @jsii.member(jsii_name="tags")
2732
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2733
+ '''The tags to add to your license endpoint.'''
2734
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
2735
+
2736
+ @tags.setter
2737
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
2738
+ if __debug__:
2739
+ type_hints = typing.get_type_hints(_typecheckingstub__328d44ddd074858e36e2c2a2c68ed8b77068feeb72199a2b74d4b41ff444c616)
2740
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2741
+ jsii.set(self, "tags", value)
2742
+
2614
2743
 
2615
2744
  @jsii.data_type(
2616
2745
  jsii_type="aws-cdk-lib.aws_deadline.CfnLicenseEndpointProps",
@@ -2619,6 +2748,7 @@ class CfnLicenseEndpoint(
2619
2748
  "security_group_ids": "securityGroupIds",
2620
2749
  "subnet_ids": "subnetIds",
2621
2750
  "vpc_id": "vpcId",
2751
+ "tags": "tags",
2622
2752
  },
2623
2753
  )
2624
2754
  class CfnLicenseEndpointProps:
@@ -2628,12 +2758,14 @@ class CfnLicenseEndpointProps:
2628
2758
  security_group_ids: typing.Sequence[builtins.str],
2629
2759
  subnet_ids: typing.Sequence[builtins.str],
2630
2760
  vpc_id: builtins.str,
2761
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2631
2762
  ) -> None:
2632
2763
  '''Properties for defining a ``CfnLicenseEndpoint``.
2633
2764
 
2634
2765
  :param security_group_ids: The identifier of the Amazon EC2 security group that controls access to the license endpoint.
2635
2766
  :param subnet_ids: Identifies the VPC subnets that can connect to a license endpoint.
2636
2767
  :param vpc_id: The VCP(virtual private cloud) ID associated with the license endpoint.
2768
+ :param tags: The tags to add to your license endpoint. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
2637
2769
 
2638
2770
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-licenseendpoint.html
2639
2771
  :exampleMetadata: fixture=_generated
@@ -2647,7 +2779,13 @@ class CfnLicenseEndpointProps:
2647
2779
  cfn_license_endpoint_props = deadline.CfnLicenseEndpointProps(
2648
2780
  security_group_ids=["securityGroupIds"],
2649
2781
  subnet_ids=["subnetIds"],
2650
- vpc_id="vpcId"
2782
+ vpc_id="vpcId",
2783
+
2784
+ # the properties below are optional
2785
+ tags=[CfnTag(
2786
+ key="key",
2787
+ value="value"
2788
+ )]
2651
2789
  )
2652
2790
  '''
2653
2791
  if __debug__:
@@ -2655,11 +2793,14 @@ class CfnLicenseEndpointProps:
2655
2793
  check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
2656
2794
  check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
2657
2795
  check_type(argname="argument vpc_id", value=vpc_id, expected_type=type_hints["vpc_id"])
2796
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2658
2797
  self._values: typing.Dict[builtins.str, typing.Any] = {
2659
2798
  "security_group_ids": security_group_ids,
2660
2799
  "subnet_ids": subnet_ids,
2661
2800
  "vpc_id": vpc_id,
2662
2801
  }
2802
+ if tags is not None:
2803
+ self._values["tags"] = tags
2663
2804
 
2664
2805
  @builtins.property
2665
2806
  def security_group_ids(self) -> typing.List[builtins.str]:
@@ -2691,6 +2832,17 @@ class CfnLicenseEndpointProps:
2691
2832
  assert result is not None, "Required property 'vpc_id' is missing"
2692
2833
  return typing.cast(builtins.str, result)
2693
2834
 
2835
+ @builtins.property
2836
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2837
+ '''The tags to add to your license endpoint.
2838
+
2839
+ Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
2840
+
2841
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-licenseendpoint.html#cfn-deadline-licenseendpoint-tags
2842
+ '''
2843
+ result = self._values.get("tags")
2844
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2845
+
2694
2846
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
2695
2847
  return isinstance(rhs, self.__class__) and rhs._values == self._values
2696
2848
 
@@ -2997,6 +3149,301 @@ class CfnMeteredProductProps:
2997
3149
 
2998
3150
 
2999
3151
  @jsii.implements(_IInspectable_c2943556)
3152
+ class CfnMonitor(
3153
+ _CfnResource_9df397a6,
3154
+ metaclass=jsii.JSIIMeta,
3155
+ jsii_type="aws-cdk-lib.aws_deadline.CfnMonitor",
3156
+ ):
3157
+ '''Creates an AWS Deadline Cloud monitor that you can use to view your farms, queues, and fleets.
3158
+
3159
+ After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.
3160
+
3161
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html
3162
+ :cloudformationResource: AWS::Deadline::Monitor
3163
+ :exampleMetadata: fixture=_generated
3164
+
3165
+ Example::
3166
+
3167
+ # The code below shows an example of how to instantiate this type.
3168
+ # The values are placeholders you should change.
3169
+ from aws_cdk import aws_deadline as deadline
3170
+
3171
+ cfn_monitor = deadline.CfnMonitor(self, "MyCfnMonitor",
3172
+ display_name="displayName",
3173
+ identity_center_instance_arn="identityCenterInstanceArn",
3174
+ role_arn="roleArn",
3175
+ subdomain="subdomain"
3176
+ )
3177
+ '''
3178
+
3179
+ def __init__(
3180
+ self,
3181
+ scope: _constructs_77d1e7e8.Construct,
3182
+ id: builtins.str,
3183
+ *,
3184
+ display_name: builtins.str,
3185
+ identity_center_instance_arn: builtins.str,
3186
+ role_arn: builtins.str,
3187
+ subdomain: builtins.str,
3188
+ ) -> None:
3189
+ '''
3190
+ :param scope: Scope in which this resource is defined.
3191
+ :param id: Construct identifier for this resource (unique in its scope).
3192
+ :param display_name: The name of the monitor that displays on the Deadline Cloud console.
3193
+ :param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
3194
+ :param role_arn: The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
3195
+ :param subdomain: The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
3196
+ '''
3197
+ if __debug__:
3198
+ type_hints = typing.get_type_hints(_typecheckingstub__4edf45db3ae8781366a254b5ea792b290cf7822e23073f5b7f959959eb7658ab)
3199
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3200
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3201
+ props = CfnMonitorProps(
3202
+ display_name=display_name,
3203
+ identity_center_instance_arn=identity_center_instance_arn,
3204
+ role_arn=role_arn,
3205
+ subdomain=subdomain,
3206
+ )
3207
+
3208
+ jsii.create(self.__class__, self, [scope, id, props])
3209
+
3210
+ @jsii.member(jsii_name="inspect")
3211
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3212
+ '''Examines the CloudFormation resource and discloses attributes.
3213
+
3214
+ :param inspector: tree inspector to collect and process attributes.
3215
+ '''
3216
+ if __debug__:
3217
+ type_hints = typing.get_type_hints(_typecheckingstub__034755889d5bcfdc70af9b9b4f8a99b600dbe0a5e6f4d141826a5eca63ae16e1)
3218
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
3219
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
3220
+
3221
+ @jsii.member(jsii_name="renderProperties")
3222
+ def _render_properties(
3223
+ self,
3224
+ props: typing.Mapping[builtins.str, typing.Any],
3225
+ ) -> typing.Mapping[builtins.str, typing.Any]:
3226
+ '''
3227
+ :param props: -
3228
+ '''
3229
+ if __debug__:
3230
+ type_hints = typing.get_type_hints(_typecheckingstub__6f07f717829caa15f757a8f8a5dccc219a06a002224f211b95e98b2c80fb9470)
3231
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
3232
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
3233
+
3234
+ @jsii.python.classproperty
3235
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
3236
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
3237
+ '''The CloudFormation resource type name for this resource class.'''
3238
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
3239
+
3240
+ @builtins.property
3241
+ @jsii.member(jsii_name="attrArn")
3242
+ def attr_arn(self) -> builtins.str:
3243
+ '''
3244
+ :cloudformationAttribute: Arn
3245
+ '''
3246
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
3247
+
3248
+ @builtins.property
3249
+ @jsii.member(jsii_name="attrIdentityCenterApplicationArn")
3250
+ def attr_identity_center_application_arn(self) -> builtins.str:
3251
+ '''The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
3252
+
3253
+ :cloudformationAttribute: IdentityCenterApplicationArn
3254
+ '''
3255
+ return typing.cast(builtins.str, jsii.get(self, "attrIdentityCenterApplicationArn"))
3256
+
3257
+ @builtins.property
3258
+ @jsii.member(jsii_name="attrMonitorId")
3259
+ def attr_monitor_id(self) -> builtins.str:
3260
+ '''The unique identifier for the monitor.
3261
+
3262
+ :cloudformationAttribute: MonitorId
3263
+ '''
3264
+ return typing.cast(builtins.str, jsii.get(self, "attrMonitorId"))
3265
+
3266
+ @builtins.property
3267
+ @jsii.member(jsii_name="attrUrl")
3268
+ def attr_url(self) -> builtins.str:
3269
+ '''The complete URL of the monitor.
3270
+
3271
+ The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
3272
+
3273
+ :cloudformationAttribute: Url
3274
+ '''
3275
+ return typing.cast(builtins.str, jsii.get(self, "attrUrl"))
3276
+
3277
+ @builtins.property
3278
+ @jsii.member(jsii_name="cfnProperties")
3279
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3280
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3281
+
3282
+ @builtins.property
3283
+ @jsii.member(jsii_name="displayName")
3284
+ def display_name(self) -> builtins.str:
3285
+ '''The name of the monitor that displays on the Deadline Cloud console.'''
3286
+ return typing.cast(builtins.str, jsii.get(self, "displayName"))
3287
+
3288
+ @display_name.setter
3289
+ def display_name(self, value: builtins.str) -> None:
3290
+ if __debug__:
3291
+ type_hints = typing.get_type_hints(_typecheckingstub__cd05a5ff2a07e5a75374ecc156ae00d0a6e91d279c624096810f85c9256018d7)
3292
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3293
+ jsii.set(self, "displayName", value)
3294
+
3295
+ @builtins.property
3296
+ @jsii.member(jsii_name="identityCenterInstanceArn")
3297
+ def identity_center_instance_arn(self) -> builtins.str:
3298
+ '''The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.'''
3299
+ return typing.cast(builtins.str, jsii.get(self, "identityCenterInstanceArn"))
3300
+
3301
+ @identity_center_instance_arn.setter
3302
+ def identity_center_instance_arn(self, value: builtins.str) -> None:
3303
+ if __debug__:
3304
+ type_hints = typing.get_type_hints(_typecheckingstub__c053887b44a69dae4a5252bf5ed30d5c0860a420abef5a4311391458def3adb4)
3305
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3306
+ jsii.set(self, "identityCenterInstanceArn", value)
3307
+
3308
+ @builtins.property
3309
+ @jsii.member(jsii_name="roleArn")
3310
+ def role_arn(self) -> builtins.str:
3311
+ '''The Amazon Resource Name (ARN) of the IAM role for the monitor.'''
3312
+ return typing.cast(builtins.str, jsii.get(self, "roleArn"))
3313
+
3314
+ @role_arn.setter
3315
+ def role_arn(self, value: builtins.str) -> None:
3316
+ if __debug__:
3317
+ type_hints = typing.get_type_hints(_typecheckingstub__fe63f6c222a13b138ae1c490c190488357f30099efa2e4d1b187453abaa01669)
3318
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3319
+ jsii.set(self, "roleArn", value)
3320
+
3321
+ @builtins.property
3322
+ @jsii.member(jsii_name="subdomain")
3323
+ def subdomain(self) -> builtins.str:
3324
+ '''The subdomain used for the monitor URL.'''
3325
+ return typing.cast(builtins.str, jsii.get(self, "subdomain"))
3326
+
3327
+ @subdomain.setter
3328
+ def subdomain(self, value: builtins.str) -> None:
3329
+ if __debug__:
3330
+ type_hints = typing.get_type_hints(_typecheckingstub__92a6ea9073f47adeb866001ba027d5701cc6d06e3e3b1842bc227c77014cbf45)
3331
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3332
+ jsii.set(self, "subdomain", value)
3333
+
3334
+
3335
+ @jsii.data_type(
3336
+ jsii_type="aws-cdk-lib.aws_deadline.CfnMonitorProps",
3337
+ jsii_struct_bases=[],
3338
+ name_mapping={
3339
+ "display_name": "displayName",
3340
+ "identity_center_instance_arn": "identityCenterInstanceArn",
3341
+ "role_arn": "roleArn",
3342
+ "subdomain": "subdomain",
3343
+ },
3344
+ )
3345
+ class CfnMonitorProps:
3346
+ def __init__(
3347
+ self,
3348
+ *,
3349
+ display_name: builtins.str,
3350
+ identity_center_instance_arn: builtins.str,
3351
+ role_arn: builtins.str,
3352
+ subdomain: builtins.str,
3353
+ ) -> None:
3354
+ '''Properties for defining a ``CfnMonitor``.
3355
+
3356
+ :param display_name: The name of the monitor that displays on the Deadline Cloud console.
3357
+ :param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
3358
+ :param role_arn: The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
3359
+ :param subdomain: The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
3360
+
3361
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html
3362
+ :exampleMetadata: fixture=_generated
3363
+
3364
+ Example::
3365
+
3366
+ # The code below shows an example of how to instantiate this type.
3367
+ # The values are placeholders you should change.
3368
+ from aws_cdk import aws_deadline as deadline
3369
+
3370
+ cfn_monitor_props = deadline.CfnMonitorProps(
3371
+ display_name="displayName",
3372
+ identity_center_instance_arn="identityCenterInstanceArn",
3373
+ role_arn="roleArn",
3374
+ subdomain="subdomain"
3375
+ )
3376
+ '''
3377
+ if __debug__:
3378
+ type_hints = typing.get_type_hints(_typecheckingstub__491e65cd80e97b2076199940d899980b250e96b9da8d5783d92f236ae1c6e7f4)
3379
+ check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
3380
+ check_type(argname="argument identity_center_instance_arn", value=identity_center_instance_arn, expected_type=type_hints["identity_center_instance_arn"])
3381
+ check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
3382
+ check_type(argname="argument subdomain", value=subdomain, expected_type=type_hints["subdomain"])
3383
+ self._values: typing.Dict[builtins.str, typing.Any] = {
3384
+ "display_name": display_name,
3385
+ "identity_center_instance_arn": identity_center_instance_arn,
3386
+ "role_arn": role_arn,
3387
+ "subdomain": subdomain,
3388
+ }
3389
+
3390
+ @builtins.property
3391
+ def display_name(self) -> builtins.str:
3392
+ '''The name of the monitor that displays on the Deadline Cloud console.
3393
+
3394
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-displayname
3395
+ '''
3396
+ result = self._values.get("display_name")
3397
+ assert result is not None, "Required property 'display_name' is missing"
3398
+ return typing.cast(builtins.str, result)
3399
+
3400
+ @builtins.property
3401
+ def identity_center_instance_arn(self) -> builtins.str:
3402
+ '''The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
3403
+
3404
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-identitycenterinstancearn
3405
+ '''
3406
+ result = self._values.get("identity_center_instance_arn")
3407
+ assert result is not None, "Required property 'identity_center_instance_arn' is missing"
3408
+ return typing.cast(builtins.str, result)
3409
+
3410
+ @builtins.property
3411
+ def role_arn(self) -> builtins.str:
3412
+ '''The Amazon Resource Name (ARN) of the IAM role for the monitor.
3413
+
3414
+ Users of the monitor use this role to access Deadline Cloud resources.
3415
+
3416
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-rolearn
3417
+ '''
3418
+ result = self._values.get("role_arn")
3419
+ assert result is not None, "Required property 'role_arn' is missing"
3420
+ return typing.cast(builtins.str, result)
3421
+
3422
+ @builtins.property
3423
+ def subdomain(self) -> builtins.str:
3424
+ '''The subdomain used for the monitor URL.
3425
+
3426
+ The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
3427
+
3428
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-subdomain
3429
+ '''
3430
+ result = self._values.get("subdomain")
3431
+ assert result is not None, "Required property 'subdomain' is missing"
3432
+ return typing.cast(builtins.str, result)
3433
+
3434
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3435
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3436
+
3437
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3438
+ return not (rhs == self)
3439
+
3440
+ def __repr__(self) -> str:
3441
+ return "CfnMonitorProps(%s)" % ", ".join(
3442
+ k + "=" + repr(v) for k, v in self._values.items()
3443
+ )
3444
+
3445
+
3446
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3000
3447
  class CfnQueue(
3001
3448
  _CfnResource_9df397a6,
3002
3449
  metaclass=jsii.JSIIMeta,
@@ -3042,7 +3489,11 @@ class CfnQueue(
3042
3489
  )
3043
3490
  ),
3044
3491
  required_file_system_location_names=["requiredFileSystemLocationNames"],
3045
- role_arn="roleArn"
3492
+ role_arn="roleArn",
3493
+ tags=[CfnTag(
3494
+ key="key",
3495
+ value="value"
3496
+ )]
3046
3497
  )
3047
3498
  '''
3048
3499
 
@@ -3060,6 +3511,7 @@ class CfnQueue(
3060
3511
  job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnQueue.JobRunAsUserProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3061
3512
  required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
3062
3513
  role_arn: typing.Optional[builtins.str] = None,
3514
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3063
3515
  ) -> None:
3064
3516
  '''
3065
3517
  :param scope: Scope in which this resource is defined.
@@ -3073,6 +3525,7 @@ class CfnQueue(
3073
3525
  :param job_run_as_user: Identifies the user for a job.
3074
3526
  :param required_file_system_location_names: The file system location that the queue uses.
3075
3527
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role that workers use when running jobs in this queue.
3528
+ :param tags: The tags to add to your queue. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
3076
3529
  '''
3077
3530
  if __debug__:
3078
3531
  type_hints = typing.get_type_hints(_typecheckingstub__7c8ed104ef6a730c7b90ba82ab4ab0b37d213e5444e12df63d7d60b1e23323e6)
@@ -3088,6 +3541,7 @@ class CfnQueue(
3088
3541
  job_run_as_user=job_run_as_user,
3089
3542
  required_file_system_location_names=required_file_system_location_names,
3090
3543
  role_arn=role_arn,
3544
+ tags=tags,
3091
3545
  )
3092
3546
 
3093
3547
  jsii.create(self.__class__, self, [scope, id, props])
@@ -3140,6 +3594,12 @@ class CfnQueue(
3140
3594
  '''
3141
3595
  return typing.cast(builtins.str, jsii.get(self, "attrQueueId"))
3142
3596
 
3597
+ @builtins.property
3598
+ @jsii.member(jsii_name="cdkTagManager")
3599
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
3600
+ '''Tag Manager which manages the tags for this resource.'''
3601
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
3602
+
3143
3603
  @builtins.property
3144
3604
  @jsii.member(jsii_name="cfnProperties")
3145
3605
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -3280,6 +3740,19 @@ class CfnQueue(
3280
3740
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3281
3741
  jsii.set(self, "roleArn", value)
3282
3742
 
3743
+ @builtins.property
3744
+ @jsii.member(jsii_name="tags")
3745
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3746
+ '''The tags to add to your queue.'''
3747
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
3748
+
3749
+ @tags.setter
3750
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
3751
+ if __debug__:
3752
+ type_hints = typing.get_type_hints(_typecheckingstub__57b6aaea7cc5d22bb58ee62113bb0f076ca6250b3869aeb5848ed24fd0103755)
3753
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3754
+ jsii.set(self, "tags", value)
3755
+
3283
3756
  @jsii.data_type(
3284
3757
  jsii_type="aws-cdk-lib.aws_deadline.CfnQueue.JobAttachmentSettingsProperty",
3285
3758
  jsii_struct_bases=[],
@@ -3628,7 +4101,7 @@ class CfnQueueEnvironment(
3628
4101
  :param farm_id: The identifier assigned to the farm that contains the queue.
3629
4102
  :param priority: The queue environment's priority.
3630
4103
  :param queue_id: The unique identifier of the queue that contains the environment.
3631
- :param template: A JSON or YAML template the describes the processing environment for the queue.
4104
+ :param template: A JSON or YAML template that describes the processing environment for the queue.
3632
4105
  :param template_type: Specifies whether the template for the queue environment is JSON or YAML.
3633
4106
  '''
3634
4107
  if __debug__:
@@ -3740,7 +4213,7 @@ class CfnQueueEnvironment(
3740
4213
  @builtins.property
3741
4214
  @jsii.member(jsii_name="template")
3742
4215
  def template(self) -> builtins.str:
3743
- '''A JSON or YAML template the describes the processing environment for the queue.'''
4216
+ '''A JSON or YAML template that describes the processing environment for the queue.'''
3744
4217
  return typing.cast(builtins.str, jsii.get(self, "template"))
3745
4218
 
3746
4219
  @template.setter
@@ -3790,7 +4263,7 @@ class CfnQueueEnvironmentProps:
3790
4263
  :param farm_id: The identifier assigned to the farm that contains the queue.
3791
4264
  :param priority: The queue environment's priority.
3792
4265
  :param queue_id: The unique identifier of the queue that contains the environment.
3793
- :param template: A JSON or YAML template the describes the processing environment for the queue.
4266
+ :param template: A JSON or YAML template that describes the processing environment for the queue.
3794
4267
  :param template_type: Specifies whether the template for the queue environment is JSON or YAML.
3795
4268
 
3796
4269
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html
@@ -3857,7 +4330,7 @@ class CfnQueueEnvironmentProps:
3857
4330
 
3858
4331
  @builtins.property
3859
4332
  def template(self) -> builtins.str:
3860
- '''A JSON or YAML template the describes the processing environment for the queue.
4333
+ '''A JSON or YAML template that describes the processing environment for the queue.
3861
4334
 
3862
4335
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html#cfn-deadline-queueenvironment-template
3863
4336
  '''
@@ -4113,6 +4586,7 @@ class CfnQueueFleetAssociationProps:
4113
4586
  "job_run_as_user": "jobRunAsUser",
4114
4587
  "required_file_system_location_names": "requiredFileSystemLocationNames",
4115
4588
  "role_arn": "roleArn",
4589
+ "tags": "tags",
4116
4590
  },
4117
4591
  )
4118
4592
  class CfnQueueProps:
@@ -4128,6 +4602,7 @@ class CfnQueueProps:
4128
4602
  job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobRunAsUserProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4129
4603
  required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
4130
4604
  role_arn: typing.Optional[builtins.str] = None,
4605
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4131
4606
  ) -> None:
4132
4607
  '''Properties for defining a ``CfnQueue``.
4133
4608
 
@@ -4140,6 +4615,7 @@ class CfnQueueProps:
4140
4615
  :param job_run_as_user: Identifies the user for a job.
4141
4616
  :param required_file_system_location_names: The file system location that the queue uses.
4142
4617
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role that workers use when running jobs in this queue.
4618
+ :param tags: The tags to add to your queue. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
4143
4619
 
4144
4620
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queue.html
4145
4621
  :exampleMetadata: fixture=_generated
@@ -4176,7 +4652,11 @@ class CfnQueueProps:
4176
4652
  )
4177
4653
  ),
4178
4654
  required_file_system_location_names=["requiredFileSystemLocationNames"],
4179
- role_arn="roleArn"
4655
+ role_arn="roleArn",
4656
+ tags=[CfnTag(
4657
+ key="key",
4658
+ value="value"
4659
+ )]
4180
4660
  )
4181
4661
  '''
4182
4662
  if __debug__:
@@ -4190,6 +4670,7 @@ class CfnQueueProps:
4190
4670
  check_type(argname="argument job_run_as_user", value=job_run_as_user, expected_type=type_hints["job_run_as_user"])
4191
4671
  check_type(argname="argument required_file_system_location_names", value=required_file_system_location_names, expected_type=type_hints["required_file_system_location_names"])
4192
4672
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
4673
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
4193
4674
  self._values: typing.Dict[builtins.str, typing.Any] = {
4194
4675
  "display_name": display_name,
4195
4676
  }
@@ -4209,6 +4690,8 @@ class CfnQueueProps:
4209
4690
  self._values["required_file_system_location_names"] = required_file_system_location_names
4210
4691
  if role_arn is not None:
4211
4692
  self._values["role_arn"] = role_arn
4693
+ if tags is not None:
4694
+ self._values["tags"] = tags
4212
4695
 
4213
4696
  @builtins.property
4214
4697
  def display_name(self) -> builtins.str:
@@ -4304,6 +4787,17 @@ class CfnQueueProps:
4304
4787
  result = self._values.get("role_arn")
4305
4788
  return typing.cast(typing.Optional[builtins.str], result)
4306
4789
 
4790
+ @builtins.property
4791
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4792
+ '''The tags to add to your queue.
4793
+
4794
+ Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
4795
+
4796
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queue.html#cfn-deadline-queue-tags
4797
+ '''
4798
+ result = self._values.get("tags")
4799
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
4800
+
4307
4801
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
4308
4802
  return isinstance(rhs, self.__class__) and rhs._values == self._values
4309
4803
 
@@ -4691,6 +5185,8 @@ __all__ = [
4691
5185
  "CfnLicenseEndpointProps",
4692
5186
  "CfnMeteredProduct",
4693
5187
  "CfnMeteredProductProps",
5188
+ "CfnMonitor",
5189
+ "CfnMonitorProps",
4694
5190
  "CfnQueue",
4695
5191
  "CfnQueueEnvironment",
4696
5192
  "CfnQueueEnvironmentProps",
@@ -4710,6 +5206,7 @@ def _typecheckingstub__c8cfafb7690986cd3ddb4ba2de814f300f2faab0827e01a86f2f528af
4710
5206
  display_name: builtins.str,
4711
5207
  description: typing.Optional[builtins.str] = None,
4712
5208
  kms_key_arn: typing.Optional[builtins.str] = None,
5209
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4713
5210
  ) -> None:
4714
5211
  """Type checking stubs"""
4715
5212
  pass
@@ -4744,11 +5241,18 @@ def _typecheckingstub__1bd09d08fc701cc061b023ad6a5d72db4516ff09e295b470365e39043
4744
5241
  """Type checking stubs"""
4745
5242
  pass
4746
5243
 
5244
+ def _typecheckingstub__0e0688a8dc8cdc7f618bc0975895ced63b43e9c85cd1b97a6a84272f1b38fefe(
5245
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
5246
+ ) -> None:
5247
+ """Type checking stubs"""
5248
+ pass
5249
+
4747
5250
  def _typecheckingstub__85eb8ab8e233d51550c535a34f621e657ea5dfc47e9b977b5a9b73c3be4b9b4f(
4748
5251
  *,
4749
5252
  display_name: builtins.str,
4750
5253
  description: typing.Optional[builtins.str] = None,
4751
5254
  kms_key_arn: typing.Optional[builtins.str] = None,
5255
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4752
5256
  ) -> None:
4753
5257
  """Type checking stubs"""
4754
5258
  pass
@@ -4764,6 +5268,7 @@ def _typecheckingstub__b982dfa2ac88548efd13c63c65f7144bf79a74dd670eebe5a13537f1f
4764
5268
  description: typing.Optional[builtins.str] = None,
4765
5269
  farm_id: typing.Optional[builtins.str] = None,
4766
5270
  min_worker_count: typing.Optional[jsii.Number] = None,
5271
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4767
5272
  ) -> None:
4768
5273
  """Type checking stubs"""
4769
5274
  pass
@@ -4822,6 +5327,12 @@ def _typecheckingstub__e98aa63695c4cd93c0aae20c0cd7e90226c1100540a8732e0be19b9d6
4822
5327
  """Type checking stubs"""
4823
5328
  pass
4824
5329
 
5330
+ def _typecheckingstub__9c9ddff2a0e8eb5e8397bf64d0158ac4f8fba30ee673a959c2d550657e6f0248(
5331
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
5332
+ ) -> None:
5333
+ """Type checking stubs"""
5334
+ pass
5335
+
4825
5336
  def _typecheckingstub__f4d7e76219e8cce8e44e215b08cd1fef54b62ca3d48dbbc0bc8b3e6040db253e(
4826
5337
  *,
4827
5338
  min: jsii.Number,
@@ -4959,6 +5470,7 @@ def _typecheckingstub__a1472efddb89af74b2ae4dc1156d30448332099bec47f03ae56886a44
4959
5470
  description: typing.Optional[builtins.str] = None,
4960
5471
  farm_id: typing.Optional[builtins.str] = None,
4961
5472
  min_worker_count: typing.Optional[jsii.Number] = None,
5473
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4962
5474
  ) -> None:
4963
5475
  """Type checking stubs"""
4964
5476
  pass
@@ -4970,6 +5482,7 @@ def _typecheckingstub__2263281bf0506f61e2d06a34042a34c3aa49572fcab3143d4b6c4bc81
4970
5482
  security_group_ids: typing.Sequence[builtins.str],
4971
5483
  subnet_ids: typing.Sequence[builtins.str],
4972
5484
  vpc_id: builtins.str,
5485
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4973
5486
  ) -> None:
4974
5487
  """Type checking stubs"""
4975
5488
  pass
@@ -5004,11 +5517,18 @@ def _typecheckingstub__4fe095c981d830b60af0a60f921ac267a1eba38300aa520b18fa36782
5004
5517
  """Type checking stubs"""
5005
5518
  pass
5006
5519
 
5520
+ def _typecheckingstub__328d44ddd074858e36e2c2a2c68ed8b77068feeb72199a2b74d4b41ff444c616(
5521
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
5522
+ ) -> None:
5523
+ """Type checking stubs"""
5524
+ pass
5525
+
5007
5526
  def _typecheckingstub__7a9c98d4186629e7162fde16ad1be09ade6a940c8cf979c87af77955e3a39f02(
5008
5527
  *,
5009
5528
  security_group_ids: typing.Sequence[builtins.str],
5010
5529
  subnet_ids: typing.Sequence[builtins.str],
5011
5530
  vpc_id: builtins.str,
5531
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5012
5532
  ) -> None:
5013
5533
  """Type checking stubs"""
5014
5534
  pass
@@ -5079,6 +5599,64 @@ def _typecheckingstub__64de1639a953ff86a7b38c87a1ecf80a18f6b715e19b894e265cf51c1
5079
5599
  """Type checking stubs"""
5080
5600
  pass
5081
5601
 
5602
+ def _typecheckingstub__4edf45db3ae8781366a254b5ea792b290cf7822e23073f5b7f959959eb7658ab(
5603
+ scope: _constructs_77d1e7e8.Construct,
5604
+ id: builtins.str,
5605
+ *,
5606
+ display_name: builtins.str,
5607
+ identity_center_instance_arn: builtins.str,
5608
+ role_arn: builtins.str,
5609
+ subdomain: builtins.str,
5610
+ ) -> None:
5611
+ """Type checking stubs"""
5612
+ pass
5613
+
5614
+ def _typecheckingstub__034755889d5bcfdc70af9b9b4f8a99b600dbe0a5e6f4d141826a5eca63ae16e1(
5615
+ inspector: _TreeInspector_488e0dd5,
5616
+ ) -> None:
5617
+ """Type checking stubs"""
5618
+ pass
5619
+
5620
+ def _typecheckingstub__6f07f717829caa15f757a8f8a5dccc219a06a002224f211b95e98b2c80fb9470(
5621
+ props: typing.Mapping[builtins.str, typing.Any],
5622
+ ) -> None:
5623
+ """Type checking stubs"""
5624
+ pass
5625
+
5626
+ def _typecheckingstub__cd05a5ff2a07e5a75374ecc156ae00d0a6e91d279c624096810f85c9256018d7(
5627
+ value: builtins.str,
5628
+ ) -> None:
5629
+ """Type checking stubs"""
5630
+ pass
5631
+
5632
+ def _typecheckingstub__c053887b44a69dae4a5252bf5ed30d5c0860a420abef5a4311391458def3adb4(
5633
+ value: builtins.str,
5634
+ ) -> None:
5635
+ """Type checking stubs"""
5636
+ pass
5637
+
5638
+ def _typecheckingstub__fe63f6c222a13b138ae1c490c190488357f30099efa2e4d1b187453abaa01669(
5639
+ value: builtins.str,
5640
+ ) -> None:
5641
+ """Type checking stubs"""
5642
+ pass
5643
+
5644
+ def _typecheckingstub__92a6ea9073f47adeb866001ba027d5701cc6d06e3e3b1842bc227c77014cbf45(
5645
+ value: builtins.str,
5646
+ ) -> None:
5647
+ """Type checking stubs"""
5648
+ pass
5649
+
5650
+ def _typecheckingstub__491e65cd80e97b2076199940d899980b250e96b9da8d5783d92f236ae1c6e7f4(
5651
+ *,
5652
+ display_name: builtins.str,
5653
+ identity_center_instance_arn: builtins.str,
5654
+ role_arn: builtins.str,
5655
+ subdomain: builtins.str,
5656
+ ) -> None:
5657
+ """Type checking stubs"""
5658
+ pass
5659
+
5082
5660
  def _typecheckingstub__7c8ed104ef6a730c7b90ba82ab4ab0b37d213e5444e12df63d7d60b1e23323e6(
5083
5661
  scope: _constructs_77d1e7e8.Construct,
5084
5662
  id: builtins.str,
@@ -5092,6 +5670,7 @@ def _typecheckingstub__7c8ed104ef6a730c7b90ba82ab4ab0b37d213e5444e12df63d7d60b1e
5092
5670
  job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobRunAsUserProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5093
5671
  required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
5094
5672
  role_arn: typing.Optional[builtins.str] = None,
5673
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5095
5674
  ) -> None:
5096
5675
  """Type checking stubs"""
5097
5676
  pass
@@ -5162,6 +5741,12 @@ def _typecheckingstub__cfb5bb7ca40abe81d0cb9afaa09246c4bbb7553021c1125ddbc8a2f83
5162
5741
  """Type checking stubs"""
5163
5742
  pass
5164
5743
 
5744
+ def _typecheckingstub__57b6aaea7cc5d22bb58ee62113bb0f076ca6250b3869aeb5848ed24fd0103755(
5745
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
5746
+ ) -> None:
5747
+ """Type checking stubs"""
5748
+ pass
5749
+
5165
5750
  def _typecheckingstub__a91b9031e7181044273ba1904b3e19809ee9a8ab762fe24c5dbe20fcf400ff60(
5166
5751
  *,
5167
5752
  root_prefix: builtins.str,
@@ -5322,6 +5907,7 @@ def _typecheckingstub__a92d64f51023fd5b945aa0d9e2b696749e02f9df358265737e05dd4a7
5322
5907
  job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobRunAsUserProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5323
5908
  required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
5324
5909
  role_arn: typing.Optional[builtins.str] = None,
5910
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5325
5911
  ) -> None:
5326
5912
  """Type checking stubs"""
5327
5913
  pass