aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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 (140) hide show
  1. aws_cdk/__init__.py +19 -19
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +185 -87
  5. aws_cdk/aws_apigateway/__init__.py +242 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +58 -0
  7. aws_cdk/aws_appconfig/__init__.py +145 -0
  8. aws_cdk/aws_appflow/__init__.py +116 -0
  9. aws_cdk/aws_appintegrations/__init__.py +116 -0
  10. aws_cdk/aws_appstream/__init__.py +87 -0
  11. aws_cdk/aws_appsync/__init__.py +58 -0
  12. aws_cdk/aws_apptest/__init__.py +58 -0
  13. aws_cdk/aws_athena/__init__.py +58 -0
  14. aws_cdk/aws_auditmanager/__init__.py +58 -0
  15. aws_cdk/aws_backup/__init__.py +145 -0
  16. aws_cdk/aws_batch/__init__.py +58 -0
  17. aws_cdk/aws_bcmdataexports/__init__.py +9 -0
  18. aws_cdk/aws_bedrock/__init__.py +501 -1
  19. aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
  20. aws_cdk/aws_cassandra/__init__.py +29 -0
  21. aws_cdk/aws_certificatemanager/__init__.py +29 -0
  22. aws_cdk/aws_cloudfront/__init__.py +57 -0
  23. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  24. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  25. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  26. aws_cdk/aws_codebuild/__init__.py +454 -74
  27. aws_cdk/aws_codedeploy/__init__.py +29 -0
  28. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  29. aws_cdk/aws_codepipeline/__init__.py +29 -0
  30. aws_cdk/aws_cognito/__init__.py +87 -0
  31. aws_cdk/aws_config/__init__.py +58 -0
  32. aws_cdk/aws_connect/__init__.py +9 -9
  33. aws_cdk/aws_cur/__init__.py +34 -3
  34. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  35. aws_cdk/aws_datapipeline/__init__.py +29 -0
  36. aws_cdk/aws_datasync/__init__.py +44 -22
  37. aws_cdk/aws_datazone/__init__.py +93 -33
  38. aws_cdk/aws_dms/__init__.py +61 -5
  39. aws_cdk/aws_docdb/__init__.py +153 -25
  40. aws_cdk/aws_dsql/__init__.py +29 -0
  41. aws_cdk/aws_dynamodb/__init__.py +58 -0
  42. aws_cdk/aws_ec2/__init__.py +4598 -22
  43. aws_cdk/aws_ecr/__init__.py +116 -0
  44. aws_cdk/aws_ecs/__init__.py +2768 -79
  45. aws_cdk/aws_efs/__init__.py +116 -0
  46. aws_cdk/aws_eks/__init__.py +118 -0
  47. aws_cdk/aws_elasticache/__init__.py +261 -0
  48. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  49. aws_cdk/aws_emr/__init__.py +87 -0
  50. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  51. aws_cdk/aws_emrserverless/__init__.py +58 -0
  52. aws_cdk/aws_entityresolution/__init__.py +163 -0
  53. aws_cdk/aws_events/__init__.py +290 -0
  54. aws_cdk/aws_finspace/__init__.py +58 -0
  55. aws_cdk/aws_gamelift/__init__.py +435 -0
  56. aws_cdk/aws_glue/__init__.py +145 -0
  57. aws_cdk/aws_greengrass/__init__.py +464 -0
  58. aws_cdk/aws_greengrassv2/__init__.py +29 -0
  59. aws_cdk/aws_groundstation/__init__.py +87 -0
  60. aws_cdk/aws_guardduty/__init__.py +87 -0
  61. aws_cdk/aws_healthimaging/__init__.py +58 -0
  62. aws_cdk/aws_healthlake/__init__.py +29 -0
  63. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  64. aws_cdk/aws_iot/__init__.py +957 -0
  65. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  66. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
  67. aws_cdk/aws_iotevents/__init__.py +87 -0
  68. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  69. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  70. aws_cdk/aws_iotsitewise/__init__.py +493 -0
  71. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  72. aws_cdk/aws_iotwireless/__init__.py +464 -0
  73. aws_cdk/aws_kendra/__init__.py +116 -0
  74. aws_cdk/aws_kinesis/__init__.py +58 -0
  75. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  76. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  77. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  78. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  79. aws_cdk/aws_kms/__init__.py +58 -0
  80. aws_cdk/aws_lambda/__init__.py +58 -0
  81. aws_cdk/aws_lex/__init__.py +29 -0
  82. aws_cdk/aws_location/__init__.py +348 -0
  83. aws_cdk/aws_logs/__init__.py +232 -0
  84. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  85. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  86. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  87. aws_cdk/aws_medialive/__init__.py +435 -0
  88. aws_cdk/aws_mediatailor/__init__.py +174 -0
  89. aws_cdk/aws_memorydb/__init__.py +203 -0
  90. aws_cdk/aws_msk/__init__.py +4 -2
  91. aws_cdk/aws_mwaa/__init__.py +58 -0
  92. aws_cdk/aws_networkfirewall/__init__.py +6 -2
  93. aws_cdk/aws_networkmanager/__init__.py +29 -0
  94. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  95. aws_cdk/aws_omics/__init__.py +174 -0
  96. aws_cdk/aws_opensearchserverless/__init__.py +58 -0
  97. aws_cdk/aws_opensearchservice/__init__.py +58 -0
  98. aws_cdk/aws_opsworks/__init__.py +29 -0
  99. aws_cdk/aws_organizations/__init__.py +116 -0
  100. aws_cdk/aws_panorama/__init__.py +116 -0
  101. aws_cdk/aws_pinpoint/__init__.py +116 -0
  102. aws_cdk/aws_qbusiness/__init__.py +232 -0
  103. aws_cdk/aws_qldb/__init__.py +29 -0
  104. aws_cdk/aws_quicksight/__init__.py +38 -0
  105. aws_cdk/aws_rds/__init__.py +97 -14
  106. aws_cdk/aws_redshift/__init__.py +29 -0
  107. aws_cdk/aws_rekognition/__init__.py +87 -0
  108. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  109. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  110. aws_cdk/aws_route53/__init__.py +8 -2
  111. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  112. aws_cdk/aws_route53resolver/__init__.py +29 -0
  113. aws_cdk/aws_s3/__init__.py +116 -0
  114. aws_cdk/aws_s3express/__init__.py +116 -0
  115. aws_cdk/aws_sagemaker/__init__.py +464 -0
  116. aws_cdk/aws_scheduler/__init__.py +29 -0
  117. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  118. aws_cdk/aws_servicecatalog/__init__.py +107 -86
  119. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  120. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  121. aws_cdk/aws_ses/__init__.py +261 -0
  122. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  123. aws_cdk/aws_smsvoice/__init__.py +319 -0
  124. aws_cdk/aws_ssm/__init__.py +87 -0
  125. aws_cdk/aws_synthetics/__init__.py +29 -0
  126. aws_cdk/aws_timestream/__init__.py +87 -0
  127. aws_cdk/aws_transfer/__init__.py +261 -0
  128. aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
  129. aws_cdk/aws_voiceid/__init__.py +29 -0
  130. aws_cdk/aws_wisdom/__init__.py +232 -0
  131. aws_cdk/aws_workspaces/__init__.py +58 -0
  132. aws_cdk/aws_workspacesinstances/__init__.py +29 -0
  133. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  134. aws_cdk/pipelines/__init__.py +5 -1
  135. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
  136. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
  137. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
  138. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
  139. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
  140. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
@@ -3369,6 +3369,48 @@ class CfnAccessPoint(
3369
3369
 
3370
3370
  jsii.create(self.__class__, self, [scope, id, props])
3371
3371
 
3372
+ @jsii.member(jsii_name="fromAccessPointArn")
3373
+ @builtins.classmethod
3374
+ def from_access_point_arn(
3375
+ cls,
3376
+ scope: _constructs_77d1e7e8.Construct,
3377
+ id: builtins.str,
3378
+ arn: builtins.str,
3379
+ ) -> IAccessPointRef:
3380
+ '''Creates a new IAccessPointRef from an ARN.
3381
+
3382
+ :param scope: -
3383
+ :param id: -
3384
+ :param arn: -
3385
+ '''
3386
+ if __debug__:
3387
+ type_hints = typing.get_type_hints(_typecheckingstub__92ad86c592cb19a6abd73b1b479fad3b171522816029847cc3a4c5b73c6498de)
3388
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3389
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3390
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3391
+ return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointArn", [scope, id, arn]))
3392
+
3393
+ @jsii.member(jsii_name="fromAccessPointId")
3394
+ @builtins.classmethod
3395
+ def from_access_point_id(
3396
+ cls,
3397
+ scope: _constructs_77d1e7e8.Construct,
3398
+ id: builtins.str,
3399
+ access_point_id: builtins.str,
3400
+ ) -> IAccessPointRef:
3401
+ '''Creates a new IAccessPointRef from a accessPointId.
3402
+
3403
+ :param scope: -
3404
+ :param id: -
3405
+ :param access_point_id: -
3406
+ '''
3407
+ if __debug__:
3408
+ type_hints = typing.get_type_hints(_typecheckingstub__8b64390d2c6b604063551974706c8adbb104ec23af46eef06f60815f3f011b40)
3409
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3410
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3411
+ check_type(argname="argument access_point_id", value=access_point_id, expected_type=type_hints["access_point_id"])
3412
+ return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointId", [scope, id, access_point_id]))
3413
+
3372
3414
  @jsii.member(jsii_name="inspect")
3373
3415
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3374
3416
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3981,6 +4023,48 @@ class CfnFileSystem(
3981
4023
 
3982
4024
  jsii.create(self.__class__, self, [scope, id, props])
3983
4025
 
4026
+ @jsii.member(jsii_name="fromFileSystemArn")
4027
+ @builtins.classmethod
4028
+ def from_file_system_arn(
4029
+ cls,
4030
+ scope: _constructs_77d1e7e8.Construct,
4031
+ id: builtins.str,
4032
+ arn: builtins.str,
4033
+ ) -> IFileSystemRef:
4034
+ '''Creates a new IFileSystemRef from an ARN.
4035
+
4036
+ :param scope: -
4037
+ :param id: -
4038
+ :param arn: -
4039
+ '''
4040
+ if __debug__:
4041
+ type_hints = typing.get_type_hints(_typecheckingstub__3841b06a5a3cc43b9d7a952dde6883124724edd8a22c2c9508a0d5b531c04980)
4042
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4043
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4044
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4045
+ return typing.cast(IFileSystemRef, jsii.sinvoke(cls, "fromFileSystemArn", [scope, id, arn]))
4046
+
4047
+ @jsii.member(jsii_name="fromFileSystemId")
4048
+ @builtins.classmethod
4049
+ def from_file_system_id(
4050
+ cls,
4051
+ scope: _constructs_77d1e7e8.Construct,
4052
+ id: builtins.str,
4053
+ file_system_id: builtins.str,
4054
+ ) -> IFileSystemRef:
4055
+ '''Creates a new IFileSystemRef from a fileSystemId.
4056
+
4057
+ :param scope: -
4058
+ :param id: -
4059
+ :param file_system_id: -
4060
+ '''
4061
+ if __debug__:
4062
+ type_hints = typing.get_type_hints(_typecheckingstub__62d193f49b214070795d7ac368f6d9118aaac887dc977af485a174b4b75fb67f)
4063
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4064
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4065
+ check_type(argname="argument file_system_id", value=file_system_id, expected_type=type_hints["file_system_id"])
4066
+ return typing.cast(IFileSystemRef, jsii.sinvoke(cls, "fromFileSystemId", [scope, id, file_system_id]))
4067
+
3984
4068
  @jsii.member(jsii_name="inspect")
3985
4069
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3986
4070
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5582,6 +5666,22 @@ def _typecheckingstub__ee6cf8e32e236f5b64c41d34d8956a146a19df0d9467273bec84f3053
5582
5666
  """Type checking stubs"""
5583
5667
  pass
5584
5668
 
5669
+ def _typecheckingstub__92ad86c592cb19a6abd73b1b479fad3b171522816029847cc3a4c5b73c6498de(
5670
+ scope: _constructs_77d1e7e8.Construct,
5671
+ id: builtins.str,
5672
+ arn: builtins.str,
5673
+ ) -> None:
5674
+ """Type checking stubs"""
5675
+ pass
5676
+
5677
+ def _typecheckingstub__8b64390d2c6b604063551974706c8adbb104ec23af46eef06f60815f3f011b40(
5678
+ scope: _constructs_77d1e7e8.Construct,
5679
+ id: builtins.str,
5680
+ access_point_id: builtins.str,
5681
+ ) -> None:
5682
+ """Type checking stubs"""
5683
+ pass
5684
+
5585
5685
  def _typecheckingstub__ca8bc4bd98606c2925e8e3beaf6899315a3a8aa05fe42a495c106412587debb7(
5586
5686
  inspector: _TreeInspector_488e0dd5,
5587
5687
  ) -> None:
@@ -5679,6 +5779,22 @@ def _typecheckingstub__cc457ee31ba660f40c549433977317b66ec9b461edc7a3afd3a157dcf
5679
5779
  """Type checking stubs"""
5680
5780
  pass
5681
5781
 
5782
+ def _typecheckingstub__3841b06a5a3cc43b9d7a952dde6883124724edd8a22c2c9508a0d5b531c04980(
5783
+ scope: _constructs_77d1e7e8.Construct,
5784
+ id: builtins.str,
5785
+ arn: builtins.str,
5786
+ ) -> None:
5787
+ """Type checking stubs"""
5788
+ pass
5789
+
5790
+ def _typecheckingstub__62d193f49b214070795d7ac368f6d9118aaac887dc977af485a174b4b75fb67f(
5791
+ scope: _constructs_77d1e7e8.Construct,
5792
+ id: builtins.str,
5793
+ file_system_id: builtins.str,
5794
+ ) -> None:
5795
+ """Type checking stubs"""
5796
+ pass
5797
+
5682
5798
  def _typecheckingstub__4de45f38231d265020ffa3517bb2f41c6c7f64bc0414e943cf094f6436b824df(
5683
5799
  inspector: _TreeInspector_488e0dd5,
5684
5800
  ) -> None:
@@ -12285,6 +12285,8 @@ class NodegroupAmiType(enum.Enum):
12285
12285
  '''Amazon Linux 2023 with AWS Neuron drivers (x86-64).'''
12286
12286
  AL2023_X86_64_NVIDIA = "AL2023_X86_64_NVIDIA"
12287
12287
  '''Amazon Linux 2023 with NVIDIA drivers (x86-64).'''
12288
+ AL2023_ARM_64_NVIDIA = "AL2023_ARM_64_NVIDIA"
12289
+ '''Amazon Linux 2023 with NVIDIA drivers (ARM-64).'''
12288
12290
  AL2023_ARM_64_STANDARD = "AL2023_ARM_64_STANDARD"
12289
12291
  '''Amazon Linux 2023 (ARM-64).'''
12290
12292
 
@@ -15104,6 +15106,27 @@ class CfnAddon(
15104
15106
 
15105
15107
  jsii.create(self.__class__, self, [scope, id, props])
15106
15108
 
15109
+ @jsii.member(jsii_name="fromAddonArn")
15110
+ @builtins.classmethod
15111
+ def from_addon_arn(
15112
+ cls,
15113
+ scope: _constructs_77d1e7e8.Construct,
15114
+ id: builtins.str,
15115
+ arn: builtins.str,
15116
+ ) -> IAddonRef:
15117
+ '''Creates a new IAddonRef from an ARN.
15118
+
15119
+ :param scope: -
15120
+ :param id: -
15121
+ :param arn: -
15122
+ '''
15123
+ if __debug__:
15124
+ type_hints = typing.get_type_hints(_typecheckingstub__e553dfaf756fa282c5fbeb4ef4b974cf0a47d23084cd717224b1311e0a30eb24)
15125
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15126
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15127
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
15128
+ return typing.cast(IAddonRef, jsii.sinvoke(cls, "fromAddonArn", [scope, id, arn]))
15129
+
15107
15130
  @jsii.member(jsii_name="inspect")
15108
15131
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
15109
15132
  '''Examines the CloudFormation resource and discloses attributes.
@@ -15622,6 +15645,48 @@ class CfnCluster(
15622
15645
 
15623
15646
  jsii.create(self.__class__, self, [scope, id, props])
15624
15647
 
15648
+ @jsii.member(jsii_name="fromClusterArn")
15649
+ @builtins.classmethod
15650
+ def from_cluster_arn(
15651
+ cls,
15652
+ scope: _constructs_77d1e7e8.Construct,
15653
+ id: builtins.str,
15654
+ arn: builtins.str,
15655
+ ) -> IClusterRef:
15656
+ '''Creates a new IClusterRef from an ARN.
15657
+
15658
+ :param scope: -
15659
+ :param id: -
15660
+ :param arn: -
15661
+ '''
15662
+ if __debug__:
15663
+ type_hints = typing.get_type_hints(_typecheckingstub__b7520097767a23a7f7b750879adb8df71436766d2ad7c356ce08243330524e31)
15664
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15665
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15666
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
15667
+ return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterArn", [scope, id, arn]))
15668
+
15669
+ @jsii.member(jsii_name="fromClusterName")
15670
+ @builtins.classmethod
15671
+ def from_cluster_name(
15672
+ cls,
15673
+ scope: _constructs_77d1e7e8.Construct,
15674
+ id: builtins.str,
15675
+ cluster_name: builtins.str,
15676
+ ) -> IClusterRef:
15677
+ '''Creates a new IClusterRef from a clusterName.
15678
+
15679
+ :param scope: -
15680
+ :param id: -
15681
+ :param cluster_name: -
15682
+ '''
15683
+ if __debug__:
15684
+ type_hints = typing.get_type_hints(_typecheckingstub__06b7df746bf67240facb00749c1c399634c9167d5acb1747f034220efaf30f49)
15685
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15686
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15687
+ check_type(argname="argument cluster_name", value=cluster_name, expected_type=type_hints["cluster_name"])
15688
+ return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterName", [scope, id, cluster_name]))
15689
+
15625
15690
  @jsii.member(jsii_name="inspect")
15626
15691
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
15627
15692
  '''Examines the CloudFormation resource and discloses attributes.
@@ -17630,6 +17695,27 @@ class CfnFargateProfile(
17630
17695
 
17631
17696
  jsii.create(self.__class__, self, [scope, id, props])
17632
17697
 
17698
+ @jsii.member(jsii_name="fromFargateProfileArn")
17699
+ @builtins.classmethod
17700
+ def from_fargate_profile_arn(
17701
+ cls,
17702
+ scope: _constructs_77d1e7e8.Construct,
17703
+ id: builtins.str,
17704
+ arn: builtins.str,
17705
+ ) -> IFargateProfileRef:
17706
+ '''Creates a new IFargateProfileRef from an ARN.
17707
+
17708
+ :param scope: -
17709
+ :param id: -
17710
+ :param arn: -
17711
+ '''
17712
+ if __debug__:
17713
+ type_hints = typing.get_type_hints(_typecheckingstub__68f38ef5ce6ebc1ca5dcde1b9e529ea13f0b01c2ccaa9863ca69bece85d4f6e6)
17714
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
17715
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
17716
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
17717
+ return typing.cast(IFargateProfileRef, jsii.sinvoke(cls, "fromFargateProfileArn", [scope, id, arn]))
17718
+
17633
17719
  @jsii.member(jsii_name="inspect")
17634
17720
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
17635
17721
  '''Examines the CloudFormation resource and discloses attributes.
@@ -24091,6 +24177,14 @@ def _typecheckingstub__45ff0728c7d6fc5f47c97aa791c327f70a32e19bdf463d94d9351053f
24091
24177
  """Type checking stubs"""
24092
24178
  pass
24093
24179
 
24180
+ def _typecheckingstub__e553dfaf756fa282c5fbeb4ef4b974cf0a47d23084cd717224b1311e0a30eb24(
24181
+ scope: _constructs_77d1e7e8.Construct,
24182
+ id: builtins.str,
24183
+ arn: builtins.str,
24184
+ ) -> None:
24185
+ """Type checking stubs"""
24186
+ pass
24187
+
24094
24188
  def _typecheckingstub__fb634c71637a3029d784eb1cc23e12801a6d069d381448751935635b986d50bc(
24095
24189
  inspector: _TreeInspector_488e0dd5,
24096
24190
  ) -> None:
@@ -24204,6 +24298,22 @@ def _typecheckingstub__d3e62a858014f3867f3039d1328d57223fb0d16e3fb6d1e2d79279938
24204
24298
  """Type checking stubs"""
24205
24299
  pass
24206
24300
 
24301
+ def _typecheckingstub__b7520097767a23a7f7b750879adb8df71436766d2ad7c356ce08243330524e31(
24302
+ scope: _constructs_77d1e7e8.Construct,
24303
+ id: builtins.str,
24304
+ arn: builtins.str,
24305
+ ) -> None:
24306
+ """Type checking stubs"""
24307
+ pass
24308
+
24309
+ def _typecheckingstub__06b7df746bf67240facb00749c1c399634c9167d5acb1747f034220efaf30f49(
24310
+ scope: _constructs_77d1e7e8.Construct,
24311
+ id: builtins.str,
24312
+ cluster_name: builtins.str,
24313
+ ) -> None:
24314
+ """Type checking stubs"""
24315
+ pass
24316
+
24207
24317
  def _typecheckingstub__4ce8181eaff5e47deffee284e9005fc3985d7f0cc2ae10f69530ae44c00c9022(
24208
24318
  inspector: _TreeInspector_488e0dd5,
24209
24319
  ) -> None:
@@ -24485,6 +24595,14 @@ def _typecheckingstub__d74e3378581d3898ad60f22c46414b34a44ce82bd54d09c56466afda9
24485
24595
  """Type checking stubs"""
24486
24596
  pass
24487
24597
 
24598
+ def _typecheckingstub__68f38ef5ce6ebc1ca5dcde1b9e529ea13f0b01c2ccaa9863ca69bece85d4f6e6(
24599
+ scope: _constructs_77d1e7e8.Construct,
24600
+ id: builtins.str,
24601
+ arn: builtins.str,
24602
+ ) -> None:
24603
+ """Type checking stubs"""
24604
+ pass
24605
+
24488
24606
  def _typecheckingstub__43ebc50d6c5b13856e87922886b34c19885bddbafafc65bf42a5e790bc129b85(
24489
24607
  inspector: _TreeInspector_488e0dd5,
24490
24608
  ) -> None:
@@ -4830,6 +4830,27 @@ class CfnGlobalReplicationGroup(
4830
4830
 
4831
4831
  jsii.create(self.__class__, self, [scope, id, props])
4832
4832
 
4833
+ @jsii.member(jsii_name="fromGlobalReplicationGroupId")
4834
+ @builtins.classmethod
4835
+ def from_global_replication_group_id(
4836
+ cls,
4837
+ scope: _constructs_77d1e7e8.Construct,
4838
+ id: builtins.str,
4839
+ global_replication_group_id: builtins.str,
4840
+ ) -> IGlobalReplicationGroupRef:
4841
+ '''Creates a new IGlobalReplicationGroupRef from a globalReplicationGroupId.
4842
+
4843
+ :param scope: -
4844
+ :param id: -
4845
+ :param global_replication_group_id: -
4846
+ '''
4847
+ if __debug__:
4848
+ type_hints = typing.get_type_hints(_typecheckingstub__ff89494f4cbd1e19d9e3985a30ea573557681f435cc9ec3daa095b003c844fd1)
4849
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4850
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4851
+ check_type(argname="argument global_replication_group_id", value=global_replication_group_id, expected_type=type_hints["global_replication_group_id"])
4852
+ return typing.cast(IGlobalReplicationGroupRef, jsii.sinvoke(cls, "fromGlobalReplicationGroupId", [scope, id, global_replication_group_id]))
4853
+
4833
4854
  @jsii.member(jsii_name="inspect")
4834
4855
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4835
4856
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5369,6 +5390,27 @@ class CfnParameterGroup(
5369
5390
 
5370
5391
  jsii.create(self.__class__, self, [scope, id, props])
5371
5392
 
5393
+ @jsii.member(jsii_name="fromCacheParameterGroupName")
5394
+ @builtins.classmethod
5395
+ def from_cache_parameter_group_name(
5396
+ cls,
5397
+ scope: _constructs_77d1e7e8.Construct,
5398
+ id: builtins.str,
5399
+ cache_parameter_group_name: builtins.str,
5400
+ ) -> IParameterGroupRef:
5401
+ '''Creates a new IParameterGroupRef from a cacheParameterGroupName.
5402
+
5403
+ :param scope: -
5404
+ :param id: -
5405
+ :param cache_parameter_group_name: -
5406
+ '''
5407
+ if __debug__:
5408
+ type_hints = typing.get_type_hints(_typecheckingstub__8698073c2c79628abaa44336eab31fa950987b13f7afd1265b2c7155cb2684c9)
5409
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5410
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5411
+ check_type(argname="argument cache_parameter_group_name", value=cache_parameter_group_name, expected_type=type_hints["cache_parameter_group_name"])
5412
+ return typing.cast(IParameterGroupRef, jsii.sinvoke(cls, "fromCacheParameterGroupName", [scope, id, cache_parameter_group_name]))
5413
+
5372
5414
  @jsii.member(jsii_name="inspect")
5373
5415
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5374
5416
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5711,6 +5753,27 @@ class CfnReplicationGroup(
5711
5753
 
5712
5754
  jsii.create(self.__class__, self, [scope, id, props])
5713
5755
 
5756
+ @jsii.member(jsii_name="fromReplicationGroupId")
5757
+ @builtins.classmethod
5758
+ def from_replication_group_id(
5759
+ cls,
5760
+ scope: _constructs_77d1e7e8.Construct,
5761
+ id: builtins.str,
5762
+ replication_group_id: builtins.str,
5763
+ ) -> IReplicationGroupRef:
5764
+ '''Creates a new IReplicationGroupRef from a replicationGroupId.
5765
+
5766
+ :param scope: -
5767
+ :param id: -
5768
+ :param replication_group_id: -
5769
+ '''
5770
+ if __debug__:
5771
+ type_hints = typing.get_type_hints(_typecheckingstub__75981c8cb310d85006f717e67834c418d105da6482bb738e7bc9a716d7ec90f7)
5772
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5773
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5774
+ check_type(argname="argument replication_group_id", value=replication_group_id, expected_type=type_hints["replication_group_id"])
5775
+ return typing.cast(IReplicationGroupRef, jsii.sinvoke(cls, "fromReplicationGroupId", [scope, id, replication_group_id]))
5776
+
5714
5777
  @jsii.member(jsii_name="inspect")
5715
5778
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5716
5779
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7280,6 +7343,27 @@ class CfnServerlessCache(
7280
7343
 
7281
7344
  jsii.create(self.__class__, self, [scope, id, props])
7282
7345
 
7346
+ @jsii.member(jsii_name="fromServerlessCacheName")
7347
+ @builtins.classmethod
7348
+ def from_serverless_cache_name(
7349
+ cls,
7350
+ scope: _constructs_77d1e7e8.Construct,
7351
+ id: builtins.str,
7352
+ serverless_cache_name: builtins.str,
7353
+ ) -> IServerlessCacheRef:
7354
+ '''Creates a new IServerlessCacheRef from a serverlessCacheName.
7355
+
7356
+ :param scope: -
7357
+ :param id: -
7358
+ :param serverless_cache_name: -
7359
+ '''
7360
+ if __debug__:
7361
+ type_hints = typing.get_type_hints(_typecheckingstub__5f1a4fca0c9153db4261889c4ac2f57c86638b9df9a309b28a9abc65ee4dba12)
7362
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7363
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7364
+ check_type(argname="argument serverless_cache_name", value=serverless_cache_name, expected_type=type_hints["serverless_cache_name"])
7365
+ return typing.cast(IServerlessCacheRef, jsii.sinvoke(cls, "fromServerlessCacheName", [scope, id, serverless_cache_name]))
7366
+
7283
7367
  @jsii.member(jsii_name="inspect")
7284
7368
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7285
7369
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8011,6 +8095,27 @@ class CfnSubnetGroup(
8011
8095
 
8012
8096
  jsii.create(self.__class__, self, [scope, id, props])
8013
8097
 
8098
+ @jsii.member(jsii_name="fromCacheSubnetGroupName")
8099
+ @builtins.classmethod
8100
+ def from_cache_subnet_group_name(
8101
+ cls,
8102
+ scope: _constructs_77d1e7e8.Construct,
8103
+ id: builtins.str,
8104
+ cache_subnet_group_name: builtins.str,
8105
+ ) -> ISubnetGroupRef:
8106
+ '''Creates a new ISubnetGroupRef from a cacheSubnetGroupName.
8107
+
8108
+ :param scope: -
8109
+ :param id: -
8110
+ :param cache_subnet_group_name: -
8111
+ '''
8112
+ if __debug__:
8113
+ type_hints = typing.get_type_hints(_typecheckingstub__304329a736f16ad53a5d51fb81b5e2a5479aa5c80328667e02fc5e9f06cacc15)
8114
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8115
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8116
+ check_type(argname="argument cache_subnet_group_name", value=cache_subnet_group_name, expected_type=type_hints["cache_subnet_group_name"])
8117
+ return typing.cast(ISubnetGroupRef, jsii.sinvoke(cls, "fromCacheSubnetGroupName", [scope, id, cache_subnet_group_name]))
8118
+
8014
8119
  @jsii.member(jsii_name="inspect")
8015
8120
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8016
8121
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8194,6 +8299,48 @@ class CfnUser(
8194
8299
 
8195
8300
  jsii.create(self.__class__, self, [scope, id, props])
8196
8301
 
8302
+ @jsii.member(jsii_name="fromUserArn")
8303
+ @builtins.classmethod
8304
+ def from_user_arn(
8305
+ cls,
8306
+ scope: _constructs_77d1e7e8.Construct,
8307
+ id: builtins.str,
8308
+ arn: builtins.str,
8309
+ ) -> IUserRef:
8310
+ '''Creates a new IUserRef from an ARN.
8311
+
8312
+ :param scope: -
8313
+ :param id: -
8314
+ :param arn: -
8315
+ '''
8316
+ if __debug__:
8317
+ type_hints = typing.get_type_hints(_typecheckingstub__7380f0a732f1ed5820b59afac42a4b8b7ba51bbed223bc85e99965ac402d95f3)
8318
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8319
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8320
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8321
+ return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserArn", [scope, id, arn]))
8322
+
8323
+ @jsii.member(jsii_name="fromUserId")
8324
+ @builtins.classmethod
8325
+ def from_user_id(
8326
+ cls,
8327
+ scope: _constructs_77d1e7e8.Construct,
8328
+ id: builtins.str,
8329
+ user_id: builtins.str,
8330
+ ) -> IUserRef:
8331
+ '''Creates a new IUserRef from a userId.
8332
+
8333
+ :param scope: -
8334
+ :param id: -
8335
+ :param user_id: -
8336
+ '''
8337
+ if __debug__:
8338
+ type_hints = typing.get_type_hints(_typecheckingstub__1af34fe47637757c8d79c35d47d94455d8eabc7251790880e5e36d964a71c44c)
8339
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8340
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8341
+ check_type(argname="argument user_id", value=user_id, expected_type=type_hints["user_id"])
8342
+ return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserId", [scope, id, user_id]))
8343
+
8197
8344
  @jsii.member(jsii_name="inspect")
8198
8345
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8199
8346
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8508,6 +8655,48 @@ class CfnUserGroup(
8508
8655
 
8509
8656
  jsii.create(self.__class__, self, [scope, id, props])
8510
8657
 
8658
+ @jsii.member(jsii_name="fromUserGroupArn")
8659
+ @builtins.classmethod
8660
+ def from_user_group_arn(
8661
+ cls,
8662
+ scope: _constructs_77d1e7e8.Construct,
8663
+ id: builtins.str,
8664
+ arn: builtins.str,
8665
+ ) -> IUserGroupRef:
8666
+ '''Creates a new IUserGroupRef from an ARN.
8667
+
8668
+ :param scope: -
8669
+ :param id: -
8670
+ :param arn: -
8671
+ '''
8672
+ if __debug__:
8673
+ type_hints = typing.get_type_hints(_typecheckingstub__071f8f2a53921a660313da6b0f19e710249765b730ea6a1912ec3f134bb9ec39)
8674
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8675
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8676
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8677
+ return typing.cast(IUserGroupRef, jsii.sinvoke(cls, "fromUserGroupArn", [scope, id, arn]))
8678
+
8679
+ @jsii.member(jsii_name="fromUserGroupId")
8680
+ @builtins.classmethod
8681
+ def from_user_group_id(
8682
+ cls,
8683
+ scope: _constructs_77d1e7e8.Construct,
8684
+ id: builtins.str,
8685
+ user_group_id: builtins.str,
8686
+ ) -> IUserGroupRef:
8687
+ '''Creates a new IUserGroupRef from a userGroupId.
8688
+
8689
+ :param scope: -
8690
+ :param id: -
8691
+ :param user_group_id: -
8692
+ '''
8693
+ if __debug__:
8694
+ type_hints = typing.get_type_hints(_typecheckingstub__62870b7cae1aae9a748108436bc35968fb2710fa07aee55166cf231352583450)
8695
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8696
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8697
+ check_type(argname="argument user_group_id", value=user_group_id, expected_type=type_hints["user_group_id"])
8698
+ return typing.cast(IUserGroupRef, jsii.sinvoke(cls, "fromUserGroupId", [scope, id, user_group_id]))
8699
+
8511
8700
  @jsii.member(jsii_name="inspect")
8512
8701
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8513
8702
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9165,6 +9354,14 @@ def _typecheckingstub__7b347e00f869706c90d3dc918dc3fb240c81a3a2e15ca55cb3a114e77
9165
9354
  """Type checking stubs"""
9166
9355
  pass
9167
9356
 
9357
+ def _typecheckingstub__ff89494f4cbd1e19d9e3985a30ea573557681f435cc9ec3daa095b003c844fd1(
9358
+ scope: _constructs_77d1e7e8.Construct,
9359
+ id: builtins.str,
9360
+ global_replication_group_id: builtins.str,
9361
+ ) -> None:
9362
+ """Type checking stubs"""
9363
+ pass
9364
+
9168
9365
  def _typecheckingstub__884a154d8b8e4d93c61fe6b39de707bf773a6d1033e974181f93658b1039c0c4(
9169
9366
  inspector: _TreeInspector_488e0dd5,
9170
9367
  ) -> None:
@@ -9275,6 +9472,14 @@ def _typecheckingstub__86f3b322f4ea3d0cc63e18e1b285cc656e6d789289e29668aa7acce95
9275
9472
  """Type checking stubs"""
9276
9473
  pass
9277
9474
 
9475
+ def _typecheckingstub__8698073c2c79628abaa44336eab31fa950987b13f7afd1265b2c7155cb2684c9(
9476
+ scope: _constructs_77d1e7e8.Construct,
9477
+ id: builtins.str,
9478
+ cache_parameter_group_name: builtins.str,
9479
+ ) -> None:
9480
+ """Type checking stubs"""
9481
+ pass
9482
+
9278
9483
  def _typecheckingstub__4df9ac5cd73e00bfbbdce4db59984040d76705d9fed6f259b98c08569946c00b(
9279
9484
  inspector: _TreeInspector_488e0dd5,
9280
9485
  ) -> None:
@@ -9358,6 +9563,14 @@ def _typecheckingstub__be27fffa79ab6bf194b2d0d4de1313299c709e45a12e57a99e85fb26c
9358
9563
  """Type checking stubs"""
9359
9564
  pass
9360
9565
 
9566
+ def _typecheckingstub__75981c8cb310d85006f717e67834c418d105da6482bb738e7bc9a716d7ec90f7(
9567
+ scope: _constructs_77d1e7e8.Construct,
9568
+ id: builtins.str,
9569
+ replication_group_id: builtins.str,
9570
+ ) -> None:
9571
+ """Type checking stubs"""
9572
+ pass
9573
+
9361
9574
  def _typecheckingstub__93d988a8a188908fd1e785a707cc68edf28a1ba53bd404b971490bcb7100e29a(
9362
9575
  inspector: _TreeInspector_488e0dd5,
9363
9576
  ) -> None:
@@ -9746,6 +9959,14 @@ def _typecheckingstub__f204522453489e8198605933b3b942062e9c202c1099285663a7d772a
9746
9959
  """Type checking stubs"""
9747
9960
  pass
9748
9961
 
9962
+ def _typecheckingstub__5f1a4fca0c9153db4261889c4ac2f57c86638b9df9a309b28a9abc65ee4dba12(
9963
+ scope: _constructs_77d1e7e8.Construct,
9964
+ id: builtins.str,
9965
+ serverless_cache_name: builtins.str,
9966
+ ) -> None:
9967
+ """Type checking stubs"""
9968
+ pass
9969
+
9749
9970
  def _typecheckingstub__f7012476fc1dcf708502c3a40812f4ced90af74571a021bfa5091171717291b4(
9750
9971
  inspector: _TreeInspector_488e0dd5,
9751
9972
  ) -> None:
@@ -9899,6 +10120,14 @@ def _typecheckingstub__1d31f960507f2c9e3587baf93d99fa25f2747d0865408ff081e5c5230
9899
10120
  """Type checking stubs"""
9900
10121
  pass
9901
10122
 
10123
+ def _typecheckingstub__304329a736f16ad53a5d51fb81b5e2a5479aa5c80328667e02fc5e9f06cacc15(
10124
+ scope: _constructs_77d1e7e8.Construct,
10125
+ id: builtins.str,
10126
+ cache_subnet_group_name: builtins.str,
10127
+ ) -> None:
10128
+ """Type checking stubs"""
10129
+ pass
10130
+
9902
10131
  def _typecheckingstub__8e74c02a4794273fd857125de793130ad00a35e7107b9a052fd9729c834e8c03(
9903
10132
  inspector: _TreeInspector_488e0dd5,
9904
10133
  ) -> None:
@@ -9951,6 +10180,22 @@ def _typecheckingstub__3690e849b3e5bf7f482e77652d683906b1133738dbc72aea39d018672
9951
10180
  """Type checking stubs"""
9952
10181
  pass
9953
10182
 
10183
+ def _typecheckingstub__7380f0a732f1ed5820b59afac42a4b8b7ba51bbed223bc85e99965ac402d95f3(
10184
+ scope: _constructs_77d1e7e8.Construct,
10185
+ id: builtins.str,
10186
+ arn: builtins.str,
10187
+ ) -> None:
10188
+ """Type checking stubs"""
10189
+ pass
10190
+
10191
+ def _typecheckingstub__1af34fe47637757c8d79c35d47d94455d8eabc7251790880e5e36d964a71c44c(
10192
+ scope: _constructs_77d1e7e8.Construct,
10193
+ id: builtins.str,
10194
+ user_id: builtins.str,
10195
+ ) -> None:
10196
+ """Type checking stubs"""
10197
+ pass
10198
+
9954
10199
  def _typecheckingstub__a8027fd2dc9d1d9c383f787790509ce0a31493b0c5928b63706caf8cd2096acf(
9955
10200
  inspector: _TreeInspector_488e0dd5,
9956
10201
  ) -> None:
@@ -10031,6 +10276,22 @@ def _typecheckingstub__ecc142924e04b2348d54a42d3f1272d7a6d9f1886d6e9133f1a0ed55a
10031
10276
  """Type checking stubs"""
10032
10277
  pass
10033
10278
 
10279
+ def _typecheckingstub__071f8f2a53921a660313da6b0f19e710249765b730ea6a1912ec3f134bb9ec39(
10280
+ scope: _constructs_77d1e7e8.Construct,
10281
+ id: builtins.str,
10282
+ arn: builtins.str,
10283
+ ) -> None:
10284
+ """Type checking stubs"""
10285
+ pass
10286
+
10287
+ def _typecheckingstub__62870b7cae1aae9a748108436bc35968fb2710fa07aee55166cf231352583450(
10288
+ scope: _constructs_77d1e7e8.Construct,
10289
+ id: builtins.str,
10290
+ user_group_id: builtins.str,
10291
+ ) -> None:
10292
+ """Type checking stubs"""
10293
+ pass
10294
+
10034
10295
  def _typecheckingstub__6a5d03fb1ca11359d2e12cf9829f5c78e442be6d3175a5f56c52bd5c800742a5(
10035
10296
  inspector: _TreeInspector_488e0dd5,
10036
10297
  ) -> None: