aws-cdk-lib 2.129.0__py3-none-any.whl → 2.131.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 (75) hide show
  1. aws_cdk/__init__.py +41 -21
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.129.0.jsii.tgz → aws-cdk-lib@2.131.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigatewayv2/__init__.py +52 -11
  5. aws_cdk/aws_apigatewayv2_integrations/__init__.py +286 -0
  6. aws_cdk/aws_appconfig/__init__.py +13062 -2713
  7. aws_cdk/aws_applicationautoscaling/__init__.py +80 -123
  8. aws_cdk/aws_applicationinsights/__init__.py +48 -0
  9. aws_cdk/aws_apprunner/__init__.py +8 -1
  10. aws_cdk/aws_appstream/__init__.py +8 -1
  11. aws_cdk/aws_appsync/__init__.py +324 -103
  12. aws_cdk/aws_athena/__init__.py +8 -1
  13. aws_cdk/aws_b2bi/__init__.py +30 -4
  14. aws_cdk/aws_backup/__init__.py +80 -56
  15. aws_cdk/aws_bedrock/__init__.py +13 -1
  16. aws_cdk/aws_cleanrooms/__init__.py +37 -5
  17. aws_cdk/aws_cloudtrail/__init__.py +23 -1
  18. aws_cdk/aws_codebuild/__init__.py +8 -1
  19. aws_cdk/aws_codestarconnections/__init__.py +8 -1
  20. aws_cdk/aws_cognito/__init__.py +21 -21
  21. aws_cdk/aws_comprehend/__init__.py +8 -1
  22. aws_cdk/aws_connect/__init__.py +57 -8
  23. aws_cdk/aws_controltower/__init__.py +27 -7
  24. aws_cdk/aws_customerprofiles/__init__.py +136 -123
  25. aws_cdk/aws_datapipeline/__init__.py +19 -11
  26. aws_cdk/aws_datasync/__init__.py +8 -1
  27. aws_cdk/aws_datazone/__init__.py +9 -1
  28. aws_cdk/aws_dms/__init__.py +29 -4
  29. aws_cdk/aws_docdb/__init__.py +131 -5
  30. aws_cdk/aws_ec2/__init__.py +178 -65
  31. aws_cdk/aws_ecs/__init__.py +43 -51
  32. aws_cdk/aws_ecs_patterns/__init__.py +214 -0
  33. aws_cdk/aws_eks/__init__.py +44 -3
  34. aws_cdk/aws_elasticache/__init__.py +8 -1
  35. aws_cdk/aws_elasticloadbalancingv2/__init__.py +8 -1
  36. aws_cdk/aws_emr/__init__.py +8 -1
  37. aws_cdk/aws_entityresolution/__init__.py +23 -3
  38. aws_cdk/aws_events/__init__.py +12 -1
  39. aws_cdk/aws_fms/__init__.py +8 -1
  40. aws_cdk/aws_glue/__init__.py +18 -4
  41. aws_cdk/aws_healthimaging/__init__.py +9 -1
  42. aws_cdk/aws_inspectorv2/__init__.py +9 -1
  43. aws_cdk/aws_iot/__init__.py +29 -4
  44. aws_cdk/aws_ivs/__init__.py +8 -1
  45. aws_cdk/aws_kms/__init__.py +1 -1
  46. aws_cdk/aws_lambda/__init__.py +3 -5
  47. aws_cdk/aws_location/__init__.py +44 -6
  48. aws_cdk/aws_logs/__init__.py +22 -3
  49. aws_cdk/aws_macie/__init__.py +15 -2
  50. aws_cdk/aws_medialive/__init__.py +8 -1
  51. aws_cdk/aws_mediapackagev2/__init__.py +23 -3
  52. aws_cdk/aws_mediatailor/__init__.py +29 -4
  53. aws_cdk/aws_msk/__init__.py +8 -1
  54. aws_cdk/aws_neptunegraph/__init__.py +9 -1
  55. aws_cdk/aws_networkfirewall/__init__.py +8 -1
  56. aws_cdk/aws_opensearchservice/__init__.py +6 -3
  57. aws_cdk/aws_pcaconnectorad/__init__.py +23 -3
  58. aws_cdk/aws_pinpointemail/__init__.py +23 -3
  59. aws_cdk/aws_quicksight/__init__.py +37 -0
  60. aws_cdk/aws_rds/__init__.py +52 -9
  61. aws_cdk/aws_route53resolver/__init__.py +8 -1
  62. aws_cdk/aws_s3/__init__.py +29 -4
  63. aws_cdk/aws_sagemaker/__init__.py +19 -8
  64. aws_cdk/aws_securityhub/__init__.py +8 -1
  65. aws_cdk/aws_shield/__init__.py +16 -2
  66. aws_cdk/aws_workspacesthinclient/__init__.py +9 -1
  67. aws_cdk/aws_workspacesweb/__init__.py +51 -7
  68. aws_cdk/aws_xray/__init__.py +16 -2
  69. aws_cdk/pipelines/__init__.py +3 -2
  70. {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/METADATA +1 -1
  71. {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/NOTICE +30 -0
  72. {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/RECORD +75 -75
  73. {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/LICENSE +0 -0
  74. {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/WHEEL +0 -0
  75. {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/top_level.txt +0 -0
@@ -44,11 +44,13 @@ from .. import (
44
44
  CfnResource as _CfnResource_9df397a6,
45
45
  IInspectable as _IInspectable_c2943556,
46
46
  IResolvable as _IResolvable_da3f097b,
47
+ ITaggableV2 as _ITaggableV2_4e6798f8,
48
+ TagManager as _TagManager_0a598cb3,
47
49
  TreeInspector as _TreeInspector_488e0dd5,
48
50
  )
49
51
 
50
52
 
51
- @jsii.implements(_IInspectable_c2943556)
53
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
52
54
  class CfnConfigurationSet(
53
55
  _CfnResource_9df397a6,
54
56
  metaclass=jsii.JSIIMeta,
@@ -166,6 +168,12 @@ class CfnConfigurationSet(
166
168
  '''
167
169
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
168
170
 
171
+ @builtins.property
172
+ @jsii.member(jsii_name="cdkTagManager")
173
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
174
+ '''Tag Manager which manages the tags for this resource.'''
175
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
176
+
169
177
  @builtins.property
170
178
  @jsii.member(jsii_name="cfnProperties")
171
179
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -1562,7 +1570,7 @@ class CfnConfigurationSetProps:
1562
1570
  )
1563
1571
 
1564
1572
 
1565
- @jsii.implements(_IInspectable_c2943556)
1573
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1566
1574
  class CfnDedicatedIpPool(
1567
1575
  _CfnResource_9df397a6,
1568
1576
  metaclass=jsii.JSIIMeta,
@@ -1649,6 +1657,12 @@ class CfnDedicatedIpPool(
1649
1657
  '''
1650
1658
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
1651
1659
 
1660
+ @builtins.property
1661
+ @jsii.member(jsii_name="cdkTagManager")
1662
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
1663
+ '''Tag Manager which manages the tags for this resource.'''
1664
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
1665
+
1652
1666
  @builtins.property
1653
1667
  @jsii.member(jsii_name="cfnProperties")
1654
1668
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -1834,7 +1848,7 @@ class CfnDedicatedIpPoolProps:
1834
1848
  )
1835
1849
 
1836
1850
 
1837
- @jsii.implements(_IInspectable_c2943556)
1851
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1838
1852
  class CfnIdentity(
1839
1853
  _CfnResource_9df397a6,
1840
1854
  metaclass=jsii.JSIIMeta,
@@ -2006,6 +2020,12 @@ class CfnIdentity(
2006
2020
  '''
2007
2021
  return typing.cast(builtins.str, jsii.get(self, "attrIdentityDnsRecordValue3"))
2008
2022
 
2023
+ @builtins.property
2024
+ @jsii.member(jsii_name="cdkTagManager")
2025
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2026
+ '''Tag Manager which manages the tags for this resource.'''
2027
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2028
+
2009
2029
  @builtins.property
2010
2030
  @jsii.member(jsii_name="cfnProperties")
2011
2031
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -63813,6 +63813,7 @@ class CfnDashboard(
63813
63813
  name: builtins.str,
63814
63814
  dashboard_publish_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DashboardPublishOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
63815
63815
  definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DashboardVersionDefinitionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
63816
+ link_entities: typing.Optional[typing.Sequence[builtins.str]] = None,
63816
63817
  link_sharing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.LinkSharingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
63817
63818
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
63818
63819
  permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ResourcePermissionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -63830,6 +63831,7 @@ class CfnDashboard(
63830
63831
  :param name: The display name of the dashboard.
63831
63832
  :param dashboard_publish_options: Options for publishing the dashboard when you create it:. - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``ExportToCSVOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The visual option to export data to .CSV format isn't enabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default.
63832
63833
  :param definition:
63834
+ :param link_entities:
63833
63835
  :param link_sharing_configuration: A structure that contains the link sharing configurations that you want to apply overrides to.
63834
63836
  :param parameters: The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
63835
63837
  :param permissions: A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN. To specify no permissions, omit the permissions list.
@@ -63849,6 +63851,7 @@ class CfnDashboard(
63849
63851
  name=name,
63850
63852
  dashboard_publish_options=dashboard_publish_options,
63851
63853
  definition=definition,
63854
+ link_entities=link_entities,
63852
63855
  link_sharing_configuration=link_sharing_configuration,
63853
63856
  parameters=parameters,
63854
63857
  permissions=permissions,
@@ -64100,6 +64103,18 @@ class CfnDashboard(
64100
64103
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
64101
64104
  jsii.set(self, "definition", value)
64102
64105
 
64106
+ @builtins.property
64107
+ @jsii.member(jsii_name="linkEntities")
64108
+ def link_entities(self) -> typing.Optional[typing.List[builtins.str]]:
64109
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "linkEntities"))
64110
+
64111
+ @link_entities.setter
64112
+ def link_entities(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
64113
+ if __debug__:
64114
+ type_hints = typing.get_type_hints(_typecheckingstub__515e0354418f9b4fe59fd6467d0e086c3552e3e9b4590860e4a85e68170019ef)
64115
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
64116
+ jsii.set(self, "linkEntities", value)
64117
+
64103
64118
  @builtins.property
64104
64119
  @jsii.member(jsii_name="linkSharingConfiguration")
64105
64120
  def link_sharing_configuration(
@@ -128539,6 +128554,7 @@ class CfnDashboard(
128539
128554
  "name": "name",
128540
128555
  "dashboard_publish_options": "dashboardPublishOptions",
128541
128556
  "definition": "definition",
128557
+ "link_entities": "linkEntities",
128542
128558
  "link_sharing_configuration": "linkSharingConfiguration",
128543
128559
  "parameters": "parameters",
128544
128560
  "permissions": "permissions",
@@ -128558,6 +128574,7 @@ class CfnDashboardProps:
128558
128574
  name: builtins.str,
128559
128575
  dashboard_publish_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DashboardPublishOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
128560
128576
  definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DashboardVersionDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
128577
+ link_entities: typing.Optional[typing.Sequence[builtins.str]] = None,
128561
128578
  link_sharing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.LinkSharingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
128562
128579
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ParametersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
128563
128580
  permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ResourcePermissionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -128574,6 +128591,7 @@ class CfnDashboardProps:
128574
128591
  :param name: The display name of the dashboard.
128575
128592
  :param dashboard_publish_options: Options for publishing the dashboard when you create it:. - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``ExportToCSVOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The visual option to export data to .CSV format isn't enabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default.
128576
128593
  :param definition:
128594
+ :param link_entities:
128577
128595
  :param link_sharing_configuration: A structure that contains the link sharing configurations that you want to apply overrides to.
128578
128596
  :param parameters: The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
128579
128597
  :param permissions: A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN. To specify no permissions, omit the permissions list.
@@ -128597,6 +128615,7 @@ class CfnDashboardProps:
128597
128615
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
128598
128616
  check_type(argname="argument dashboard_publish_options", value=dashboard_publish_options, expected_type=type_hints["dashboard_publish_options"])
128599
128617
  check_type(argname="argument definition", value=definition, expected_type=type_hints["definition"])
128618
+ check_type(argname="argument link_entities", value=link_entities, expected_type=type_hints["link_entities"])
128600
128619
  check_type(argname="argument link_sharing_configuration", value=link_sharing_configuration, expected_type=type_hints["link_sharing_configuration"])
128601
128620
  check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
128602
128621
  check_type(argname="argument permissions", value=permissions, expected_type=type_hints["permissions"])
@@ -128614,6 +128633,8 @@ class CfnDashboardProps:
128614
128633
  self._values["dashboard_publish_options"] = dashboard_publish_options
128615
128634
  if definition is not None:
128616
128635
  self._values["definition"] = definition
128636
+ if link_entities is not None:
128637
+ self._values["link_entities"] = link_entities
128617
128638
  if link_sharing_configuration is not None:
128618
128639
  self._values["link_sharing_configuration"] = link_sharing_configuration
128619
128640
  if parameters is not None:
@@ -128686,6 +128707,14 @@ class CfnDashboardProps:
128686
128707
  result = self._values.get("definition")
128687
128708
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDashboard.DashboardVersionDefinitionProperty]], result)
128688
128709
 
128710
+ @builtins.property
128711
+ def link_entities(self) -> typing.Optional[typing.List[builtins.str]]:
128712
+ '''
128713
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html#cfn-quicksight-dashboard-linkentities
128714
+ '''
128715
+ result = self._values.get("link_entities")
128716
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
128717
+
128689
128718
  @builtins.property
128690
128719
  def link_sharing_configuration(
128691
128720
  self,
@@ -214548,6 +214577,7 @@ def _typecheckingstub__fb817240753e3d59e412d7399827ca12667d95592c4f14cac4aa2bc90
214548
214577
  name: builtins.str,
214549
214578
  dashboard_publish_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DashboardPublishOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
214550
214579
  definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DashboardVersionDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
214580
+ link_entities: typing.Optional[typing.Sequence[builtins.str]] = None,
214551
214581
  link_sharing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.LinkSharingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
214552
214582
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ParametersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
214553
214583
  permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ResourcePermissionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -214602,6 +214632,12 @@ def _typecheckingstub__401dc566ec96e95f727379b41bac659021acc2d797b3988116201d56f
214602
214632
  """Type checking stubs"""
214603
214633
  pass
214604
214634
 
214635
+ def _typecheckingstub__515e0354418f9b4fe59fd6467d0e086c3552e3e9b4590860e4a85e68170019ef(
214636
+ value: typing.Optional[typing.List[builtins.str]],
214637
+ ) -> None:
214638
+ """Type checking stubs"""
214639
+ pass
214640
+
214605
214641
  def _typecheckingstub__7fda2bf7eb1470e85b100b1d47852c3742a93f9f7e2b54931f0b4796a4e232a7(
214606
214642
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDashboard.LinkSharingConfigurationProperty]],
214607
214643
  ) -> None:
@@ -219159,6 +219195,7 @@ def _typecheckingstub__b83b0d20e5f4dc99e603d3a3d5cffb1cc46142034276d5f015ae3ed7f
219159
219195
  name: builtins.str,
219160
219196
  dashboard_publish_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DashboardPublishOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
219161
219197
  definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DashboardVersionDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
219198
+ link_entities: typing.Optional[typing.Sequence[builtins.str]] = None,
219162
219199
  link_sharing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.LinkSharingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
219163
219200
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ParametersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
219164
219201
  permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ResourcePermissionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -1338,7 +1338,7 @@ automatically scale the database cluster seamlessly based on the workload.
1338
1338
  cluster = rds.ServerlessCluster(self, "AnotherCluster",
1339
1339
  engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
1340
1340
  copy_tags_to_snapshot=True, # whether to save the cluster tags when creating the snapshot. Default is 'true'
1341
- parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql10"),
1341
+ parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
1342
1342
  vpc=vpc,
1343
1343
  scaling=rds.ServerlessScalingOptions(
1344
1344
  auto_pause=Duration.minutes(10), # default is to pause after 5 minutes of idle time
@@ -1445,6 +1445,7 @@ from .. import (
1445
1445
  IResolvable as _IResolvable_da3f097b,
1446
1446
  IResource as _IResource_c80c4260,
1447
1447
  ITaggable as _ITaggable_36806126,
1448
+ ITaggableV2 as _ITaggableV2_4e6798f8,
1448
1449
  RemovalPolicy as _RemovalPolicy_9f93c814,
1449
1450
  Resource as _Resource_45bc6135,
1450
1451
  ResourceProps as _ResourceProps_15a65b4e,
@@ -1510,7 +1511,7 @@ class AuroraCapacityUnit(enum.Enum):
1510
1511
  cluster = rds.ServerlessCluster(self, "AnotherCluster",
1511
1512
  engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
1512
1513
  copy_tags_to_snapshot=True, # whether to save the cluster tags when creating the snapshot. Default is 'true'
1513
- parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql10"),
1514
+ parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
1514
1515
  vpc=vpc,
1515
1516
  scaling=rds.ServerlessScalingOptions(
1516
1517
  auto_pause=Duration.minutes(10), # default is to pause after 5 minutes of idle time
@@ -3455,7 +3456,7 @@ class CaCertificate(
3455
3456
  return typing.cast("CaCertificate", jsii.sget(cls, "RDS_CA_RDS4096_G1"))
3456
3457
 
3457
3458
 
3458
- @jsii.implements(_IInspectable_c2943556)
3459
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3459
3460
  class CfnCustomDBEngineVersion(
3460
3461
  _CfnResource_9df397a6,
3461
3462
  metaclass=jsii.JSIIMeta,
@@ -3576,6 +3577,12 @@ class CfnCustomDBEngineVersion(
3576
3577
  '''
3577
3578
  return typing.cast(builtins.str, jsii.get(self, "attrDbEngineVersionArn"))
3578
3579
 
3580
+ @builtins.property
3581
+ @jsii.member(jsii_name="cdkTagManager")
3582
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
3583
+ '''Tag Manager which manages the tags for this resource.'''
3584
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
3585
+
3579
3586
  @builtins.property
3580
3587
  @jsii.member(jsii_name="cfnProperties")
3581
3588
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -11984,7 +11991,7 @@ class CfnDBParameterGroupProps:
11984
11991
  )
11985
11992
 
11986
11993
 
11987
- @jsii.implements(_IInspectable_c2943556)
11994
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
11988
11995
  class CfnDBProxy(
11989
11996
  _CfnResource_9df397a6,
11990
11997
  metaclass=jsii.JSIIMeta,
@@ -12144,6 +12151,12 @@ class CfnDBProxy(
12144
12151
  '''
12145
12152
  return typing.cast(builtins.str, jsii.get(self, "attrVpcId"))
12146
12153
 
12154
+ @builtins.property
12155
+ @jsii.member(jsii_name="cdkTagManager")
12156
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
12157
+ '''Tag Manager which manages the tags for this resource.'''
12158
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
12159
+
12147
12160
  @builtins.property
12148
12161
  @jsii.member(jsii_name="cfnProperties")
12149
12162
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -12504,7 +12517,7 @@ class CfnDBProxy(
12504
12517
  )
12505
12518
 
12506
12519
 
12507
- @jsii.implements(_IInspectable_c2943556)
12520
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
12508
12521
  class CfnDBProxyEndpoint(
12509
12522
  _CfnResource_9df397a6,
12510
12523
  metaclass=jsii.JSIIMeta,
@@ -12646,6 +12659,12 @@ class CfnDBProxyEndpoint(
12646
12659
  '''
12647
12660
  return typing.cast(builtins.str, jsii.get(self, "attrVpcId"))
12648
12661
 
12662
+ @builtins.property
12663
+ @jsii.member(jsii_name="cdkTagManager")
12664
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
12665
+ '''Tag Manager which manages the tags for this resource.'''
12666
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
12667
+
12649
12668
  @builtins.property
12650
12669
  @jsii.member(jsii_name="cfnProperties")
12651
12670
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -15480,7 +15499,7 @@ class CfnGlobalClusterProps:
15480
15499
  )
15481
15500
 
15482
15501
 
15483
- @jsii.implements(_IInspectable_c2943556)
15502
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
15484
15503
  class CfnIntegration(
15485
15504
  _CfnResource_9df397a6,
15486
15505
  metaclass=jsii.JSIIMeta,
@@ -15600,6 +15619,12 @@ class CfnIntegration(
15600
15619
  '''
15601
15620
  return typing.cast(builtins.str, jsii.get(self, "attrIntegrationArn"))
15602
15621
 
15622
+ @builtins.property
15623
+ @jsii.member(jsii_name="cdkTagManager")
15624
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
15625
+ '''Tag Manager which manages the tags for this resource.'''
15626
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
15627
+
15603
15628
  @builtins.property
15604
15629
  @jsii.member(jsii_name="cfnProperties")
15605
15630
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -24634,6 +24659,12 @@ class IDatabaseCluster(
24634
24659
  ):
24635
24660
  '''Create a clustered database with a given number of instances.'''
24636
24661
 
24662
+ @builtins.property
24663
+ @jsii.member(jsii_name="clusterArn")
24664
+ def cluster_arn(self) -> builtins.str:
24665
+ '''The ARN of the database cluster.'''
24666
+ ...
24667
+
24637
24668
  @builtins.property
24638
24669
  @jsii.member(jsii_name="clusterEndpoint")
24639
24670
  def cluster_endpoint(self) -> Endpoint:
@@ -25175,6 +25206,12 @@ class _IDatabaseClusterProxy(
25175
25206
 
25176
25207
  __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.aws_rds.IDatabaseCluster"
25177
25208
 
25209
+ @builtins.property
25210
+ @jsii.member(jsii_name="clusterArn")
25211
+ def cluster_arn(self) -> builtins.str:
25212
+ '''The ARN of the database cluster.'''
25213
+ return typing.cast(builtins.str, jsii.get(self, "clusterArn"))
25214
+
25178
25215
  @builtins.property
25179
25216
  @jsii.member(jsii_name="clusterEndpoint")
25180
25217
  def cluster_endpoint(self) -> Endpoint:
@@ -30319,7 +30356,7 @@ class ParameterGroup(
30319
30356
  )
30320
30357
  my_serverless_cluster = rds.ServerlessCluster(self, "ServerlessCluster",
30321
30358
  engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
30322
- parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql10"),
30359
+ parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
30323
30360
  vpc=vpc
30324
30361
  )
30325
30362
  my_cool_construct = Construct(self, "MyCoolConstruct")
@@ -33995,7 +34032,7 @@ class ServerlessScalingOptions:
33995
34032
  cluster = rds.ServerlessCluster(self, "AnotherCluster",
33996
34033
  engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
33997
34034
  copy_tags_to_snapshot=True, # whether to save the cluster tags when creating the snapshot. Default is 'true'
33998
- parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql10"),
34035
+ parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
33999
34036
  vpc=vpc,
34000
34037
  scaling=rds.ServerlessScalingOptions(
34001
34038
  auto_pause=Duration.minutes(10), # default is to pause after 5 minutes of idle time
@@ -35803,7 +35840,7 @@ class TimeoutAction(enum.Enum):
35803
35840
  cluster = rds.ServerlessCluster(self, "AnotherCluster",
35804
35841
  engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
35805
35842
  copy_tags_to_snapshot=True, # whether to save the cluster tags when creating the snapshot. Default is 'true'
35806
- parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql10"),
35843
+ parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
35807
35844
  vpc=vpc,
35808
35845
  scaling=rds.ServerlessScalingOptions(
35809
35846
  auto_pause=Duration.minutes(10), # default is to pause after 5 minutes of idle time
@@ -36736,6 +36773,12 @@ class DatabaseClusterBase(
36736
36773
 
36737
36774
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricVolumeWriteIOPs", [props]))
36738
36775
 
36776
+ @builtins.property
36777
+ @jsii.member(jsii_name="clusterArn")
36778
+ def cluster_arn(self) -> builtins.str:
36779
+ '''The ARN of the cluster.'''
36780
+ return typing.cast(builtins.str, jsii.get(self, "clusterArn"))
36781
+
36739
36782
  @builtins.property
36740
36783
  @jsii.member(jsii_name="clusterEndpoint")
36741
36784
  @abc.abstractmethod
@@ -51,6 +51,7 @@ from .. import (
51
51
  IInspectable as _IInspectable_c2943556,
52
52
  IResolvable as _IResolvable_da3f097b,
53
53
  ITaggable as _ITaggable_36806126,
54
+ ITaggableV2 as _ITaggableV2_4e6798f8,
54
55
  TagManager as _TagManager_0a598cb3,
55
56
  TreeInspector as _TreeInspector_488e0dd5,
56
57
  )
@@ -1380,7 +1381,7 @@ class CfnFirewallRuleGroupProps:
1380
1381
  )
1381
1382
 
1382
1383
 
1383
- @jsii.implements(_IInspectable_c2943556)
1384
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1384
1385
  class CfnOutpostResolver(
1385
1386
  _CfnResource_9df397a6,
1386
1387
  metaclass=jsii.JSIIMeta,
@@ -1543,6 +1544,12 @@ class CfnOutpostResolver(
1543
1544
  '''
1544
1545
  return typing.cast(builtins.str, jsii.get(self, "attrStatusMessage"))
1545
1546
 
1547
+ @builtins.property
1548
+ @jsii.member(jsii_name="cdkTagManager")
1549
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
1550
+ '''Tag Manager which manages the tags for this resource.'''
1551
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
1552
+
1546
1553
  @builtins.property
1547
1554
  @jsii.member(jsii_name="cfnProperties")
1548
1555
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -741,6 +741,7 @@ from .. import (
741
741
  IResolvable as _IResolvable_da3f097b,
742
742
  IResource as _IResource_c80c4260,
743
743
  ITaggable as _ITaggable_36806126,
744
+ ITaggableV2 as _ITaggableV2_4e6798f8,
744
745
  RemovalPolicy as _RemovalPolicy_9f93c814,
745
746
  Resource as _Resource_45bc6135,
746
747
  ResourceProps as _ResourceProps_15a65b4e,
@@ -2242,7 +2243,7 @@ class BucketProps:
2242
2243
  )
2243
2244
 
2244
2245
 
2245
- @jsii.implements(_IInspectable_c2943556)
2246
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2246
2247
  class CfnAccessGrant(
2247
2248
  _CfnResource_9df397a6,
2248
2249
  metaclass=jsii.JSIIMeta,
@@ -2391,6 +2392,12 @@ class CfnAccessGrant(
2391
2392
  '''
2392
2393
  return typing.cast(builtins.str, jsii.get(self, "attrGrantScope"))
2393
2394
 
2395
+ @builtins.property
2396
+ @jsii.member(jsii_name="cdkTagManager")
2397
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2398
+ '''Tag Manager which manages the tags for this resource.'''
2399
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2400
+
2394
2401
  @builtins.property
2395
2402
  @jsii.member(jsii_name="cfnProperties")
2396
2403
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -2822,7 +2829,7 @@ class CfnAccessGrantProps:
2822
2829
  )
2823
2830
 
2824
2831
 
2825
- @jsii.implements(_IInspectable_c2943556)
2832
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2826
2833
  class CfnAccessGrantsInstance(
2827
2834
  _CfnResource_9df397a6,
2828
2835
  metaclass=jsii.JSIIMeta,
@@ -2928,6 +2935,12 @@ class CfnAccessGrantsInstance(
2928
2935
  '''
2929
2936
  return typing.cast(builtins.str, jsii.get(self, "attrAccessGrantsInstanceId"))
2930
2937
 
2938
+ @builtins.property
2939
+ @jsii.member(jsii_name="cdkTagManager")
2940
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2941
+ '''Tag Manager which manages the tags for this resource.'''
2942
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2943
+
2931
2944
  @builtins.property
2932
2945
  @jsii.member(jsii_name="cfnProperties")
2933
2946
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -3038,7 +3051,7 @@ class CfnAccessGrantsInstanceProps:
3038
3051
  )
3039
3052
 
3040
3053
 
3041
- @jsii.implements(_IInspectable_c2943556)
3054
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3042
3055
  class CfnAccessGrantsLocation(
3043
3056
  _CfnResource_9df397a6,
3044
3057
  metaclass=jsii.JSIIMeta,
@@ -3153,6 +3166,12 @@ class CfnAccessGrantsLocation(
3153
3166
  '''
3154
3167
  return typing.cast(builtins.str, jsii.get(self, "attrAccessGrantsLocationId"))
3155
3168
 
3169
+ @builtins.property
3170
+ @jsii.member(jsii_name="cdkTagManager")
3171
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
3172
+ '''Tag Manager which manages the tags for this resource.'''
3173
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
3174
+
3156
3175
  @builtins.property
3157
3176
  @jsii.member(jsii_name="cfnProperties")
3158
3177
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -13514,7 +13533,7 @@ class CfnStorageLens(
13514
13533
  )
13515
13534
 
13516
13535
 
13517
- @jsii.implements(_IInspectable_c2943556)
13536
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
13518
13537
  class CfnStorageLensGroup(
13519
13538
  _CfnResource_9df397a6,
13520
13539
  metaclass=jsii.JSIIMeta,
@@ -13656,6 +13675,12 @@ class CfnStorageLensGroup(
13656
13675
  '''
13657
13676
  return typing.cast(builtins.str, jsii.get(self, "attrStorageLensGroupArn"))
13658
13677
 
13678
+ @builtins.property
13679
+ @jsii.member(jsii_name="cdkTagManager")
13680
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
13681
+ '''Tag Manager which manages the tags for this resource.'''
13682
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
13683
+
13659
13684
  @builtins.property
13660
13685
  @jsii.member(jsii_name="cfnProperties")
13661
13686
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -52,6 +52,7 @@ from .. import (
52
52
  IResolvable as _IResolvable_da3f097b,
53
53
  IResource as _IResource_c80c4260,
54
54
  ITaggable as _ITaggable_36806126,
55
+ ITaggableV2 as _ITaggableV2_4e6798f8,
55
56
  TagManager as _TagManager_0a598cb3,
56
57
  TreeInspector as _TreeInspector_488e0dd5,
57
58
  )
@@ -12507,7 +12508,7 @@ class CfnFeatureGroup(
12507
12508
  :param enable_online_store: Turn ``OnlineStore`` off by specifying ``False`` for the ``EnableOnlineStore`` flag. Turn ``OnlineStore`` on by specifying ``True`` for the ``EnableOnlineStore`` flag. The default value is ``False`` .
12508
12509
  :param security_config: Use to specify KMS Key ID ( ``KMSKeyId`` ) for at-rest encryption of your ``OnlineStore`` .
12509
12510
  :param storage_type: Option for different tiers of low latency storage for real-time data retrieval. - ``Standard`` : A managed low latency data store for feature groups. - ``InMemory`` : A managed data store for feature groups that supports very low latency retrieval.
12510
- :param ttl_duration: TTL configuration of the feature group.
12511
+ :param ttl_duration: Time to live duration, where the record is hard deleted after the expiration time is reached; ``ExpiresAt`` = ``EventTime`` + ``TtlDuration`` . For information on HardDelete, see the `DeleteRecord <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html>`_ API in the Amazon SageMaker API Reference guide.
12511
12512
 
12512
12513
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-onlinestoreconfig.html
12513
12514
  :exampleMetadata: fixture=_generated
@@ -12588,7 +12589,9 @@ class CfnFeatureGroup(
12588
12589
  def ttl_duration(
12589
12590
  self,
12590
12591
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFeatureGroup.TtlDurationProperty"]]:
12591
- '''TTL configuration of the feature group.
12592
+ '''Time to live duration, where the record is hard deleted after the expiration time is reached;
12593
+
12594
+ ``ExpiresAt`` = ``EventTime`` + ``TtlDuration`` . For information on HardDelete, see the `DeleteRecord <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html>`_ API in the Amazon SageMaker API Reference guide.
12592
12595
 
12593
12596
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-onlinestoreconfig.html#cfn-sagemaker-featuregroup-onlinestoreconfig-ttlduration
12594
12597
  '''
@@ -12866,10 +12869,12 @@ class CfnFeatureGroup(
12866
12869
  unit: typing.Optional[builtins.str] = None,
12867
12870
  value: typing.Optional[jsii.Number] = None,
12868
12871
  ) -> None:
12869
- '''TTL configuration of the feature group.
12872
+ '''Time to live duration, where the record is hard deleted after the expiration time is reached;
12873
+
12874
+ ``ExpiresAt`` = ``EventTime`` + ``TtlDuration`` . For information on HardDelete, see the `DeleteRecord <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html>`_ API in the Amazon SageMaker API Reference guide.
12870
12875
 
12871
- :param unit: Unit of ttl configuration.
12872
- :param value: Value of ttl configuration.
12876
+ :param unit: ``TtlDuration`` time unit.
12877
+ :param value: ``TtlDuration`` time value.
12873
12878
 
12874
12879
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-ttlduration.html
12875
12880
  :exampleMetadata: fixture=_generated
@@ -12897,7 +12902,7 @@ class CfnFeatureGroup(
12897
12902
 
12898
12903
  @builtins.property
12899
12904
  def unit(self) -> typing.Optional[builtins.str]:
12900
- '''Unit of ttl configuration.
12905
+ '''``TtlDuration`` time unit.
12901
12906
 
12902
12907
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-ttlduration.html#cfn-sagemaker-featuregroup-ttlduration-unit
12903
12908
  '''
@@ -12906,7 +12911,7 @@ class CfnFeatureGroup(
12906
12911
 
12907
12912
  @builtins.property
12908
12913
  def value(self) -> typing.Optional[jsii.Number]:
12909
- '''Value of ttl configuration.
12914
+ '''``TtlDuration`` time value.
12910
12915
 
12911
12916
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-ttlduration.html#cfn-sagemaker-featuregroup-ttlduration-value
12912
12917
  '''
@@ -14044,7 +14049,7 @@ class CfnImageVersionProps:
14044
14049
  )
14045
14050
 
14046
14051
 
14047
- @jsii.implements(_IInspectable_c2943556)
14052
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
14048
14053
  class CfnInferenceComponent(
14049
14054
  _CfnResource_9df397a6,
14050
14055
  metaclass=jsii.JSIIMeta,
@@ -14251,6 +14256,12 @@ class CfnInferenceComponent(
14251
14256
  '''
14252
14257
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrSpecificationContainerDeployedImage"))
14253
14258
 
14259
+ @builtins.property
14260
+ @jsii.member(jsii_name="cdkTagManager")
14261
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
14262
+ '''Tag Manager which manages the tags for this resource.'''
14263
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
14264
+
14254
14265
  @builtins.property
14255
14266
  @jsii.member(jsii_name="cfnProperties")
14256
14267
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -45,12 +45,13 @@ from .. import (
45
45
  IInspectable as _IInspectable_c2943556,
46
46
  IResolvable as _IResolvable_da3f097b,
47
47
  ITaggable as _ITaggable_36806126,
48
+ ITaggableV2 as _ITaggableV2_4e6798f8,
48
49
  TagManager as _TagManager_0a598cb3,
49
50
  TreeInspector as _TreeInspector_488e0dd5,
50
51
  )
51
52
 
52
53
 
53
- @jsii.implements(_IInspectable_c2943556)
54
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
54
55
  class CfnAutomationRule(
55
56
  _CfnResource_9df397a6,
56
57
  metaclass=jsii.JSIIMeta,
@@ -397,6 +398,12 @@ class CfnAutomationRule(
397
398
  '''
398
399
  return typing.cast(builtins.str, jsii.get(self, "attrUpdatedAt"))
399
400
 
401
+ @builtins.property
402
+ @jsii.member(jsii_name="cdkTagManager")
403
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
404
+ '''Tag Manager which manages the tags for this resource.'''
405
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
406
+
400
407
  @builtins.property
401
408
  @jsii.member(jsii_name="cfnProperties")
402
409
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]: