aws-cdk-lib 2.219.0__py3-none-any.whl → 2.221.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 (290) hide show
  1. aws_cdk/__init__.py +33 -35
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +3 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -1
  7. aws_cdk/aws_aiops/__init__.py +3 -0
  8. aws_cdk/aws_amazonmq/__init__.py +3 -29
  9. aws_cdk/aws_amplify/__init__.py +3 -0
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  11. aws_cdk/aws_apigateway/__init__.py +3 -0
  12. aws_cdk/aws_apigatewayv2/__init__.py +3 -0
  13. aws_cdk/aws_appconfig/__init__.py +3 -29
  14. aws_cdk/aws_appflow/__init__.py +3 -0
  15. aws_cdk/aws_appintegrations/__init__.py +3 -0
  16. aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
  17. aws_cdk/aws_applicationinsights/__init__.py +3 -0
  18. aws_cdk/aws_applicationsignals/__init__.py +453 -2
  19. aws_cdk/aws_appmesh/__init__.py +3 -0
  20. aws_cdk/aws_apprunner/__init__.py +3 -0
  21. aws_cdk/aws_appstream/__init__.py +3 -0
  22. aws_cdk/aws_appsync/__init__.py +3 -0
  23. aws_cdk/aws_apptest/__init__.py +3 -0
  24. aws_cdk/aws_aps/__init__.py +1168 -83
  25. aws_cdk/aws_arcregionswitch/__init__.py +11 -0
  26. aws_cdk/aws_arczonalshift/__init__.py +3 -0
  27. aws_cdk/aws_athena/__init__.py +3 -0
  28. aws_cdk/aws_auditmanager/__init__.py +3 -0
  29. aws_cdk/aws_autoscaling/__init__.py +3 -0
  30. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  31. aws_cdk/aws_autoscalingplans/__init__.py +3 -0
  32. aws_cdk/aws_b2bi/__init__.py +3 -0
  33. aws_cdk/aws_backup/__init__.py +32 -29
  34. aws_cdk/aws_backupgateway/__init__.py +3 -0
  35. aws_cdk/aws_batch/__init__.py +112 -7
  36. aws_cdk/aws_bcmdataexports/__init__.py +3 -0
  37. aws_cdk/aws_bedrock/__init__.py +53 -45
  38. aws_cdk/aws_bedrockagentcore/__init__.py +8499 -1732
  39. aws_cdk/aws_billingconductor/__init__.py +3 -0
  40. aws_cdk/aws_budgets/__init__.py +3 -0
  41. aws_cdk/aws_cassandra/__init__.py +3 -0
  42. aws_cdk/aws_ce/__init__.py +3 -0
  43. aws_cdk/aws_certificatemanager/__init__.py +3 -0
  44. aws_cdk/aws_chatbot/__init__.py +3 -0
  45. aws_cdk/aws_cleanrooms/__init__.py +3 -0
  46. aws_cdk/aws_cleanroomsml/__init__.py +3 -0
  47. aws_cdk/aws_cloud9/__init__.py +3 -0
  48. aws_cdk/aws_cloudformation/__init__.py +3 -0
  49. aws_cdk/aws_cloudfront/__init__.py +69 -3
  50. aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
  51. aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
  52. aws_cdk/aws_cloudtrail/__init__.py +3 -0
  53. aws_cdk/aws_cloudwatch/__init__.py +8 -5
  54. aws_cdk/aws_codeartifact/__init__.py +3 -0
  55. aws_cdk/aws_codebuild/__init__.py +3 -0
  56. aws_cdk/aws_codecommit/__init__.py +3 -0
  57. aws_cdk/aws_codeconnections/__init__.py +3 -0
  58. aws_cdk/aws_codedeploy/__init__.py +3 -0
  59. aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
  60. aws_cdk/aws_codegurureviewer/__init__.py +3 -0
  61. aws_cdk/aws_codepipeline/__init__.py +3 -0
  62. aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
  63. aws_cdk/aws_codestar/__init__.py +3 -0
  64. aws_cdk/aws_codestarconnections/__init__.py +3 -0
  65. aws_cdk/aws_codestarnotifications/__init__.py +3 -0
  66. aws_cdk/aws_cognito/__init__.py +9 -4
  67. aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
  68. aws_cdk/aws_comprehend/__init__.py +3 -0
  69. aws_cdk/aws_config/__init__.py +3 -0
  70. aws_cdk/aws_connect/__init__.py +1232 -2
  71. aws_cdk/aws_connectcampaigns/__init__.py +3 -0
  72. aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
  73. aws_cdk/aws_controltower/__init__.py +3 -0
  74. aws_cdk/aws_cur/__init__.py +3 -0
  75. aws_cdk/aws_customerprofiles/__init__.py +3 -29
  76. aws_cdk/aws_databrew/__init__.py +3 -0
  77. aws_cdk/aws_datapipeline/__init__.py +3 -0
  78. aws_cdk/aws_datasync/__init__.py +3 -0
  79. aws_cdk/aws_datazone/__init__.py +17 -15
  80. aws_cdk/aws_dax/__init__.py +15 -3
  81. aws_cdk/aws_deadline/__init__.py +3 -0
  82. aws_cdk/aws_detective/__init__.py +3 -0
  83. aws_cdk/aws_devicefarm/__init__.py +3 -0
  84. aws_cdk/aws_devopsguru/__init__.py +3 -0
  85. aws_cdk/aws_directoryservice/__init__.py +32 -0
  86. aws_cdk/aws_dlm/__init__.py +3 -0
  87. aws_cdk/aws_dms/__init__.py +3 -0
  88. aws_cdk/aws_docdb/__init__.py +14 -3
  89. aws_cdk/aws_docdbelastic/__init__.py +3 -0
  90. aws_cdk/aws_dsql/__init__.py +3 -0
  91. aws_cdk/aws_dynamodb/__init__.py +3 -0
  92. aws_cdk/aws_ec2/__init__.py +205 -48
  93. aws_cdk/aws_ecr/__init__.py +156 -33
  94. aws_cdk/aws_ecs/__init__.py +429 -182
  95. aws_cdk/aws_efs/__init__.py +3 -0
  96. aws_cdk/aws_eks/__init__.py +117 -67
  97. aws_cdk/aws_elasticache/__init__.py +3 -0
  98. aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
  99. aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
  100. aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
  101. aws_cdk/aws_elasticsearch/__init__.py +3 -0
  102. aws_cdk/aws_emr/__init__.py +3 -0
  103. aws_cdk/aws_emrcontainers/__init__.py +3 -0
  104. aws_cdk/aws_emrserverless/__init__.py +12 -11
  105. aws_cdk/aws_entityresolution/__init__.py +3 -0
  106. aws_cdk/aws_events/__init__.py +73 -29
  107. aws_cdk/aws_events_targets/__init__.py +3 -0
  108. aws_cdk/aws_eventschemas/__init__.py +3 -0
  109. aws_cdk/aws_evidently/__init__.py +3 -0
  110. aws_cdk/aws_evs/__init__.py +3 -0
  111. aws_cdk/aws_finspace/__init__.py +3 -0
  112. aws_cdk/aws_fis/__init__.py +3 -0
  113. aws_cdk/aws_fms/__init__.py +3 -0
  114. aws_cdk/aws_forecast/__init__.py +3 -0
  115. aws_cdk/aws_frauddetector/__init__.py +3 -0
  116. aws_cdk/aws_fsx/__init__.py +7 -4
  117. aws_cdk/aws_gamelift/__init__.py +3 -0
  118. aws_cdk/aws_gameliftstreams/__init__.py +8 -5
  119. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  120. aws_cdk/aws_glue/__init__.py +11 -80
  121. aws_cdk/aws_grafana/__init__.py +3 -0
  122. aws_cdk/aws_greengrass/__init__.py +3 -0
  123. aws_cdk/aws_greengrassv2/__init__.py +3 -0
  124. aws_cdk/aws_groundstation/__init__.py +3 -0
  125. aws_cdk/aws_guardduty/__init__.py +3 -0
  126. aws_cdk/aws_healthimaging/__init__.py +3 -0
  127. aws_cdk/aws_healthlake/__init__.py +3 -0
  128. aws_cdk/aws_iam/__init__.py +30 -32
  129. aws_cdk/aws_identitystore/__init__.py +3 -0
  130. aws_cdk/aws_imagebuilder/__init__.py +896 -0
  131. aws_cdk/aws_inspector/__init__.py +3 -0
  132. aws_cdk/aws_inspectorv2/__init__.py +3 -0
  133. aws_cdk/aws_internetmonitor/__init__.py +3 -0
  134. aws_cdk/aws_invoicing/__init__.py +3 -0
  135. aws_cdk/aws_iot/__init__.py +3 -0
  136. aws_cdk/aws_iotanalytics/__init__.py +3 -0
  137. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
  138. aws_cdk/aws_iotevents/__init__.py +3 -0
  139. aws_cdk/aws_iotfleethub/__init__.py +3 -0
  140. aws_cdk/aws_iotfleetwise/__init__.py +3 -0
  141. aws_cdk/aws_iotsitewise/__init__.py +139 -80
  142. aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
  143. aws_cdk/aws_iottwinmaker/__init__.py +3 -87
  144. aws_cdk/aws_iotwireless/__init__.py +61 -0
  145. aws_cdk/aws_ivs/__init__.py +3 -0
  146. aws_cdk/aws_ivschat/__init__.py +3 -0
  147. aws_cdk/aws_kafkaconnect/__init__.py +3 -0
  148. aws_cdk/aws_kendra/__init__.py +3 -58
  149. aws_cdk/aws_kendraranking/__init__.py +3 -0
  150. aws_cdk/aws_kinesis/__init__.py +98 -4
  151. aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
  152. aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
  153. aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
  154. aws_cdk/aws_kinesisvideo/__init__.py +3 -29
  155. aws_cdk/aws_kms/__init__.py +3 -0
  156. aws_cdk/aws_lakeformation/__init__.py +3 -0
  157. aws_cdk/aws_lambda/__init__.py +57 -7
  158. aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
  159. aws_cdk/aws_launchwizard/__init__.py +3 -0
  160. aws_cdk/aws_lex/__init__.py +3 -29
  161. aws_cdk/aws_licensemanager/__init__.py +3 -0
  162. aws_cdk/aws_lightsail/__init__.py +587 -0
  163. aws_cdk/aws_location/__init__.py +3 -0
  164. aws_cdk/aws_logs/__init__.py +283 -9
  165. aws_cdk/aws_lookoutequipment/__init__.py +3 -29
  166. aws_cdk/aws_lookoutmetrics/__init__.py +17 -2
  167. aws_cdk/aws_lookoutvision/__init__.py +3 -0
  168. aws_cdk/aws_m2/__init__.py +62 -13
  169. aws_cdk/aws_macie/__init__.py +3 -0
  170. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  171. aws_cdk/aws_mediaconnect/__init__.py +3 -0
  172. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  173. aws_cdk/aws_medialive/__init__.py +279 -33
  174. aws_cdk/aws_mediapackage/__init__.py +3 -0
  175. aws_cdk/aws_mediapackagev2/__init__.py +3 -0
  176. aws_cdk/aws_mediastore/__init__.py +3 -0
  177. aws_cdk/aws_mediatailor/__init__.py +3 -58
  178. aws_cdk/aws_memorydb/__init__.py +3 -0
  179. aws_cdk/aws_mpa/__init__.py +3 -0
  180. aws_cdk/aws_msk/__init__.py +3 -0
  181. aws_cdk/aws_mwaa/__init__.py +8 -5
  182. aws_cdk/aws_neptune/__init__.py +188 -70
  183. aws_cdk/aws_neptunegraph/__init__.py +3 -0
  184. aws_cdk/aws_networkfirewall/__init__.py +3 -0
  185. aws_cdk/aws_networkmanager/__init__.py +32 -0
  186. aws_cdk/aws_nimblestudio/__init__.py +3 -0
  187. aws_cdk/aws_notifications/__init__.py +3 -0
  188. aws_cdk/aws_notificationscontacts/__init__.py +3 -0
  189. aws_cdk/aws_oam/__init__.py +3 -0
  190. aws_cdk/aws_observabilityadmin/__init__.py +1365 -187
  191. aws_cdk/aws_odb/__init__.py +4 -1
  192. aws_cdk/aws_omics/__init__.py +10 -1
  193. aws_cdk/aws_opensearchserverless/__init__.py +3 -0
  194. aws_cdk/aws_opensearchservice/__init__.py +9 -0
  195. aws_cdk/aws_opsworks/__init__.py +3 -0
  196. aws_cdk/aws_opsworkscm/__init__.py +3 -0
  197. aws_cdk/aws_organizations/__init__.py +3 -116
  198. aws_cdk/aws_osis/__init__.py +157 -0
  199. aws_cdk/aws_panorama/__init__.py +3 -0
  200. aws_cdk/aws_paymentcryptography/__init__.py +3 -0
  201. aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
  202. aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
  203. aws_cdk/aws_pcs/__init__.py +227 -33
  204. aws_cdk/aws_personalize/__init__.py +3 -0
  205. aws_cdk/aws_pinpoint/__init__.py +61 -58
  206. aws_cdk/aws_pinpointemail/__init__.py +3 -0
  207. aws_cdk/aws_pipes/__init__.py +3 -0
  208. aws_cdk/aws_proton/__init__.py +3 -0
  209. aws_cdk/aws_qbusiness/__init__.py +3 -174
  210. aws_cdk/aws_qldb/__init__.py +3 -29
  211. aws_cdk/aws_quicksight/__init__.py +493 -406
  212. aws_cdk/aws_ram/__init__.py +3 -0
  213. aws_cdk/aws_rbin/__init__.py +3 -0
  214. aws_cdk/aws_rds/__init__.py +71 -42
  215. aws_cdk/aws_redshift/__init__.py +3 -0
  216. aws_cdk/aws_redshiftserverless/__init__.py +3 -0
  217. aws_cdk/aws_refactorspaces/__init__.py +21 -6
  218. aws_cdk/aws_rekognition/__init__.py +3 -29
  219. aws_cdk/aws_resiliencehub/__init__.py +3 -0
  220. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  221. aws_cdk/aws_resourcegroups/__init__.py +3 -0
  222. aws_cdk/aws_robomaker/__init__.py +3 -0
  223. aws_cdk/aws_rolesanywhere/__init__.py +3 -0
  224. aws_cdk/aws_route53/__init__.py +148 -24
  225. aws_cdk/aws_route53_targets/__init__.py +3 -0
  226. aws_cdk/aws_route53profiles/__init__.py +3 -0
  227. aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
  228. aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
  229. aws_cdk/aws_route53resolver/__init__.py +11 -4
  230. aws_cdk/aws_rum/__init__.py +3 -0
  231. aws_cdk/aws_s3/__init__.py +80 -43
  232. aws_cdk/aws_s3_deployment/__init__.py +3 -0
  233. aws_cdk/aws_s3express/__init__.py +3 -0
  234. aws_cdk/aws_s3objectlambda/__init__.py +47 -12
  235. aws_cdk/aws_s3outposts/__init__.py +3 -0
  236. aws_cdk/aws_s3tables/__init__.py +3 -0
  237. aws_cdk/aws_sagemaker/__init__.py +166 -87
  238. aws_cdk/aws_sam/__init__.py +3 -0
  239. aws_cdk/aws_scheduler/__init__.py +3 -29
  240. aws_cdk/aws_sdb/__init__.py +3 -0
  241. aws_cdk/aws_secretsmanager/__init__.py +3 -0
  242. aws_cdk/aws_securityhub/__init__.py +3 -0
  243. aws_cdk/aws_securitylake/__init__.py +3 -0
  244. aws_cdk/aws_servicecatalog/__init__.py +161 -144
  245. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
  246. aws_cdk/aws_servicediscovery/__init__.py +3 -0
  247. aws_cdk/aws_ses/__init__.py +3 -0
  248. aws_cdk/aws_shield/__init__.py +3 -0
  249. aws_cdk/aws_signer/__init__.py +3 -0
  250. aws_cdk/aws_simspaceweaver/__init__.py +3 -0
  251. aws_cdk/aws_smsvoice/__init__.py +3 -29
  252. aws_cdk/aws_sns/__init__.py +3 -0
  253. aws_cdk/aws_sqs/__init__.py +3 -0
  254. aws_cdk/aws_ssm/__init__.py +10 -3
  255. aws_cdk/aws_ssmcontacts/__init__.py +3 -0
  256. aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
  257. aws_cdk/aws_ssmincidents/__init__.py +3 -0
  258. aws_cdk/aws_ssmquicksetup/__init__.py +470 -3
  259. aws_cdk/aws_sso/__init__.py +3 -0
  260. aws_cdk/aws_stepfunctions/__init__.py +23 -19
  261. aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
  262. aws_cdk/aws_supportapp/__init__.py +3 -0
  263. aws_cdk/aws_synthetics/__init__.py +80 -27
  264. aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
  265. aws_cdk/aws_timestream/__init__.py +3 -29
  266. aws_cdk/aws_transfer/__init__.py +20 -34
  267. aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
  268. aws_cdk/aws_voiceid/__init__.py +3 -0
  269. aws_cdk/aws_vpclattice/__init__.py +7 -4
  270. aws_cdk/aws_waf/__init__.py +3 -0
  271. aws_cdk/aws_wafregional/__init__.py +3 -0
  272. aws_cdk/aws_wafv2/__init__.py +3 -0
  273. aws_cdk/aws_wisdom/__init__.py +3 -116
  274. aws_cdk/aws_workspaces/__init__.py +3 -0
  275. aws_cdk/aws_workspacesinstances/__init__.py +3 -0
  276. aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
  277. aws_cdk/aws_workspacesweb/__init__.py +3 -0
  278. aws_cdk/aws_xray/__init__.py +3 -0
  279. aws_cdk/cloud_assembly_schema/__init__.py +3 -0
  280. aws_cdk/cx_api/__init__.py +34 -0
  281. aws_cdk/pipelines/__init__.py +3 -0
  282. aws_cdk/region_info/__init__.py +3 -0
  283. aws_cdk/triggers/__init__.py +3 -0
  284. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
  285. aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
  286. aws_cdk_lib-2.219.0.dist-info/RECORD +0 -313
  287. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
  288. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
  289. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
  290. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
@@ -627,3 +627,6 @@ def _typecheckingstub__026258552a46cefb8caa670ab5034652c3e2c257df5858a178b076195
627
627
  ) -> None:
628
628
  """Type checking stubs"""
629
629
  pass
630
+
631
+ for cls in [IDomainRef]:
632
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -783,7 +783,7 @@ class CfnResourceGatewayProps:
783
783
  :param subnet_ids: The IDs of the VPC subnets for the resource gateway.
784
784
  :param vpc_identifier: The ID of the VPC for the resource gateway.
785
785
  :param ip_address_type: The type of IP address used by the resource gateway.
786
- :param ipv4_addresses_per_eni: The number of IPv4 addresses to allocate per ENI for the resource gateway.
786
+ :param ipv4_addresses_per_eni: The number of IPv4 addresses in each ENI for the resource gateway.
787
787
  :param security_group_ids: The IDs of the security groups applied to the resource gateway.
788
788
  :param tags: The tags for the resource gateway.
789
789
 
@@ -875,7 +875,7 @@ class CfnResourceGatewayProps:
875
875
 
876
876
  @builtins.property
877
877
  def ipv4_addresses_per_eni(self) -> typing.Optional[jsii.Number]:
878
- '''The number of IPv4 addresses to allocate per ENI for the resource gateway.
878
+ '''The number of IPv4 addresses in each ENI for the resource gateway.
879
879
 
880
880
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipv4addressespereni
881
881
  '''
@@ -4461,7 +4461,7 @@ class CfnResourceGateway(
4461
4461
  :param subnet_ids: The IDs of the VPC subnets for the resource gateway.
4462
4462
  :param vpc_identifier: The ID of the VPC for the resource gateway.
4463
4463
  :param ip_address_type: The type of IP address used by the resource gateway.
4464
- :param ipv4_addresses_per_eni: The number of IPv4 addresses to allocate per ENI for the resource gateway.
4464
+ :param ipv4_addresses_per_eni: The number of IPv4 addresses in each ENI for the resource gateway.
4465
4465
  :param security_group_ids: The IDs of the security groups applied to the resource gateway.
4466
4466
  :param tags: The tags for the resource gateway.
4467
4467
  '''
@@ -4601,7 +4601,7 @@ class CfnResourceGateway(
4601
4601
  @builtins.property
4602
4602
  @jsii.member(jsii_name="ipv4AddressesPerEni")
4603
4603
  def ipv4_addresses_per_eni(self) -> typing.Optional[jsii.Number]:
4604
- '''The number of IPv4 addresses to allocate per ENI for the resource gateway.'''
4604
+ '''The number of IPv4 addresses in each ENI for the resource gateway.'''
4605
4605
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "ipv4AddressesPerEni"))
4606
4606
 
4607
4607
  @ipv4_addresses_per_eni.setter
@@ -9220,3 +9220,6 @@ def _typecheckingstub__2d56100b501da89da21de19c41e69ce3c600f9f6f41dbc6fa3266fed8
9220
9220
  ) -> None:
9221
9221
  """Type checking stubs"""
9222
9222
  pass
9223
+
9224
+ for cls in [IAccessLogSubscriptionRef, IAuthPolicyRef, IListenerRef, IResourceConfigurationRef, IResourceGatewayRef, IResourcePolicyRef, IRuleRef, IServiceNetworkRef, IServiceNetworkResourceAssociationRef, IServiceNetworkServiceAssociationRef, IServiceNetworkVpcAssociationRef, IServiceRef, ITargetGroupRef]:
9225
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -4381,3 +4381,6 @@ def _typecheckingstub__b541db8f8d73c3a66cb37337880fe8827aa35609020704905e9d15238
4381
4381
  ) -> None:
4382
4382
  """Type checking stubs"""
4383
4383
  pass
4384
+
4385
+ for cls in [IByteMatchSetRef, IIPSetRef, IRuleRef, ISizeConstraintSetRef, ISqlInjectionMatchSetRef, IWebACLRef, IXssMatchSetRef]:
4386
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -6121,3 +6121,6 @@ def _typecheckingstub__86e49651456c9dd49db43bf292fa1c7bb5f1c316cd7ed28e07995b11e
6121
6121
  ) -> None:
6122
6122
  """Type checking stubs"""
6123
6123
  pass
6124
+
6125
+ for cls in [IByteMatchSetRef, IGeoMatchSetRef, IIPSetRef, IRateBasedRuleRef, IRegexPatternSetRef, IRuleRef, ISizeConstraintSetRef, ISqlInjectionMatchSetRef, IWebACLAssociationRef, IWebACLRef, IXssMatchSetRef]:
6126
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -24297,3 +24297,6 @@ def _typecheckingstub__8901144ebc2cb9bb94e2f5572d5259c7d90c20c9705517f4d16a8fdaa
24297
24297
  ) -> None:
24298
24298
  """Type checking stubs"""
24299
24299
  pass
24300
+
24301
+ for cls in [IIPSetRef, ILoggingConfigurationRef, IRegexPatternSetRef, IRuleGroupRef, IWebACLAssociationRef, IWebACLRef]:
24302
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -3812,27 +3812,6 @@ class CfnAIAgent(
3812
3812
 
3813
3813
  jsii.create(self.__class__, self, [scope, id, props])
3814
3814
 
3815
- @jsii.member(jsii_name="fromAIAgentArn")
3816
- @builtins.classmethod
3817
- def from_ai_agent_arn(
3818
- cls,
3819
- scope: _constructs_77d1e7e8.Construct,
3820
- id: builtins.str,
3821
- arn: builtins.str,
3822
- ) -> IAIAgentRef:
3823
- '''Creates a new IAIAgentRef from an ARN.
3824
-
3825
- :param scope: -
3826
- :param id: -
3827
- :param arn: -
3828
- '''
3829
- if __debug__:
3830
- type_hints = typing.get_type_hints(_typecheckingstub__e70e3665bf011176b4022bce42ce388d6c862e0f7206cb895132bc713123f2df)
3831
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3832
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3833
- check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3834
- return typing.cast(IAIAgentRef, jsii.sinvoke(cls, "fromAIAgentArn", [scope, id, arn]))
3835
-
3836
3815
  @jsii.member(jsii_name="inspect")
3837
3816
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3838
3817
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5600,27 +5579,6 @@ class CfnAIGuardrail(
5600
5579
 
5601
5580
  jsii.create(self.__class__, self, [scope, id, props])
5602
5581
 
5603
- @jsii.member(jsii_name="fromAIGuardrailArn")
5604
- @builtins.classmethod
5605
- def from_ai_guardrail_arn(
5606
- cls,
5607
- scope: _constructs_77d1e7e8.Construct,
5608
- id: builtins.str,
5609
- arn: builtins.str,
5610
- ) -> IAIGuardrailRef:
5611
- '''Creates a new IAIGuardrailRef from an ARN.
5612
-
5613
- :param scope: -
5614
- :param id: -
5615
- :param arn: -
5616
- '''
5617
- if __debug__:
5618
- type_hints = typing.get_type_hints(_typecheckingstub__53ed097b5e2be9dc0c930e9b28a3660b97a5fef48e0cb35522df3f2b6494e3f1)
5619
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5620
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5621
- check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
5622
- return typing.cast(IAIGuardrailRef, jsii.sinvoke(cls, "fromAIGuardrailArn", [scope, id, arn]))
5623
-
5624
5582
  @jsii.member(jsii_name="inspect")
5625
5583
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5626
5584
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7024,27 +6982,6 @@ class CfnAIPrompt(
7024
6982
 
7025
6983
  jsii.create(self.__class__, self, [scope, id, props])
7026
6984
 
7027
- @jsii.member(jsii_name="fromAIPromptArn")
7028
- @builtins.classmethod
7029
- def from_ai_prompt_arn(
7030
- cls,
7031
- scope: _constructs_77d1e7e8.Construct,
7032
- id: builtins.str,
7033
- arn: builtins.str,
7034
- ) -> IAIPromptRef:
7035
- '''Creates a new IAIPromptRef from an ARN.
7036
-
7037
- :param scope: -
7038
- :param id: -
7039
- :param arn: -
7040
- '''
7041
- if __debug__:
7042
- type_hints = typing.get_type_hints(_typecheckingstub__63fa7ac36afde639989d374e49aa90c47a2690771974175b69fed1e406c6272e)
7043
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7044
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7045
- check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7046
- return typing.cast(IAIPromptRef, jsii.sinvoke(cls, "fromAIPromptArn", [scope, id, arn]))
7047
-
7048
6985
  @jsii.member(jsii_name="inspect")
7049
6986
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7050
6987
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7905,27 +7842,6 @@ class CfnAssistantAssociation(
7905
7842
 
7906
7843
  jsii.create(self.__class__, self, [scope, id, props])
7907
7844
 
7908
- @jsii.member(jsii_name="fromAssistantAssociationArn")
7909
- @builtins.classmethod
7910
- def from_assistant_association_arn(
7911
- cls,
7912
- scope: _constructs_77d1e7e8.Construct,
7913
- id: builtins.str,
7914
- arn: builtins.str,
7915
- ) -> IAssistantAssociationRef:
7916
- '''Creates a new IAssistantAssociationRef from an ARN.
7917
-
7918
- :param scope: -
7919
- :param id: -
7920
- :param arn: -
7921
- '''
7922
- if __debug__:
7923
- type_hints = typing.get_type_hints(_typecheckingstub__0814779e46c29dd8a693967cc42bd54cd9b7f75fc63367e7f120d079bf92046e)
7924
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7925
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7926
- check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7927
- return typing.cast(IAssistantAssociationRef, jsii.sinvoke(cls, "fromAssistantAssociationArn", [scope, id, arn]))
7928
-
7929
7845
  @jsii.member(jsii_name="inspect")
7930
7846
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7931
7847
  '''Examines the CloudFormation resource and discloses attributes.
@@ -13428,14 +13344,6 @@ def _typecheckingstub__e4d43de9ccaeb31eba5b0b613ecac25531a87bb9137652388e6196070
13428
13344
  """Type checking stubs"""
13429
13345
  pass
13430
13346
 
13431
- def _typecheckingstub__e70e3665bf011176b4022bce42ce388d6c862e0f7206cb895132bc713123f2df(
13432
- scope: _constructs_77d1e7e8.Construct,
13433
- id: builtins.str,
13434
- arn: builtins.str,
13435
- ) -> None:
13436
- """Type checking stubs"""
13437
- pass
13438
-
13439
13347
  def _typecheckingstub__daf9bd162ab4eaa6b11972bcaf8372498a47b4ad8cf111130cabfae3f675d2b4(
13440
13348
  inspector: _TreeInspector_488e0dd5,
13441
13349
  ) -> None:
@@ -13635,14 +13543,6 @@ def _typecheckingstub__76ea8e26c58eaed3d156b1860dd33693ef608e81ac9c96aa849d3236d
13635
13543
  """Type checking stubs"""
13636
13544
  pass
13637
13545
 
13638
- def _typecheckingstub__53ed097b5e2be9dc0c930e9b28a3660b97a5fef48e0cb35522df3f2b6494e3f1(
13639
- scope: _constructs_77d1e7e8.Construct,
13640
- id: builtins.str,
13641
- arn: builtins.str,
13642
- ) -> None:
13643
- """Type checking stubs"""
13644
- pass
13645
-
13646
13546
  def _typecheckingstub__7fbdc5de28d3c991f79f98e3c345ade75e45ce50bdb72f64634f0031d019b3e0(
13647
13547
  inspector: _TreeInspector_488e0dd5,
13648
13548
  ) -> None:
@@ -13875,14 +13775,6 @@ def _typecheckingstub__48a265f7ec519ced4028dd8e69d5a1fe8ef89d36b11d693c968f74c8b
13875
13775
  """Type checking stubs"""
13876
13776
  pass
13877
13777
 
13878
- def _typecheckingstub__63fa7ac36afde639989d374e49aa90c47a2690771974175b69fed1e406c6272e(
13879
- scope: _constructs_77d1e7e8.Construct,
13880
- id: builtins.str,
13881
- arn: builtins.str,
13882
- ) -> None:
13883
- """Type checking stubs"""
13884
- pass
13885
-
13886
13778
  def _typecheckingstub__7567e2bb6113fabf7ae624801bcdbbfa2507650c0fcedb4572ac328601553fcc(
13887
13779
  inspector: _TreeInspector_488e0dd5,
13888
13780
  ) -> None:
@@ -14094,14 +13986,6 @@ def _typecheckingstub__17f6f8491bb7be7dab63c57bf64b65f643c4fece381b02f49002f796c
14094
13986
  """Type checking stubs"""
14095
13987
  pass
14096
13988
 
14097
- def _typecheckingstub__0814779e46c29dd8a693967cc42bd54cd9b7f75fc63367e7f120d079bf92046e(
14098
- scope: _constructs_77d1e7e8.Construct,
14099
- id: builtins.str,
14100
- arn: builtins.str,
14101
- ) -> None:
14102
- """Type checking stubs"""
14103
- pass
14104
-
14105
13989
  def _typecheckingstub__7a96af34ce4ed10cd5d626bf5df7799b86ca3023d4f6b302c0cdb51a0bdd1274(
14106
13990
  inspector: _TreeInspector_488e0dd5,
14107
13991
  ) -> None:
@@ -14791,3 +14675,6 @@ def _typecheckingstub__41295c77edcd7270c3f3a36764ea805915fa2a44214fd58b6530df7e0
14791
14675
  ) -> None:
14792
14676
  """Type checking stubs"""
14793
14677
  pass
14678
+
14679
+ for cls in [IAIAgentRef, IAIAgentVersionRef, IAIGuardrailRef, IAIGuardrailVersionRef, IAIPromptRef, IAIPromptVersionRef, IAssistantAssociationRef, IAssistantRef, IKnowledgeBaseRef, IMessageTemplateRef, IMessageTemplateVersionRef, IQuickResponseRef]:
14680
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2371,3 +2371,6 @@ def _typecheckingstub__57bd34e59b9d7d1fcbeb50272ac7cbdec29ebf1c3f4ef3146b6cddd5b
2371
2371
  ) -> None:
2372
2372
  """Type checking stubs"""
2373
2373
  pass
2374
+
2375
+ for cls in [IConnectionAliasRef, IWorkspaceRef, IWorkspacesPoolRef]:
2376
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -4261,3 +4261,6 @@ def _typecheckingstub__a80a115a0fb3e43ec2f01b3395420a80cbdd00bb61da5e1c9176167d6
4261
4261
  ) -> None:
4262
4262
  """Type checking stubs"""
4263
4263
  pass
4264
+
4265
+ for cls in [IVolumeAssociationRef, IVolumeRef, IWorkspaceInstanceRef]:
4266
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1143,3 +1143,6 @@ def _typecheckingstub__fdddfb66c374577593a886bb5769e5d1bf823db9017d1cedea143c7da
1143
1143
  ) -> None:
1144
1144
  """Type checking stubs"""
1145
1145
  pass
1146
+
1147
+ for cls in [IEnvironmentRef]:
1148
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -7167,3 +7167,6 @@ def _typecheckingstub__2c34b0e8a8ab7ac6d4c9c7ebda522c320d7e5fd5dd3569da4020209d9
7167
7167
  ) -> None:
7168
7168
  """Type checking stubs"""
7169
7169
  pass
7170
+
7171
+ for cls in [IBrowserSettingsRef, IDataProtectionSettingsRef, IIdentityProviderRef, IIpAccessSettingsRef, INetworkSettingsRef, IPortalRef, ISessionLoggerRef, ITrustStoreRef, IUserAccessLoggingSettingsRef, IUserSettingsRef]:
7172
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2617,3 +2617,6 @@ def _typecheckingstub__667a8dfa445e5a7771cc889a458d31a28e3722f0192c79d0a77ca7837
2617
2617
  ) -> None:
2618
2618
  """Type checking stubs"""
2619
2619
  pass
2620
+
2621
+ for cls in [IGroupRef, IResourcePolicyRef, ISamplingRuleRef, ITransactionSearchConfigRef]:
2622
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -9958,3 +9958,6 @@ def _typecheckingstub__db3fe7ed770cad2fbb895987d45a3a52df9ebdb3b3e8652039785a299
9958
9958
  ) -> None:
9959
9959
  """Type checking stubs"""
9960
9960
  pass
9961
+
9962
+ for cls in [ICloudAssembly]:
9963
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -766,6 +766,21 @@ When this feature flag is disabled, EgressOnlyGateway resource is created for al
766
766
  }
767
767
  ```
768
768
 
769
+ * `@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint`
770
+
771
+ When this feature flag is enabled, the JSONPath apiEndpoint value will be resolved dynamically at runtime, while slightly increasing the size of the state machine definition.
772
+ When disabled, the JSONPath apiEndpoint property will only support a static string value.
773
+
774
+ _cdk.json
775
+
776
+ ```json
777
+ {
778
+ "context": {
779
+ "@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint": true
780
+ }
781
+ }
782
+ ```
783
+
769
784
  * `@aws-cdk/aws-signer:signingProfileNamePassedToCfn`
770
785
 
771
786
  When this feature flag is enabled, the `signingProfileName` property is passed to the L1 `CfnSigningProfile` construct,
@@ -787,6 +802,22 @@ in the CloudFormation template.
787
802
  }
788
803
  }
789
804
  ```
805
+
806
+ * `@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId`
807
+
808
+ When enabled, ECS patterns will generate unique target group IDs that include the load balancer name and type (public/private). This prevents CloudFormation conflicts when switching between public and private load balancers.
809
+
810
+ Without this flag, switching an ApplicationLoadBalancedFargateService from public to private (or vice versa) fails with "target group cannot be associated with more than one load balancer" error.
811
+
812
+ *cdk.json*
813
+
814
+ ```json
815
+ {
816
+ "context": {
817
+ "@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId": true
818
+ }
819
+ }
820
+ ```
790
821
  '''
791
822
  from pkgutil import extend_path
792
823
  __path__ = extend_path(__path__, __name__)
@@ -4249,3 +4280,6 @@ def _typecheckingstub__5cdb3373494bc6b73de4ef674ad469482cb5462066462262be592ba7f
4249
4280
  ) -> None:
4250
4281
  """Type checking stubs"""
4251
4282
  pass
4283
+
4284
+ for cls in [IEnvironmentPlaceholderProvider]:
4285
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -8807,3 +8807,6 @@ def _typecheckingstub__a4050a951f11df379d3f03171015f338d23cc9145a854d86f45352dbc
8807
8807
  ) -> None:
8808
8808
  """Type checking stubs"""
8809
8809
  pass
8810
+
8811
+ for cls in [ICodePipelineActionFactory, IFileSetProducer]:
8812
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -917,3 +917,6 @@ def _typecheckingstub__b7fa00c6eee8344d2d7dec9a9b3e5aabd291377b56af4261818a52177
917
917
  ) -> None:
918
918
  """Type checking stubs"""
919
919
  pass
920
+
921
+ for cls in [IFact]:
922
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2210,3 +2210,6 @@ def _typecheckingstub__b2f4b009b0160d566d798bfa6d813ccc8440e1a9e0f75c99449184a2f
2210
2210
  ) -> None:
2211
2211
  """Type checking stubs"""
2212
2212
  pass
2213
+
2214
+ for cls in [ITrigger]:
2215
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk-lib
3
- Version: 2.219.0
3
+ Version: 2.221.0
4
4
  Summary: Version 2 of the AWS Cloud Development Kit library
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -24,7 +24,7 @@ Requires-Dist: aws-cdk.asset-awscli-v1 ==2.2.242
24
24
  Requires-Dist: aws-cdk.asset-node-proxy-agent-v6 <3.0.0,>=2.1.0
25
25
  Requires-Dist: aws-cdk.cloud-assembly-schema <49.0.0,>=48.6.0
26
26
  Requires-Dist: constructs <11.0.0,>=10.0.0
27
- Requires-Dist: jsii <2.0.0,>=1.113.0
27
+ Requires-Dist: jsii <2.0.0,>=1.116.0
28
28
  Requires-Dist: publication >=0.0.3
29
29
  Requires-Dist: typeguard <4.3.0,>=2.13.3
30
30