aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -4370,6 +4370,7 @@ class CfnListenerRuleProps:
4370
4370
  jsii_type="aws-cdk-lib.aws_elasticloadbalancingv2.CfnLoadBalancerProps",
4371
4371
  jsii_struct_bases=[],
4372
4372
  name_mapping={
4373
+ "enable_capacity_reservation_provision_stabilize": "enableCapacityReservationProvisionStabilize",
4373
4374
  "enable_prefix_for_ipv6_source_nat": "enablePrefixForIpv6SourceNat",
4374
4375
  "enforce_security_group_inbound_rules_on_private_link_traffic": "enforceSecurityGroupInboundRulesOnPrivateLinkTraffic",
4375
4376
  "ip_address_type": "ipAddressType",
@@ -4389,6 +4390,7 @@ class CfnLoadBalancerProps:
4389
4390
  def __init__(
4390
4391
  self,
4391
4392
  *,
4393
+ enable_capacity_reservation_provision_stabilize: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
4392
4394
  enable_prefix_for_ipv6_source_nat: typing.Optional[builtins.str] = None,
4393
4395
  enforce_security_group_inbound_rules_on_private_link_traffic: typing.Optional[builtins.str] = None,
4394
4396
  ip_address_type: typing.Optional[builtins.str] = None,
@@ -4405,6 +4407,7 @@ class CfnLoadBalancerProps:
4405
4407
  ) -> None:
4406
4408
  '''Properties for defining a ``CfnLoadBalancer``.
4407
4409
 
4410
+ :param enable_capacity_reservation_provision_stabilize: Default: - false
4408
4411
  :param enable_prefix_for_ipv6_source_nat: [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be ``dualstack`` . The default value is ``off`` .
4409
4412
  :param enforce_security_group_inbound_rules_on_private_link_traffic: Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through AWS PrivateLink . The default is ``on`` . You can't configure this property on a Network Load Balancer unless you associated a security group with the load balancer when you created it.
4410
4413
  :param ip_address_type: The IP address type. Internal load balancers must use ``ipv4`` . [Application Load Balancers] The possible values are ``ipv4`` (IPv4 addresses), ``dualstack`` (IPv4 and IPv6 addresses), and ``dualstack-without-public-ipv4`` (public IPv6 addresses and private IPv4 and IPv6 addresses). Application Load Balancer authentication supports IPv4 addresses only when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer can't complete the authentication process, resulting in HTTP 500 errors. [Network Load Balancers and Gateway Load Balancers] The possible values are ``ipv4`` (IPv4 addresses) and ``dualstack`` (IPv4 and IPv6 addresses).
@@ -4429,6 +4432,7 @@ class CfnLoadBalancerProps:
4429
4432
  from aws_cdk import aws_elasticloadbalancingv2 as elbv2
4430
4433
 
4431
4434
  cfn_load_balancer_props = elbv2.CfnLoadBalancerProps(
4435
+ enable_capacity_reservation_provision_stabilize=False,
4432
4436
  enable_prefix_for_ipv6_source_nat="enablePrefixForIpv6SourceNat",
4433
4437
  enforce_security_group_inbound_rules_on_private_link_traffic="enforceSecurityGroupInboundRulesOnPrivateLinkTraffic",
4434
4438
  ip_address_type="ipAddressType",
@@ -4462,6 +4466,7 @@ class CfnLoadBalancerProps:
4462
4466
  '''
4463
4467
  if __debug__:
4464
4468
  type_hints = typing.get_type_hints(_typecheckingstub__6b1eb30cea756dc45f625ec82ab8cba6ea31d24595a925a4aabceb7e6605bcde)
4469
+ check_type(argname="argument enable_capacity_reservation_provision_stabilize", value=enable_capacity_reservation_provision_stabilize, expected_type=type_hints["enable_capacity_reservation_provision_stabilize"])
4465
4470
  check_type(argname="argument enable_prefix_for_ipv6_source_nat", value=enable_prefix_for_ipv6_source_nat, expected_type=type_hints["enable_prefix_for_ipv6_source_nat"])
4466
4471
  check_type(argname="argument enforce_security_group_inbound_rules_on_private_link_traffic", value=enforce_security_group_inbound_rules_on_private_link_traffic, expected_type=type_hints["enforce_security_group_inbound_rules_on_private_link_traffic"])
4467
4472
  check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
@@ -4476,6 +4481,8 @@ class CfnLoadBalancerProps:
4476
4481
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
4477
4482
  check_type(argname="argument type", value=type, expected_type=type_hints["type"])
4478
4483
  self._values: typing.Dict[builtins.str, typing.Any] = {}
4484
+ if enable_capacity_reservation_provision_stabilize is not None:
4485
+ self._values["enable_capacity_reservation_provision_stabilize"] = enable_capacity_reservation_provision_stabilize
4479
4486
  if enable_prefix_for_ipv6_source_nat is not None:
4480
4487
  self._values["enable_prefix_for_ipv6_source_nat"] = enable_prefix_for_ipv6_source_nat
4481
4488
  if enforce_security_group_inbound_rules_on_private_link_traffic is not None:
@@ -4503,6 +4510,18 @@ class CfnLoadBalancerProps:
4503
4510
  if type is not None:
4504
4511
  self._values["type"] = type
4505
4512
 
4513
+ @builtins.property
4514
+ def enable_capacity_reservation_provision_stabilize(
4515
+ self,
4516
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
4517
+ '''
4518
+ :default: - false
4519
+
4520
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-enablecapacityreservationprovisionstabilize
4521
+ '''
4522
+ result = self._values.get("enable_capacity_reservation_provision_stabilize")
4523
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
4524
+
4506
4525
  @builtins.property
4507
4526
  def enable_prefix_for_ipv6_source_nat(self) -> typing.Optional[builtins.str]:
4508
4527
  '''[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.
@@ -21911,6 +21930,7 @@ class CfnLoadBalancer(
21911
21930
  from aws_cdk import aws_elasticloadbalancingv2 as elbv2
21912
21931
 
21913
21932
  cfn_load_balancer = elbv2.CfnLoadBalancer(self, "MyCfnLoadBalancer",
21933
+ enable_capacity_reservation_provision_stabilize=False,
21914
21934
  enable_prefix_for_ipv6_source_nat="enablePrefixForIpv6SourceNat",
21915
21935
  enforce_security_group_inbound_rules_on_private_link_traffic="enforceSecurityGroupInboundRulesOnPrivateLinkTraffic",
21916
21936
  ip_address_type="ipAddressType",
@@ -21948,6 +21968,7 @@ class CfnLoadBalancer(
21948
21968
  scope: _constructs_77d1e7e8.Construct,
21949
21969
  id: builtins.str,
21950
21970
  *,
21971
+ enable_capacity_reservation_provision_stabilize: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
21951
21972
  enable_prefix_for_ipv6_source_nat: typing.Optional[builtins.str] = None,
21952
21973
  enforce_security_group_inbound_rules_on_private_link_traffic: typing.Optional[builtins.str] = None,
21953
21974
  ip_address_type: typing.Optional[builtins.str] = None,
@@ -21965,6 +21986,7 @@ class CfnLoadBalancer(
21965
21986
  '''
21966
21987
  :param scope: Scope in which this resource is defined.
21967
21988
  :param id: Construct identifier for this resource (unique in its scope).
21989
+ :param enable_capacity_reservation_provision_stabilize: Default: - false
21968
21990
  :param enable_prefix_for_ipv6_source_nat: [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be ``dualstack`` . The default value is ``off`` .
21969
21991
  :param enforce_security_group_inbound_rules_on_private_link_traffic: Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through AWS PrivateLink . The default is ``on`` . You can't configure this property on a Network Load Balancer unless you associated a security group with the load balancer when you created it.
21970
21992
  :param ip_address_type: The IP address type. Internal load balancers must use ``ipv4`` . [Application Load Balancers] The possible values are ``ipv4`` (IPv4 addresses), ``dualstack`` (IPv4 and IPv6 addresses), and ``dualstack-without-public-ipv4`` (public IPv6 addresses and private IPv4 and IPv6 addresses). Application Load Balancer authentication supports IPv4 addresses only when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer can't complete the authentication process, resulting in HTTP 500 errors. [Network Load Balancers and Gateway Load Balancers] The possible values are ``ipv4`` (IPv4 addresses) and ``dualstack`` (IPv4 and IPv6 addresses).
@@ -21984,6 +22006,7 @@ class CfnLoadBalancer(
21984
22006
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
21985
22007
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
21986
22008
  props = CfnLoadBalancerProps(
22009
+ enable_capacity_reservation_provision_stabilize=enable_capacity_reservation_provision_stabilize,
21987
22010
  enable_prefix_for_ipv6_source_nat=enable_prefix_for_ipv6_source_nat,
21988
22011
  enforce_security_group_inbound_rules_on_private_link_traffic=enforce_security_group_inbound_rules_on_private_link_traffic,
21989
22012
  ip_address_type=ip_address_type,
@@ -22110,6 +22133,23 @@ class CfnLoadBalancer(
22110
22133
  '''Tag Manager which manages the tags for this resource.'''
22111
22134
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
22112
22135
 
22136
+ @builtins.property
22137
+ @jsii.member(jsii_name="enableCapacityReservationProvisionStabilize")
22138
+ def enable_capacity_reservation_provision_stabilize(
22139
+ self,
22140
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
22141
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "enableCapacityReservationProvisionStabilize"))
22142
+
22143
+ @enable_capacity_reservation_provision_stabilize.setter
22144
+ def enable_capacity_reservation_provision_stabilize(
22145
+ self,
22146
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
22147
+ ) -> None:
22148
+ if __debug__:
22149
+ type_hints = typing.get_type_hints(_typecheckingstub__db326b5431980db555d148f9ae3420eff076c5f4436bcac08ce2f9c7154eefce)
22150
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
22151
+ jsii.set(self, "enableCapacityReservationProvisionStabilize", value) # pyright: ignore[reportArgumentType]
22152
+
22113
22153
  @builtins.property
22114
22154
  @jsii.member(jsii_name="enablePrefixForIpv6SourceNat")
22115
22155
  def enable_prefix_for_ipv6_source_nat(self) -> typing.Optional[builtins.str]:
@@ -28396,6 +28436,7 @@ def _typecheckingstub__ca75076613edf0bf6ade8ee145bc71de34aa66567d90d5721bd40f862
28396
28436
 
28397
28437
  def _typecheckingstub__6b1eb30cea756dc45f625ec82ab8cba6ea31d24595a925a4aabceb7e6605bcde(
28398
28438
  *,
28439
+ enable_capacity_reservation_provision_stabilize: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
28399
28440
  enable_prefix_for_ipv6_source_nat: typing.Optional[builtins.str] = None,
28400
28441
  enforce_security_group_inbound_rules_on_private_link_traffic: typing.Optional[builtins.str] = None,
28401
28442
  ip_address_type: typing.Optional[builtins.str] = None,
@@ -29797,6 +29838,7 @@ def _typecheckingstub__907e1e3e88136a6a7bdcdac293563447ed893c77b9f7b1e7154fb1749
29797
29838
  scope: _constructs_77d1e7e8.Construct,
29798
29839
  id: builtins.str,
29799
29840
  *,
29841
+ enable_capacity_reservation_provision_stabilize: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
29800
29842
  enable_prefix_for_ipv6_source_nat: typing.Optional[builtins.str] = None,
29801
29843
  enforce_security_group_inbound_rules_on_private_link_traffic: typing.Optional[builtins.str] = None,
29802
29844
  ip_address_type: typing.Optional[builtins.str] = None,
@@ -29826,6 +29868,12 @@ def _typecheckingstub__1a178a2aa61d40ebc079a81b6caeba1ff6649a54d784e4ce75ed79b7e
29826
29868
  """Type checking stubs"""
29827
29869
  pass
29828
29870
 
29871
+ def _typecheckingstub__db326b5431980db555d148f9ae3420eff076c5f4436bcac08ce2f9c7154eefce(
29872
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
29873
+ ) -> None:
29874
+ """Type checking stubs"""
29875
+ pass
29876
+
29829
29877
  def _typecheckingstub__38b5ad2c151ce05a51bb2ba1eaa4eb8a906d379df6a66c99f7a4f368bf663f77(
29830
29878
  value: typing.Optional[builtins.str],
29831
29879
  ) -> None:
@@ -5593,7 +5593,7 @@ class CfnDomain(
5593
5593
  The ``AWS::Elasticsearch::Domain`` resource is being replaced by the `AWS::OpenSearchService::Domain <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html>`_ resource. While the legacy Elasticsearch resource and options are still supported, we recommend modifying your existing Cloudformation templates to use the new OpenSearch Service resource, which supports both OpenSearch and Elasticsearch. For more information about the service rename, see `New resource types <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/rename.html#rename-resource>`_ in the *Amazon OpenSearch Service Developer Guide* .
5594
5594
 
5595
5595
  :param custom_endpoint: The fully qualified URL for your custom endpoint. Required if you enabled a custom endpoint for the domain.
5596
- :param custom_endpoint_certificate_arn: The AWS Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
5596
+ :param custom_endpoint_certificate_arn: The Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
5597
5597
  :param custom_endpoint_enabled: True to enable a custom endpoint for the domain. If enabled, you must also provide values for ``CustomEndpoint`` and ``CustomEndpointCertificateArn`` .
5598
5598
  :param enforce_https: True to require that all traffic to the domain arrive over HTTPS.
5599
5599
  :param tls_security_policy: The minimum TLS version required for traffic to the domain. Valid values are TLS 1.3 (recommended) or 1.2:. - ``Policy-Min-TLS-1-0-2019-07`` - ``Policy-Min-TLS-1-2-2019-07``
@@ -5647,7 +5647,7 @@ class CfnDomain(
5647
5647
 
5648
5648
  @builtins.property
5649
5649
  def custom_endpoint_certificate_arn(self) -> typing.Optional[builtins.str]:
5650
- '''The AWS Certificate Manager ARN for your domain's SSL/TLS certificate.
5650
+ '''The Certificate Manager ARN for your domain's SSL/TLS certificate.
5651
5651
 
5652
5652
  Required if you enabled a custom endpoint for the domain.
5653
5653
 
@@ -2790,6 +2790,27 @@ class CfnCluster(
2790
2790
 
2791
2791
  jsii.create(self.__class__, self, [scope, id, props])
2792
2792
 
2793
+ @jsii.member(jsii_name="fromClusterId")
2794
+ @builtins.classmethod
2795
+ def from_cluster_id(
2796
+ cls,
2797
+ scope: _constructs_77d1e7e8.Construct,
2798
+ id: builtins.str,
2799
+ cluster_id: builtins.str,
2800
+ ) -> IClusterRef:
2801
+ '''Creates a new IClusterRef from a clusterId.
2802
+
2803
+ :param scope: -
2804
+ :param id: -
2805
+ :param cluster_id: -
2806
+ '''
2807
+ if __debug__:
2808
+ type_hints = typing.get_type_hints(_typecheckingstub__2e27223ababb66815a1fc03ea8f520f2c9e326c44c677e676f3e8d3e626d3f88)
2809
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2810
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2811
+ check_type(argname="argument cluster_id", value=cluster_id, expected_type=type_hints["cluster_id"])
2812
+ return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterId", [scope, id, cluster_id]))
2813
+
2793
2814
  @jsii.member(jsii_name="inspect")
2794
2815
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2795
2816
  '''Examines the CloudFormation resource and discloses attributes.
@@ -11793,6 +11814,48 @@ class CfnStudio(
11793
11814
 
11794
11815
  jsii.create(self.__class__, self, [scope, id, props])
11795
11816
 
11817
+ @jsii.member(jsii_name="fromStudioArn")
11818
+ @builtins.classmethod
11819
+ def from_studio_arn(
11820
+ cls,
11821
+ scope: _constructs_77d1e7e8.Construct,
11822
+ id: builtins.str,
11823
+ arn: builtins.str,
11824
+ ) -> IStudioRef:
11825
+ '''Creates a new IStudioRef from an ARN.
11826
+
11827
+ :param scope: -
11828
+ :param id: -
11829
+ :param arn: -
11830
+ '''
11831
+ if __debug__:
11832
+ type_hints = typing.get_type_hints(_typecheckingstub__18af80ae311cd75bd42e9e025054ae8fe4c14b9c209e71381086c85839dd91e5)
11833
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11834
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11835
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11836
+ return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioArn", [scope, id, arn]))
11837
+
11838
+ @jsii.member(jsii_name="fromStudioId")
11839
+ @builtins.classmethod
11840
+ def from_studio_id(
11841
+ cls,
11842
+ scope: _constructs_77d1e7e8.Construct,
11843
+ id: builtins.str,
11844
+ studio_id: builtins.str,
11845
+ ) -> IStudioRef:
11846
+ '''Creates a new IStudioRef from a studioId.
11847
+
11848
+ :param scope: -
11849
+ :param id: -
11850
+ :param studio_id: -
11851
+ '''
11852
+ if __debug__:
11853
+ type_hints = typing.get_type_hints(_typecheckingstub__197887eba05e26dd2d1162e18bd192b5f97b69e18850199c9d5f54f8f0f9d39e)
11854
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11855
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11856
+ check_type(argname="argument studio_id", value=studio_id, expected_type=type_hints["studio_id"])
11857
+ return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioId", [scope, id, studio_id]))
11858
+
11796
11859
  @jsii.member(jsii_name="inspect")
11797
11860
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11798
11861
  '''Examines the CloudFormation resource and discloses attributes.
@@ -12631,6 +12694,14 @@ def _typecheckingstub__078ec582504b982aedaecb6e8181c3cf53ae51c1b43cd59a31f8379e1
12631
12694
  """Type checking stubs"""
12632
12695
  pass
12633
12696
 
12697
+ def _typecheckingstub__2e27223ababb66815a1fc03ea8f520f2c9e326c44c677e676f3e8d3e626d3f88(
12698
+ scope: _constructs_77d1e7e8.Construct,
12699
+ id: builtins.str,
12700
+ cluster_id: builtins.str,
12701
+ ) -> None:
12702
+ """Type checking stubs"""
12703
+ pass
12704
+
12634
12705
  def _typecheckingstub__7bbe2decc930b4772f0407223e119030f3892221da6840065798499363723d31(
12635
12706
  inspector: _TreeInspector_488e0dd5,
12636
12707
  ) -> None:
@@ -13660,6 +13731,22 @@ def _typecheckingstub__9e5fa63dd56ed829e4898f84009809f50f4125ac18a4dd04d19284202
13660
13731
  """Type checking stubs"""
13661
13732
  pass
13662
13733
 
13734
+ def _typecheckingstub__18af80ae311cd75bd42e9e025054ae8fe4c14b9c209e71381086c85839dd91e5(
13735
+ scope: _constructs_77d1e7e8.Construct,
13736
+ id: builtins.str,
13737
+ arn: builtins.str,
13738
+ ) -> None:
13739
+ """Type checking stubs"""
13740
+ pass
13741
+
13742
+ def _typecheckingstub__197887eba05e26dd2d1162e18bd192b5f97b69e18850199c9d5f54f8f0f9d39e(
13743
+ scope: _constructs_77d1e7e8.Construct,
13744
+ id: builtins.str,
13745
+ studio_id: builtins.str,
13746
+ ) -> None:
13747
+ """Type checking stubs"""
13748
+ pass
13749
+
13663
13750
  def _typecheckingstub__12811625403d85ab8e027c82784f88c03aadb1a85e1a21e6db4a277a59011534(
13664
13751
  inspector: _TreeInspector_488e0dd5,
13665
13752
  ) -> None:
@@ -373,6 +373,48 @@ class CfnVirtualCluster(
373
373
 
374
374
  jsii.create(self.__class__, self, [scope, id, props])
375
375
 
376
+ @jsii.member(jsii_name="fromVirtualClusterArn")
377
+ @builtins.classmethod
378
+ def from_virtual_cluster_arn(
379
+ cls,
380
+ scope: _constructs_77d1e7e8.Construct,
381
+ id: builtins.str,
382
+ arn: builtins.str,
383
+ ) -> IVirtualClusterRef:
384
+ '''Creates a new IVirtualClusterRef from an ARN.
385
+
386
+ :param scope: -
387
+ :param id: -
388
+ :param arn: -
389
+ '''
390
+ if __debug__:
391
+ type_hints = typing.get_type_hints(_typecheckingstub__0d7111433bac0bf3eef5f3ffc73c4e649ef41bf63a44cfbc891a7f06a1b9be4b)
392
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
393
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
394
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
395
+ return typing.cast(IVirtualClusterRef, jsii.sinvoke(cls, "fromVirtualClusterArn", [scope, id, arn]))
396
+
397
+ @jsii.member(jsii_name="fromVirtualClusterId")
398
+ @builtins.classmethod
399
+ def from_virtual_cluster_id(
400
+ cls,
401
+ scope: _constructs_77d1e7e8.Construct,
402
+ id: builtins.str,
403
+ virtual_cluster_id: builtins.str,
404
+ ) -> IVirtualClusterRef:
405
+ '''Creates a new IVirtualClusterRef from a virtualClusterId.
406
+
407
+ :param scope: -
408
+ :param id: -
409
+ :param virtual_cluster_id: -
410
+ '''
411
+ if __debug__:
412
+ type_hints = typing.get_type_hints(_typecheckingstub__fcaea2c30abe44238307f21b3c8a59222637a0fd52fab165c6272df6fa333e6a)
413
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
414
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
415
+ check_type(argname="argument virtual_cluster_id", value=virtual_cluster_id, expected_type=type_hints["virtual_cluster_id"])
416
+ return typing.cast(IVirtualClusterRef, jsii.sinvoke(cls, "fromVirtualClusterId", [scope, id, virtual_cluster_id]))
417
+
376
418
  @jsii.member(jsii_name="inspect")
377
419
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
378
420
  '''Examines the CloudFormation resource and discloses attributes.
@@ -753,6 +795,22 @@ def _typecheckingstub__a06dc2760ceb0de7a449a23941f15987094157d1a540c30fa67c9e49a
753
795
  """Type checking stubs"""
754
796
  pass
755
797
 
798
+ def _typecheckingstub__0d7111433bac0bf3eef5f3ffc73c4e649ef41bf63a44cfbc891a7f06a1b9be4b(
799
+ scope: _constructs_77d1e7e8.Construct,
800
+ id: builtins.str,
801
+ arn: builtins.str,
802
+ ) -> None:
803
+ """Type checking stubs"""
804
+ pass
805
+
806
+ def _typecheckingstub__fcaea2c30abe44238307f21b3c8a59222637a0fd52fab165c6272df6fa333e6a(
807
+ scope: _constructs_77d1e7e8.Construct,
808
+ id: builtins.str,
809
+ virtual_cluster_id: builtins.str,
810
+ ) -> None:
811
+ """Type checking stubs"""
812
+ pass
813
+
756
814
  def _typecheckingstub__802f118bbdec329d651201f6f69836e8e9523c47d32a262a55c4813747ccf78c(
757
815
  inspector: _TreeInspector_488e0dd5,
758
816
  ) -> None:
@@ -795,6 +795,48 @@ class CfnApplication(
795
795
 
796
796
  jsii.create(self.__class__, self, [scope, id, props])
797
797
 
798
+ @jsii.member(jsii_name="fromApplicationArn")
799
+ @builtins.classmethod
800
+ def from_application_arn(
801
+ cls,
802
+ scope: _constructs_77d1e7e8.Construct,
803
+ id: builtins.str,
804
+ arn: builtins.str,
805
+ ) -> IApplicationRef:
806
+ '''Creates a new IApplicationRef from an ARN.
807
+
808
+ :param scope: -
809
+ :param id: -
810
+ :param arn: -
811
+ '''
812
+ if __debug__:
813
+ type_hints = typing.get_type_hints(_typecheckingstub__3f8e6c66d0f36254f933c626b45662a38d8aba1ed094463b820c4ba92fd65c33)
814
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
815
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
816
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
817
+ return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
818
+
819
+ @jsii.member(jsii_name="fromApplicationId")
820
+ @builtins.classmethod
821
+ def from_application_id(
822
+ cls,
823
+ scope: _constructs_77d1e7e8.Construct,
824
+ id: builtins.str,
825
+ application_id: builtins.str,
826
+ ) -> IApplicationRef:
827
+ '''Creates a new IApplicationRef from a applicationId.
828
+
829
+ :param scope: -
830
+ :param id: -
831
+ :param application_id: -
832
+ '''
833
+ if __debug__:
834
+ type_hints = typing.get_type_hints(_typecheckingstub__be742e4fc1bc96b7bcfd99fbe031b3ef66b8bbefbfea4ec77ddc5242aa3caccf)
835
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
836
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
837
+ check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
838
+ return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
839
+
798
840
  @jsii.member(jsii_name="inspect")
799
841
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
800
842
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2755,6 +2797,22 @@ def _typecheckingstub__73910249d55cbd2983a3ea1bb4666acedb0e3e84df9686bbdeecd191b
2755
2797
  """Type checking stubs"""
2756
2798
  pass
2757
2799
 
2800
+ def _typecheckingstub__3f8e6c66d0f36254f933c626b45662a38d8aba1ed094463b820c4ba92fd65c33(
2801
+ scope: _constructs_77d1e7e8.Construct,
2802
+ id: builtins.str,
2803
+ arn: builtins.str,
2804
+ ) -> None:
2805
+ """Type checking stubs"""
2806
+ pass
2807
+
2808
+ def _typecheckingstub__be742e4fc1bc96b7bcfd99fbe031b3ef66b8bbefbfea4ec77ddc5242aa3caccf(
2809
+ scope: _constructs_77d1e7e8.Construct,
2810
+ id: builtins.str,
2811
+ application_id: builtins.str,
2812
+ ) -> None:
2813
+ """Type checking stubs"""
2814
+ pass
2815
+
2758
2816
  def _typecheckingstub__ffb07c3ee5bcef7cdea2376c768ef28e4be2a5ff1b3d59792805560edbc23a53(
2759
2817
  inspector: _TreeInspector_488e0dd5,
2760
2818
  ) -> None:
@@ -1621,6 +1621,27 @@ class CfnIdMappingWorkflow(
1621
1621
 
1622
1622
  jsii.create(self.__class__, self, [scope, id, props])
1623
1623
 
1624
+ @jsii.member(jsii_name="fromWorkflowName")
1625
+ @builtins.classmethod
1626
+ def from_workflow_name(
1627
+ cls,
1628
+ scope: _constructs_77d1e7e8.Construct,
1629
+ id: builtins.str,
1630
+ workflow_name: builtins.str,
1631
+ ) -> IIdMappingWorkflowRef:
1632
+ '''Creates a new IIdMappingWorkflowRef from a workflowName.
1633
+
1634
+ :param scope: -
1635
+ :param id: -
1636
+ :param workflow_name: -
1637
+ '''
1638
+ if __debug__:
1639
+ type_hints = typing.get_type_hints(_typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706)
1640
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1641
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1642
+ check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
1643
+ return typing.cast(IIdMappingWorkflowRef, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
1644
+
1624
1645
  @jsii.member(jsii_name="inspect")
1625
1646
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1626
1647
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2609,6 +2630,48 @@ class CfnIdNamespace(
2609
2630
 
2610
2631
  jsii.create(self.__class__, self, [scope, id, props])
2611
2632
 
2633
+ @jsii.member(jsii_name="fromIdNamespaceArn")
2634
+ @builtins.classmethod
2635
+ def from_id_namespace_arn(
2636
+ cls,
2637
+ scope: _constructs_77d1e7e8.Construct,
2638
+ id: builtins.str,
2639
+ arn: builtins.str,
2640
+ ) -> IIdNamespaceRef:
2641
+ '''Creates a new IIdNamespaceRef from an ARN.
2642
+
2643
+ :param scope: -
2644
+ :param id: -
2645
+ :param arn: -
2646
+ '''
2647
+ if __debug__:
2648
+ type_hints = typing.get_type_hints(_typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003)
2649
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2650
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2651
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2652
+ return typing.cast(IIdNamespaceRef, jsii.sinvoke(cls, "fromIdNamespaceArn", [scope, id, arn]))
2653
+
2654
+ @jsii.member(jsii_name="fromIdNamespaceName")
2655
+ @builtins.classmethod
2656
+ def from_id_namespace_name(
2657
+ cls,
2658
+ scope: _constructs_77d1e7e8.Construct,
2659
+ id: builtins.str,
2660
+ id_namespace_name: builtins.str,
2661
+ ) -> IIdNamespaceRef:
2662
+ '''Creates a new IIdNamespaceRef from a idNamespaceName.
2663
+
2664
+ :param scope: -
2665
+ :param id: -
2666
+ :param id_namespace_name: -
2667
+ '''
2668
+ if __debug__:
2669
+ type_hints = typing.get_type_hints(_typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1)
2670
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2671
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2672
+ check_type(argname="argument id_namespace_name", value=id_namespace_name, expected_type=type_hints["id_namespace_name"])
2673
+ return typing.cast(IIdNamespaceRef, jsii.sinvoke(cls, "fromIdNamespaceName", [scope, id, id_namespace_name]))
2674
+
2612
2675
  @jsii.member(jsii_name="inspect")
2613
2676
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2614
2677
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3382,6 +3445,27 @@ class CfnMatchingWorkflow(
3382
3445
 
3383
3446
  jsii.create(self.__class__, self, [scope, id, props])
3384
3447
 
3448
+ @jsii.member(jsii_name="fromWorkflowName")
3449
+ @builtins.classmethod
3450
+ def from_workflow_name(
3451
+ cls,
3452
+ scope: _constructs_77d1e7e8.Construct,
3453
+ id: builtins.str,
3454
+ workflow_name: builtins.str,
3455
+ ) -> IMatchingWorkflowRef:
3456
+ '''Creates a new IMatchingWorkflowRef from a workflowName.
3457
+
3458
+ :param scope: -
3459
+ :param id: -
3460
+ :param workflow_name: -
3461
+ '''
3462
+ if __debug__:
3463
+ type_hints = typing.get_type_hints(_typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0)
3464
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3465
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3466
+ check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
3467
+ return typing.cast(IMatchingWorkflowRef, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
3468
+
3385
3469
  @jsii.member(jsii_name="inspect")
3386
3470
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3387
3471
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4820,6 +4904,27 @@ class CfnSchemaMapping(
4820
4904
 
4821
4905
  jsii.create(self.__class__, self, [scope, id, props])
4822
4906
 
4907
+ @jsii.member(jsii_name="fromSchemaName")
4908
+ @builtins.classmethod
4909
+ def from_schema_name(
4910
+ cls,
4911
+ scope: _constructs_77d1e7e8.Construct,
4912
+ id: builtins.str,
4913
+ schema_name: builtins.str,
4914
+ ) -> ISchemaMappingRef:
4915
+ '''Creates a new ISchemaMappingRef from a schemaName.
4916
+
4917
+ :param scope: -
4918
+ :param id: -
4919
+ :param schema_name: -
4920
+ '''
4921
+ if __debug__:
4922
+ type_hints = typing.get_type_hints(_typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b)
4923
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4924
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4925
+ check_type(argname="argument schema_name", value=schema_name, expected_type=type_hints["schema_name"])
4926
+ return typing.cast(ISchemaMappingRef, jsii.sinvoke(cls, "fromSchemaName", [scope, id, schema_name]))
4927
+
4823
4928
  @jsii.member(jsii_name="inspect")
4824
4929
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4825
4930
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5271,6 +5376,14 @@ def _typecheckingstub__498454075de816db2ba240e783f9530effd93522c63f637ee5bff5bbf
5271
5376
  """Type checking stubs"""
5272
5377
  pass
5273
5378
 
5379
+ def _typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706(
5380
+ scope: _constructs_77d1e7e8.Construct,
5381
+ id: builtins.str,
5382
+ workflow_name: builtins.str,
5383
+ ) -> None:
5384
+ """Type checking stubs"""
5385
+ pass
5386
+
5274
5387
  def _typecheckingstub__0c638b8f7fe17b0bc0b2a90601d8ca32908c566908652ddf66cd02843ab5b9f3(
5275
5388
  inspector: _TreeInspector_488e0dd5,
5276
5389
  ) -> None:
@@ -5413,6 +5526,22 @@ def _typecheckingstub__725fcecd44cb8acaba43bacc813f1feb11b78b50f21d8344c7e80f5e9
5413
5526
  """Type checking stubs"""
5414
5527
  pass
5415
5528
 
5529
+ def _typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003(
5530
+ scope: _constructs_77d1e7e8.Construct,
5531
+ id: builtins.str,
5532
+ arn: builtins.str,
5533
+ ) -> None:
5534
+ """Type checking stubs"""
5535
+ pass
5536
+
5537
+ def _typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1(
5538
+ scope: _constructs_77d1e7e8.Construct,
5539
+ id: builtins.str,
5540
+ id_namespace_name: builtins.str,
5541
+ ) -> None:
5542
+ """Type checking stubs"""
5543
+ pass
5544
+
5416
5545
  def _typecheckingstub__acf8c5714be6a867ffa9fef5d36a2331d2ce5ef82287380b1e043fd28e6f21f2(
5417
5546
  inspector: _TreeInspector_488e0dd5,
5418
5547
  ) -> None:
@@ -5526,6 +5655,14 @@ def _typecheckingstub__8c9e9b620b89ac2aae774eb42384e0472b5a13eeb28983708b164b240
5526
5655
  """Type checking stubs"""
5527
5656
  pass
5528
5657
 
5658
+ def _typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0(
5659
+ scope: _constructs_77d1e7e8.Construct,
5660
+ id: builtins.str,
5661
+ workflow_name: builtins.str,
5662
+ ) -> None:
5663
+ """Type checking stubs"""
5664
+ pass
5665
+
5529
5666
  def _typecheckingstub__8a2bf1cfd69ad77cafcf7b6d5e0508159e0ece5385e2b3a0808436e336abbfcc(
5530
5667
  inspector: _TreeInspector_488e0dd5,
5531
5668
  ) -> None:
@@ -5752,6 +5889,14 @@ def _typecheckingstub__d4b85e0c42d14b4681c4f948114178ba1c1a3d4eee3aed6f96a55a116
5752
5889
  """Type checking stubs"""
5753
5890
  pass
5754
5891
 
5892
+ def _typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b(
5893
+ scope: _constructs_77d1e7e8.Construct,
5894
+ id: builtins.str,
5895
+ schema_name: builtins.str,
5896
+ ) -> None:
5897
+ """Type checking stubs"""
5898
+ pass
5899
+
5755
5900
  def _typecheckingstub__32b9491a9fbe1bcc73169aa2c5f87a0aa33490b2a27265d62378a0b8d687f933(
5756
5901
  inspector: _TreeInspector_488e0dd5,
5757
5902
  ) -> None: