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
@@ -3956,6 +3956,48 @@ class CfnChannel(
3956
3956
 
3957
3957
  jsii.create(self.__class__, self, [scope, id, props])
3958
3958
 
3959
+ @jsii.member(jsii_name="fromChannelArn")
3960
+ @builtins.classmethod
3961
+ def from_channel_arn(
3962
+ cls,
3963
+ scope: _constructs_77d1e7e8.Construct,
3964
+ id: builtins.str,
3965
+ arn: builtins.str,
3966
+ ) -> IChannelRef:
3967
+ '''Creates a new IChannelRef from an ARN.
3968
+
3969
+ :param scope: -
3970
+ :param id: -
3971
+ :param arn: -
3972
+ '''
3973
+ if __debug__:
3974
+ type_hints = typing.get_type_hints(_typecheckingstub__6d2f95218f9095cece7aeb9099434b20ee1d3edda5afb64ec302ef4c5b93c0e5)
3975
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3976
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3977
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3978
+ return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelArn", [scope, id, arn]))
3979
+
3980
+ @jsii.member(jsii_name="fromChannelId")
3981
+ @builtins.classmethod
3982
+ def from_channel_id(
3983
+ cls,
3984
+ scope: _constructs_77d1e7e8.Construct,
3985
+ id: builtins.str,
3986
+ channel_id: builtins.str,
3987
+ ) -> IChannelRef:
3988
+ '''Creates a new IChannelRef from a channelId.
3989
+
3990
+ :param scope: -
3991
+ :param id: -
3992
+ :param channel_id: -
3993
+ '''
3994
+ if __debug__:
3995
+ type_hints = typing.get_type_hints(_typecheckingstub__d6b1d9b196e9144183daa21c67b901e170d335ffd5f6d15fb2f36229b0ece372)
3996
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3997
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3998
+ check_type(argname="argument channel_id", value=channel_id, expected_type=type_hints["channel_id"])
3999
+ return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelId", [scope, id, channel_id]))
4000
+
3959
4001
  @jsii.member(jsii_name="inspect")
3960
4002
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3961
4003
  '''Examines the CloudFormation resource and discloses attributes.
@@ -28167,6 +28209,27 @@ class CfnChannelPlacementGroup(
28167
28209
 
28168
28210
  jsii.create(self.__class__, self, [scope, id, props])
28169
28211
 
28212
+ @jsii.member(jsii_name="fromChannelPlacementGroupArn")
28213
+ @builtins.classmethod
28214
+ def from_channel_placement_group_arn(
28215
+ cls,
28216
+ scope: _constructs_77d1e7e8.Construct,
28217
+ id: builtins.str,
28218
+ arn: builtins.str,
28219
+ ) -> IChannelPlacementGroupRef:
28220
+ '''Creates a new IChannelPlacementGroupRef from an ARN.
28221
+
28222
+ :param scope: -
28223
+ :param id: -
28224
+ :param arn: -
28225
+ '''
28226
+ if __debug__:
28227
+ type_hints = typing.get_type_hints(_typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80)
28228
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
28229
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
28230
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
28231
+ return typing.cast(IChannelPlacementGroupRef, jsii.sinvoke(cls, "fromChannelPlacementGroupArn", [scope, id, arn]))
28232
+
28170
28233
  @jsii.member(jsii_name="inspect")
28171
28234
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28172
28235
  '''Examines the CloudFormation resource and discloses attributes.
@@ -28940,6 +29003,48 @@ class CfnCluster(
28940
29003
 
28941
29004
  jsii.create(self.__class__, self, [scope, id, props])
28942
29005
 
29006
+ @jsii.member(jsii_name="fromClusterArn")
29007
+ @builtins.classmethod
29008
+ def from_cluster_arn(
29009
+ cls,
29010
+ scope: _constructs_77d1e7e8.Construct,
29011
+ id: builtins.str,
29012
+ arn: builtins.str,
29013
+ ) -> IClusterRef:
29014
+ '''Creates a new IClusterRef from an ARN.
29015
+
29016
+ :param scope: -
29017
+ :param id: -
29018
+ :param arn: -
29019
+ '''
29020
+ if __debug__:
29021
+ type_hints = typing.get_type_hints(_typecheckingstub__3ace674eb5f9971088c58b6909f16da7a9f745cf84d2bb76adc43523af315735)
29022
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29023
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29024
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
29025
+ return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterArn", [scope, id, arn]))
29026
+
29027
+ @jsii.member(jsii_name="fromClusterId")
29028
+ @builtins.classmethod
29029
+ def from_cluster_id(
29030
+ cls,
29031
+ scope: _constructs_77d1e7e8.Construct,
29032
+ id: builtins.str,
29033
+ cluster_id: builtins.str,
29034
+ ) -> IClusterRef:
29035
+ '''Creates a new IClusterRef from a clusterId.
29036
+
29037
+ :param scope: -
29038
+ :param id: -
29039
+ :param cluster_id: -
29040
+ '''
29041
+ if __debug__:
29042
+ type_hints = typing.get_type_hints(_typecheckingstub__370028181a698f0b673da9554bdec75f95f22731d956423079518e13772bd902)
29043
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29044
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29045
+ check_type(argname="argument cluster_id", value=cluster_id, expected_type=type_hints["cluster_id"])
29046
+ return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterId", [scope, id, cluster_id]))
29047
+
28943
29048
  @jsii.member(jsii_name="inspect")
28944
29049
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28945
29050
  '''Examines the CloudFormation resource and discloses attributes.
@@ -29910,6 +30015,48 @@ class CfnInput(
29910
30015
 
29911
30016
  jsii.create(self.__class__, self, [scope, id, props])
29912
30017
 
30018
+ @jsii.member(jsii_name="fromInputArn")
30019
+ @builtins.classmethod
30020
+ def from_input_arn(
30021
+ cls,
30022
+ scope: _constructs_77d1e7e8.Construct,
30023
+ id: builtins.str,
30024
+ arn: builtins.str,
30025
+ ) -> IInputRef:
30026
+ '''Creates a new IInputRef from an ARN.
30027
+
30028
+ :param scope: -
30029
+ :param id: -
30030
+ :param arn: -
30031
+ '''
30032
+ if __debug__:
30033
+ type_hints = typing.get_type_hints(_typecheckingstub__86eaf44b588030c80007f0bc46931e3339f5a52855c099197b6caf381a6e060e)
30034
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
30035
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
30036
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
30037
+ return typing.cast(IInputRef, jsii.sinvoke(cls, "fromInputArn", [scope, id, arn]))
30038
+
30039
+ @jsii.member(jsii_name="fromInputId")
30040
+ @builtins.classmethod
30041
+ def from_input_id(
30042
+ cls,
30043
+ scope: _constructs_77d1e7e8.Construct,
30044
+ id: builtins.str,
30045
+ input_id: builtins.str,
30046
+ ) -> IInputRef:
30047
+ '''Creates a new IInputRef from a inputId.
30048
+
30049
+ :param scope: -
30050
+ :param id: -
30051
+ :param input_id: -
30052
+ '''
30053
+ if __debug__:
30054
+ type_hints = typing.get_type_hints(_typecheckingstub__8316fecd2510b6badfb48fb39122584af592100ba3f5280544b677db7cb76bb9)
30055
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
30056
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
30057
+ check_type(argname="argument input_id", value=input_id, expected_type=type_hints["input_id"])
30058
+ return typing.cast(IInputRef, jsii.sinvoke(cls, "fromInputId", [scope, id, input_id]))
30059
+
29913
30060
  @jsii.member(jsii_name="inspect")
29914
30061
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
29915
30062
  '''Examines the CloudFormation resource and discloses attributes.
@@ -31474,6 +31621,48 @@ class CfnInputSecurityGroup(
31474
31621
 
31475
31622
  jsii.create(self.__class__, self, [scope, id, props])
31476
31623
 
31624
+ @jsii.member(jsii_name="fromInputSecurityGroupArn")
31625
+ @builtins.classmethod
31626
+ def from_input_security_group_arn(
31627
+ cls,
31628
+ scope: _constructs_77d1e7e8.Construct,
31629
+ id: builtins.str,
31630
+ arn: builtins.str,
31631
+ ) -> IInputSecurityGroupRef:
31632
+ '''Creates a new IInputSecurityGroupRef from an ARN.
31633
+
31634
+ :param scope: -
31635
+ :param id: -
31636
+ :param arn: -
31637
+ '''
31638
+ if __debug__:
31639
+ type_hints = typing.get_type_hints(_typecheckingstub__4bd4383749cc94ae807145e9ecbbe23a985dccee4195bd0a767b69b9bb87f3ca)
31640
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31641
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31642
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
31643
+ return typing.cast(IInputSecurityGroupRef, jsii.sinvoke(cls, "fromInputSecurityGroupArn", [scope, id, arn]))
31644
+
31645
+ @jsii.member(jsii_name="fromInputSecurityGroupId")
31646
+ @builtins.classmethod
31647
+ def from_input_security_group_id(
31648
+ cls,
31649
+ scope: _constructs_77d1e7e8.Construct,
31650
+ id: builtins.str,
31651
+ input_security_group_id: builtins.str,
31652
+ ) -> IInputSecurityGroupRef:
31653
+ '''Creates a new IInputSecurityGroupRef from a inputSecurityGroupId.
31654
+
31655
+ :param scope: -
31656
+ :param id: -
31657
+ :param input_security_group_id: -
31658
+ '''
31659
+ if __debug__:
31660
+ type_hints = typing.get_type_hints(_typecheckingstub__8bfd301f40f6b27720dff328316eae238352bfedaadfbaa30fd7d995e635d634)
31661
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31662
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31663
+ check_type(argname="argument input_security_group_id", value=input_security_group_id, expected_type=type_hints["input_security_group_id"])
31664
+ return typing.cast(IInputSecurityGroupRef, jsii.sinvoke(cls, "fromInputSecurityGroupId", [scope, id, input_security_group_id]))
31665
+
31477
31666
  @jsii.member(jsii_name="inspect")
31478
31667
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
31479
31668
  '''Examines the CloudFormation resource and discloses attributes.
@@ -31703,6 +31892,48 @@ class CfnMultiplex(
31703
31892
 
31704
31893
  jsii.create(self.__class__, self, [scope, id, props])
31705
31894
 
31895
+ @jsii.member(jsii_name="fromMultiplexArn")
31896
+ @builtins.classmethod
31897
+ def from_multiplex_arn(
31898
+ cls,
31899
+ scope: _constructs_77d1e7e8.Construct,
31900
+ id: builtins.str,
31901
+ arn: builtins.str,
31902
+ ) -> IMultiplexRef:
31903
+ '''Creates a new IMultiplexRef from an ARN.
31904
+
31905
+ :param scope: -
31906
+ :param id: -
31907
+ :param arn: -
31908
+ '''
31909
+ if __debug__:
31910
+ type_hints = typing.get_type_hints(_typecheckingstub__b0255c8c208f27c1043881f29c322aae6006b38f1e9653a10b50844699e65041)
31911
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31912
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31913
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
31914
+ return typing.cast(IMultiplexRef, jsii.sinvoke(cls, "fromMultiplexArn", [scope, id, arn]))
31915
+
31916
+ @jsii.member(jsii_name="fromMultiplexId")
31917
+ @builtins.classmethod
31918
+ def from_multiplex_id(
31919
+ cls,
31920
+ scope: _constructs_77d1e7e8.Construct,
31921
+ id: builtins.str,
31922
+ multiplex_id: builtins.str,
31923
+ ) -> IMultiplexRef:
31924
+ '''Creates a new IMultiplexRef from a multiplexId.
31925
+
31926
+ :param scope: -
31927
+ :param id: -
31928
+ :param multiplex_id: -
31929
+ '''
31930
+ if __debug__:
31931
+ type_hints = typing.get_type_hints(_typecheckingstub__f0b4f1475c2d2609961966c00f209761ff867ee2ad0f09101d4841b50b81ddfe)
31932
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31933
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31934
+ check_type(argname="argument multiplex_id", value=multiplex_id, expected_type=type_hints["multiplex_id"])
31935
+ return typing.cast(IMultiplexRef, jsii.sinvoke(cls, "fromMultiplexId", [scope, id, multiplex_id]))
31936
+
31706
31937
  @jsii.member(jsii_name="inspect")
31707
31938
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
31708
31939
  '''Examines the CloudFormation resource and discloses attributes.
@@ -33086,6 +33317,48 @@ class CfnNetwork(
33086
33317
 
33087
33318
  jsii.create(self.__class__, self, [scope, id, props])
33088
33319
 
33320
+ @jsii.member(jsii_name="fromNetworkArn")
33321
+ @builtins.classmethod
33322
+ def from_network_arn(
33323
+ cls,
33324
+ scope: _constructs_77d1e7e8.Construct,
33325
+ id: builtins.str,
33326
+ arn: builtins.str,
33327
+ ) -> INetworkRef:
33328
+ '''Creates a new INetworkRef from an ARN.
33329
+
33330
+ :param scope: -
33331
+ :param id: -
33332
+ :param arn: -
33333
+ '''
33334
+ if __debug__:
33335
+ type_hints = typing.get_type_hints(_typecheckingstub__6e9ca7d5b36bf5cf572e225f6d2e7d610fac144debb04f2b697b0b4c10d2fcc0)
33336
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33337
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33338
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
33339
+ return typing.cast(INetworkRef, jsii.sinvoke(cls, "fromNetworkArn", [scope, id, arn]))
33340
+
33341
+ @jsii.member(jsii_name="fromNetworkId")
33342
+ @builtins.classmethod
33343
+ def from_network_id(
33344
+ cls,
33345
+ scope: _constructs_77d1e7e8.Construct,
33346
+ id: builtins.str,
33347
+ network_id: builtins.str,
33348
+ ) -> INetworkRef:
33349
+ '''Creates a new INetworkRef from a networkId.
33350
+
33351
+ :param scope: -
33352
+ :param id: -
33353
+ :param network_id: -
33354
+ '''
33355
+ if __debug__:
33356
+ type_hints = typing.get_type_hints(_typecheckingstub__f09001a20f04eefe74200d88c2a9b4166d00bb7f7db83d92f55b287b5136dc3a)
33357
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33358
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33359
+ check_type(argname="argument network_id", value=network_id, expected_type=type_hints["network_id"])
33360
+ return typing.cast(INetworkRef, jsii.sinvoke(cls, "fromNetworkId", [scope, id, network_id]))
33361
+
33089
33362
  @jsii.member(jsii_name="inspect")
33090
33363
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
33091
33364
  '''Examines the CloudFormation resource and discloses attributes.
@@ -33407,6 +33680,48 @@ class CfnSdiSource(
33407
33680
 
33408
33681
  jsii.create(self.__class__, self, [scope, id, props])
33409
33682
 
33683
+ @jsii.member(jsii_name="fromSdiSourceArn")
33684
+ @builtins.classmethod
33685
+ def from_sdi_source_arn(
33686
+ cls,
33687
+ scope: _constructs_77d1e7e8.Construct,
33688
+ id: builtins.str,
33689
+ arn: builtins.str,
33690
+ ) -> ISdiSourceRef:
33691
+ '''Creates a new ISdiSourceRef from an ARN.
33692
+
33693
+ :param scope: -
33694
+ :param id: -
33695
+ :param arn: -
33696
+ '''
33697
+ if __debug__:
33698
+ type_hints = typing.get_type_hints(_typecheckingstub__10b9a95d9535e3031ed288f7d5c017b2dcdbc73abecc8c358ef4eac9ddee7d05)
33699
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33700
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33701
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
33702
+ return typing.cast(ISdiSourceRef, jsii.sinvoke(cls, "fromSdiSourceArn", [scope, id, arn]))
33703
+
33704
+ @jsii.member(jsii_name="fromSdiSourceId")
33705
+ @builtins.classmethod
33706
+ def from_sdi_source_id(
33707
+ cls,
33708
+ scope: _constructs_77d1e7e8.Construct,
33709
+ id: builtins.str,
33710
+ sdi_source_id: builtins.str,
33711
+ ) -> ISdiSourceRef:
33712
+ '''Creates a new ISdiSourceRef from a sdiSourceId.
33713
+
33714
+ :param scope: -
33715
+ :param id: -
33716
+ :param sdi_source_id: -
33717
+ '''
33718
+ if __debug__:
33719
+ type_hints = typing.get_type_hints(_typecheckingstub__3975b7f77d52b9257092c0ac7c1b47dded95096832ea9dcaf6c2e22ada85a234)
33720
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33721
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33722
+ check_type(argname="argument sdi_source_id", value=sdi_source_id, expected_type=type_hints["sdi_source_id"])
33723
+ return typing.cast(ISdiSourceRef, jsii.sinvoke(cls, "fromSdiSourceId", [scope, id, sdi_source_id]))
33724
+
33410
33725
  @jsii.member(jsii_name="inspect")
33411
33726
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
33412
33727
  '''Examines the CloudFormation resource and discloses attributes.
@@ -34614,6 +34929,22 @@ def _typecheckingstub__0060427de31049849d0b954eb2d8f1219de8b4f8164b94cdfa32d6ef2
34614
34929
  """Type checking stubs"""
34615
34930
  pass
34616
34931
 
34932
+ def _typecheckingstub__6d2f95218f9095cece7aeb9099434b20ee1d3edda5afb64ec302ef4c5b93c0e5(
34933
+ scope: _constructs_77d1e7e8.Construct,
34934
+ id: builtins.str,
34935
+ arn: builtins.str,
34936
+ ) -> None:
34937
+ """Type checking stubs"""
34938
+ pass
34939
+
34940
+ def _typecheckingstub__d6b1d9b196e9144183daa21c67b901e170d335ffd5f6d15fb2f36229b0ece372(
34941
+ scope: _constructs_77d1e7e8.Construct,
34942
+ id: builtins.str,
34943
+ channel_id: builtins.str,
34944
+ ) -> None:
34945
+ """Type checking stubs"""
34946
+ pass
34947
+
34617
34948
  def _typecheckingstub__77a53567e403f0822cadccac18299e5972848433b11cc62dd610a87f360b29e7(
34618
34949
  inspector: _TreeInspector_488e0dd5,
34619
34950
  ) -> None:
@@ -36508,6 +36839,14 @@ def _typecheckingstub__4e243315b7345536389960f25695eb10f1fa9ae011ea703c70b9fbe4c
36508
36839
  """Type checking stubs"""
36509
36840
  pass
36510
36841
 
36842
+ def _typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80(
36843
+ scope: _constructs_77d1e7e8.Construct,
36844
+ id: builtins.str,
36845
+ arn: builtins.str,
36846
+ ) -> None:
36847
+ """Type checking stubs"""
36848
+ pass
36849
+
36511
36850
  def _typecheckingstub__7dc59f9af5380ef0917c9d9bea643eb9e0495fd90e51b92ab0a1fe1ffbd1c64c(
36512
36851
  inspector: _TreeInspector_488e0dd5,
36513
36852
  ) -> None:
@@ -36709,6 +37048,22 @@ def _typecheckingstub__cafedd699c56a3cba598f1b205d13e464679c1d1f61bfe63b410a4cd1
36709
37048
  """Type checking stubs"""
36710
37049
  pass
36711
37050
 
37051
+ def _typecheckingstub__3ace674eb5f9971088c58b6909f16da7a9f745cf84d2bb76adc43523af315735(
37052
+ scope: _constructs_77d1e7e8.Construct,
37053
+ id: builtins.str,
37054
+ arn: builtins.str,
37055
+ ) -> None:
37056
+ """Type checking stubs"""
37057
+ pass
37058
+
37059
+ def _typecheckingstub__370028181a698f0b673da9554bdec75f95f22731d956423079518e13772bd902(
37060
+ scope: _constructs_77d1e7e8.Construct,
37061
+ id: builtins.str,
37062
+ cluster_id: builtins.str,
37063
+ ) -> None:
37064
+ """Type checking stubs"""
37065
+ pass
37066
+
36712
37067
  def _typecheckingstub__a680b851075119ff4cf0d916ddb40825219799ac9c08fc8dbc7e877d648d7333(
36713
37068
  inspector: _TreeInspector_488e0dd5,
36714
37069
  ) -> None:
@@ -36900,6 +37255,22 @@ def _typecheckingstub__c37c21db5712f0e670f3144efc99d8c9ed0a67af3bc5d9018df305c7e
36900
37255
  """Type checking stubs"""
36901
37256
  pass
36902
37257
 
37258
+ def _typecheckingstub__86eaf44b588030c80007f0bc46931e3339f5a52855c099197b6caf381a6e060e(
37259
+ scope: _constructs_77d1e7e8.Construct,
37260
+ id: builtins.str,
37261
+ arn: builtins.str,
37262
+ ) -> None:
37263
+ """Type checking stubs"""
37264
+ pass
37265
+
37266
+ def _typecheckingstub__8316fecd2510b6badfb48fb39122584af592100ba3f5280544b677db7cb76bb9(
37267
+ scope: _constructs_77d1e7e8.Construct,
37268
+ id: builtins.str,
37269
+ input_id: builtins.str,
37270
+ ) -> None:
37271
+ """Type checking stubs"""
37272
+ pass
37273
+
36903
37274
  def _typecheckingstub__f06412b7f89325cfc3260f21b8a1f8a01a8bc90a8ae4222ef007ee6754a88bfa(
36904
37275
  inspector: _TreeInspector_488e0dd5,
36905
37276
  ) -> None:
@@ -37140,6 +37511,22 @@ def _typecheckingstub__36ebb0545851926b9b6f0c8e07003f5330e537dbc3cb244849ed42ceb
37140
37511
  """Type checking stubs"""
37141
37512
  pass
37142
37513
 
37514
+ def _typecheckingstub__4bd4383749cc94ae807145e9ecbbe23a985dccee4195bd0a767b69b9bb87f3ca(
37515
+ scope: _constructs_77d1e7e8.Construct,
37516
+ id: builtins.str,
37517
+ arn: builtins.str,
37518
+ ) -> None:
37519
+ """Type checking stubs"""
37520
+ pass
37521
+
37522
+ def _typecheckingstub__8bfd301f40f6b27720dff328316eae238352bfedaadfbaa30fd7d995e635d634(
37523
+ scope: _constructs_77d1e7e8.Construct,
37524
+ id: builtins.str,
37525
+ input_security_group_id: builtins.str,
37526
+ ) -> None:
37527
+ """Type checking stubs"""
37528
+ pass
37529
+
37143
37530
  def _typecheckingstub__c205418125ef58c918892fec76333f5c35d1f96f5a51d5cfb93d17f6e0af00f8(
37144
37531
  inspector: _TreeInspector_488e0dd5,
37145
37532
  ) -> None:
@@ -37184,6 +37571,22 @@ def _typecheckingstub__9255fd2dfb064346defb8b7a153f0b574e1531ce42a8b94643d2c219b
37184
37571
  """Type checking stubs"""
37185
37572
  pass
37186
37573
 
37574
+ def _typecheckingstub__b0255c8c208f27c1043881f29c322aae6006b38f1e9653a10b50844699e65041(
37575
+ scope: _constructs_77d1e7e8.Construct,
37576
+ id: builtins.str,
37577
+ arn: builtins.str,
37578
+ ) -> None:
37579
+ """Type checking stubs"""
37580
+ pass
37581
+
37582
+ def _typecheckingstub__f0b4f1475c2d2609961966c00f209761ff867ee2ad0f09101d4841b50b81ddfe(
37583
+ scope: _constructs_77d1e7e8.Construct,
37584
+ id: builtins.str,
37585
+ multiplex_id: builtins.str,
37586
+ ) -> None:
37587
+ """Type checking stubs"""
37588
+ pass
37589
+
37187
37590
  def _typecheckingstub__7251d62dc563ff611a15fab5a5364c7fb2c9de0d845bd06e4a3a5967db5d0d1e(
37188
37591
  inspector: _TreeInspector_488e0dd5,
37189
37592
  ) -> None:
@@ -37386,6 +37789,22 @@ def _typecheckingstub__583bddbad65360919d723debec6ac90a73fd0b1bf571223e4f8ed7cbd
37386
37789
  """Type checking stubs"""
37387
37790
  pass
37388
37791
 
37792
+ def _typecheckingstub__6e9ca7d5b36bf5cf572e225f6d2e7d610fac144debb04f2b697b0b4c10d2fcc0(
37793
+ scope: _constructs_77d1e7e8.Construct,
37794
+ id: builtins.str,
37795
+ arn: builtins.str,
37796
+ ) -> None:
37797
+ """Type checking stubs"""
37798
+ pass
37799
+
37800
+ def _typecheckingstub__f09001a20f04eefe74200d88c2a9b4166d00bb7f7db83d92f55b287b5136dc3a(
37801
+ scope: _constructs_77d1e7e8.Construct,
37802
+ id: builtins.str,
37803
+ network_id: builtins.str,
37804
+ ) -> None:
37805
+ """Type checking stubs"""
37806
+ pass
37807
+
37389
37808
  def _typecheckingstub__3b7b874ecb1583e06f61647f2eaf263f0bce75341d35f085c855cd731fa53b19(
37390
37809
  inspector: _TreeInspector_488e0dd5,
37391
37810
  ) -> None:
@@ -37449,6 +37868,22 @@ def _typecheckingstub__c4329fe5e0c187d59071eb967613803b4ea03a0a770d7f41b39043667
37449
37868
  """Type checking stubs"""
37450
37869
  pass
37451
37870
 
37871
+ def _typecheckingstub__10b9a95d9535e3031ed288f7d5c017b2dcdbc73abecc8c358ef4eac9ddee7d05(
37872
+ scope: _constructs_77d1e7e8.Construct,
37873
+ id: builtins.str,
37874
+ arn: builtins.str,
37875
+ ) -> None:
37876
+ """Type checking stubs"""
37877
+ pass
37878
+
37879
+ def _typecheckingstub__3975b7f77d52b9257092c0ac7c1b47dded95096832ea9dcaf6c2e22ada85a234(
37880
+ scope: _constructs_77d1e7e8.Construct,
37881
+ id: builtins.str,
37882
+ sdi_source_id: builtins.str,
37883
+ ) -> None:
37884
+ """Type checking stubs"""
37885
+ pass
37886
+
37452
37887
  def _typecheckingstub__d15eebe899be683484b800f1e56bfef3b9e0d3bade7dc2d19a51e58bc355b380(
37453
37888
  inspector: _TreeInspector_488e0dd5,
37454
37889
  ) -> None: