aws-cdk-lib 2.179.0__tar.gz → 2.181.0__tar.gz

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 (306) hide show
  1. {aws_cdk_lib-2.179.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.181.0}/PKG-INFO +1 -1
  2. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/setup.py +2 -2
  3. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/__init__.py +92 -34
  4. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/_jsii/__init__.py +1 -1
  5. aws_cdk_lib-2.179.0/src/aws_cdk/_jsii/aws-cdk-lib@2.179.0.jsii.tgz → aws_cdk_lib-2.181.0/src/aws_cdk/_jsii/aws-cdk-lib@2.181.0.jsii.tgz +0 -0
  6. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_acmpca/__init__.py +48 -1
  7. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_apigateway/__init__.py +6 -6
  8. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_appsync/__init__.py +4 -3
  9. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_backup/__init__.py +89 -0
  10. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_batch/__init__.py +89 -50
  11. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_bedrock/__init__.py +1265 -62
  12. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_chatbot/__init__.py +80 -53
  13. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloudformation/__init__.py +40 -8
  14. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloudfront/__init__.py +1046 -155
  15. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +1338 -144
  16. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloudtrail/__init__.py +4 -8
  17. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloudwatch/__init__.py +1 -1
  18. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codebuild/__init__.py +2 -2
  19. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codepipeline/__init__.py +24 -0
  20. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +28 -1
  21. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codestar/__init__.py +2 -1
  22. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cognito/__init__.py +100 -13
  23. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_config/__init__.py +3 -3
  24. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_connect/__init__.py +257 -0
  25. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_datasync/__init__.py +279 -50
  26. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_deadline/__init__.py +683 -6
  27. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_directoryservice/__init__.py +9 -4
  28. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_dlm/__init__.py +2 -2
  29. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_dms/__init__.py +3 -3
  30. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_dynamodb/__init__.py +4 -58
  31. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ec2/__init__.py +377 -121
  32. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ecs/__init__.py +37 -46
  33. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_efs/__init__.py +1 -1
  34. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_eks/__init__.py +19 -13
  35. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +13 -27
  36. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_emrcontainers/__init__.py +44 -1
  37. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_events/__init__.py +8 -11
  38. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_fms/__init__.py +5 -5
  39. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_fsx/__init__.py +5 -4
  40. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_glue/__init__.py +161 -0
  41. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_groundstation/__init__.py +23 -1
  42. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iam/__init__.py +12 -12
  43. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iot/__init__.py +7 -0
  44. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ivs/__init__.py +17 -8
  45. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kinesis/__init__.py +689 -35
  46. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lambda/__init__.py +10 -15
  47. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +175 -2
  48. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_medialive/__init__.py +314 -4
  49. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +228 -0
  50. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_networkfirewall/__init__.py +3 -3
  51. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +31 -8
  52. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_organizations/__init__.py +3 -3
  53. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +1 -1
  54. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_rds/__init__.py +456 -100
  55. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3/__init__.py +278 -0
  56. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +2 -2
  57. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ses/__init__.py +228 -8
  58. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ssm/__init__.py +9 -10
  59. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_stepfunctions/__init__.py +345 -70
  60. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +142 -142
  61. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_supportapp/__init__.py +7 -7
  62. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_transfer/__init__.py +829 -4
  63. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_wafv2/__init__.py +17 -9
  64. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_wisdom/__init__.py +149 -4
  65. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/custom_resources/__init__.py +23 -26
  66. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/cx_api/__init__.py +16 -0
  67. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0/src/aws_cdk_lib.egg-info}/PKG-INFO +1 -1
  68. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
  69. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/LICENSE +0 -0
  70. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/MANIFEST.in +0 -0
  71. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/NOTICE +0 -0
  72. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/README.md +0 -0
  73. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/pyproject.toml +0 -0
  74. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/setup.cfg +0 -0
  75. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
  76. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/assertions/__init__.py +0 -0
  77. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
  78. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
  79. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_amplify/__init__.py +0 -0
  80. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
  81. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
  82. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
  83. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
  84. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
  85. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
  86. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
  87. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
  88. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
  89. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
  90. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
  91. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
  92. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_appstream/__init__.py +0 -0
  93. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
  94. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
  95. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
  96. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_athena/__init__.py +0 -0
  97. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
  98. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
  99. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
  100. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
  101. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
  102. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
  103. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
  104. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
  105. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
  106. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
  107. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
  108. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
  109. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
  110. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
  111. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
  112. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
  113. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
  114. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
  115. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
  116. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
  117. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
  118. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
  119. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
  120. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
  121. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
  122. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
  123. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
  124. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
  125. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +0 -0
  126. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
  127. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_cur/__init__.py +0 -0
  128. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
  129. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
  130. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
  131. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_datazone/__init__.py +0 -0
  132. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
  133. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
  134. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
  135. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
  136. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
  137. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
  138. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
  139. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
  140. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
  141. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
  142. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
  143. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
  144. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
  145. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
  146. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
  147. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_emr/__init__.py +0 -0
  148. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
  149. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_entityresolution/__init__.py +0 -0
  150. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
  151. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
  152. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
  153. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
  154. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
  155. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
  156. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
  157. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
  158. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
  159. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
  160. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
  161. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
  162. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
  163. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
  164. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
  165. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
  166. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
  167. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
  168. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
  169. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
  170. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
  171. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
  172. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
  173. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
  174. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
  175. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
  176. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
  177. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
  178. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
  179. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
  180. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
  181. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
  182. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
  183. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
  184. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
  185. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
  186. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
  187. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
  188. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
  189. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_kms/__init__.py +0 -0
  190. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
  191. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
  192. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
  193. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
  194. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
  195. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
  196. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
  197. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_location/__init__.py +0 -0
  198. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_logs/__init__.py +0 -0
  199. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
  200. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
  201. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
  202. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
  203. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
  204. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
  205. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
  206. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
  207. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
  208. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
  209. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
  210. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
  211. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
  212. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_msk/__init__.py +0 -0
  213. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
  214. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
  215. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
  216. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_networkmanager/__init__.py +0 -0
  217. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
  218. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_notifications/__init__.py +0 -0
  219. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
  220. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
  221. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_omics/__init__.py +0 -0
  222. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_opensearchservice/__init__.py +0 -0
  223. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
  224. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
  225. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
  226. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
  227. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
  228. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
  229. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_pcs/__init__.py +0 -0
  230. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
  231. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
  232. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
  233. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
  234. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
  235. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
  236. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
  237. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_quicksight/__init__.py +0 -0
  238. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
  239. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_rbin/__init__.py +0 -0
  240. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
  241. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
  242. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
  243. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
  244. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
  245. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
  246. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
  247. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
  248. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
  249. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_route53/__init__.py +0 -0
  250. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
  251. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
  252. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
  253. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
  254. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
  255. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
  256. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
  257. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
  258. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
  259. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
  260. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3express/__init__.py +0 -0
  261. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
  262. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_s3tables/__init__.py +0 -0
  263. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_sagemaker/__init__.py +0 -0
  264. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
  265. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
  266. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
  267. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
  268. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
  269. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
  270. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
  271. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
  272. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
  273. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
  274. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
  275. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
  276. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
  277. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
  278. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
  279. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
  280. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
  281. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
  282. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
  283. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
  284. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_synthetics/__init__.py +0 -0
  285. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
  286. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
  287. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
  288. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
  289. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
  290. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
  291. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
  292. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
  293. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
  294. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
  295. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
  296. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
  297. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
  298. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
  299. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
  300. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/pipelines/__init__.py +0 -0
  301. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/py.typed +0 -0
  302. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/region_info/__init__.py +0 -0
  303. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk/triggers/__init__.py +0 -0
  304. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
  305. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk_lib.egg-info/requires.txt +0 -0
  306. {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.181.0}/src/aws_cdk_lib.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk-lib
3
- Version: 2.179.0
3
+ Version: 2.181.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
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk-lib",
8
- "version": "2.179.0",
8
+ "version": "2.181.0",
9
9
  "description": "Version 2 of the AWS Cloud Development Kit library",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/aws-cdk",
@@ -315,7 +315,7 @@ kwargs = json.loads(
315
315
  ],
316
316
  "package_data": {
317
317
  "aws_cdk._jsii": [
318
- "aws-cdk-lib@2.179.0.jsii.tgz"
318
+ "aws-cdk-lib@2.181.0.jsii.tgz"
319
319
  ],
320
320
  "aws_cdk": [
321
321
  "py.typed"
@@ -5267,8 +5267,8 @@ class CfnGuardHookProps:
5267
5267
  :param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
5268
5268
  :param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
5269
5269
  :param options: Specifies the S3 location of your input parameters.
5270
- :param stack_filters: Specifies the stack level filters for the Hook.
5271
- :param target_filters: Specifies the target filters for the Hook.
5270
+ :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
5271
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
5272
5272
 
5273
5273
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html
5274
5274
  :exampleMetadata: fixture=_generated
@@ -5454,6 +5454,14 @@ class CfnGuardHookProps:
5454
5454
  ) -> typing.Optional[typing.Union["IResolvable", "CfnGuardHook.StackFiltersProperty"]]:
5455
5455
  '''Specifies the stack level filters for the Hook.
5456
5456
 
5457
+ Example stack level filter in JSON:
5458
+
5459
+ ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}``
5460
+
5461
+ Example stack level filter in YAML:
5462
+
5463
+ ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
5464
+
5457
5465
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-stackfilters
5458
5466
  '''
5459
5467
  result = self._values.get("stack_filters")
@@ -5465,6 +5473,14 @@ class CfnGuardHookProps:
5465
5473
  ) -> typing.Optional[typing.Union["IResolvable", "CfnGuardHook.TargetFiltersProperty"]]:
5466
5474
  '''Specifies the target filters for the Hook.
5467
5475
 
5476
+ Example target filter in JSON:
5477
+
5478
+ ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}``
5479
+
5480
+ Example target filter in YAML:
5481
+
5482
+ ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
5483
+
5468
5484
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-targetfilters
5469
5485
  '''
5470
5486
  result = self._values.get("target_filters")
@@ -6058,8 +6074,8 @@ class CfnLambdaHookProps:
6058
6074
  :param hook_status: Specifies if the Hook is ``ENABLED`` or ``DISABLED`` . Default: - "ENABLED"
6059
6075
  :param lambda_function: Specifies the Lambda function for the Hook. You can use:. - The full Amazon Resource Name (ARN) without a suffix. - A qualified ARN with a version or alias suffix.
6060
6076
  :param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
6061
- :param stack_filters: Specifies the stack level filters for the Hook.
6062
- :param target_filters: Specifies the target filters for the Hook.
6077
+ :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
6078
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
6063
6079
 
6064
6080
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-lambdahook.html
6065
6081
  :exampleMetadata: fixture=_generated
@@ -6202,6 +6218,14 @@ class CfnLambdaHookProps:
6202
6218
  ) -> typing.Optional[typing.Union["IResolvable", "CfnLambdaHook.StackFiltersProperty"]]:
6203
6219
  '''Specifies the stack level filters for the Hook.
6204
6220
 
6221
+ Example stack level filter in JSON:
6222
+
6223
+ ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}``
6224
+
6225
+ Example stack level filter in YAML:
6226
+
6227
+ ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
6228
+
6205
6229
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-lambdahook.html#cfn-cloudformation-lambdahook-stackfilters
6206
6230
  '''
6207
6231
  result = self._values.get("stack_filters")
@@ -6213,6 +6237,14 @@ class CfnLambdaHookProps:
6213
6237
  ) -> typing.Optional[typing.Union["IResolvable", "CfnLambdaHook.TargetFiltersProperty"]]:
6214
6238
  '''Specifies the target filters for the Hook.
6215
6239
 
6240
+ Example target filter in JSON:
6241
+
6242
+ ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}``
6243
+
6244
+ Example target filter in YAML:
6245
+
6246
+ ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
6247
+
6216
6248
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-lambdahook.html#cfn-cloudformation-lambdahook-targetfilters
6217
6249
  '''
6218
6250
  result = self._values.get("target_filters")
@@ -7260,10 +7292,16 @@ class CfnParameterProps:
7260
7292
 
7261
7293
  Example::
7262
7294
 
7263
- CfnParameter(self, "MyParameter",
7264
- type="Number",
7265
- default=1337
7266
- )
7295
+ param = CfnParameter(self, "ParameterName")
7296
+
7297
+ # If the parameter is a String
7298
+ param.value_as_string
7299
+
7300
+ # If the parameter is a Number
7301
+ param.value_as_number
7302
+
7303
+ # If the parameter is a List
7304
+ param.value_as_list
7267
7305
  '''
7268
7306
  if __debug__:
7269
7307
  type_hints = typing.get_type_hints(_typecheckingstub__6d425fa390023c3d5a204065fa1d0abca878458a00e8f9bd0859be42e4cc9e66)
@@ -10658,26 +10696,25 @@ class CustomResourceProps:
10658
10696
  ) -> None:
10659
10697
  '''Properties to provide a Lambda-backed custom resource.
10660
10698
 
10661
- :param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, });
10699
+ :param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, }); Maps to `ServiceToken <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetoken>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
10662
10700
  :param pascal_case_properties: Convert all property keys to pascal case. Default: false
10663
- :param properties: Properties to pass to the Lambda. Default: - No properties.
10701
+ :param properties: Properties to pass to the Lambda. Values in this ``properties`` dictionary can possibly overwrite other values in ``CustomResourceProps`` E.g. ``ServiceToken`` and ``ServiceTimeout`` It is recommended to avoid using same keys that exist in ``CustomResourceProps`` Default: - No properties.
10664
10702
  :param removal_policy: The policy to apply when this resource is removed from the application. Default: cdk.RemovalPolicy.Destroy
10665
10703
  :param resource_type: For custom resources, you can specify AWS::CloudFormation::CustomResource (the default) as the resource type, or you can specify your own resource type name. For example, you can use "Custom::MyCustomResourceTypeName". Custom resource type names must begin with "Custom::" and can include alphanumeric characters and the following characters: _@-. You can specify a custom resource type name up to a maximum length of 60 characters. You cannot change the type during an update. Using your own resource type names helps you quickly differentiate the types of custom resources in your stack. For example, if you had two custom resources that conduct two different ping tests, you could name their type as Custom::PingTester to make them easily identifiable as ping testers (instead of using AWS::CloudFormation::CustomResource). Default: - AWS::CloudFormation::CustomResource
10666
- :param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Default: Duration.seconds(3600)
10704
+ :param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Maps to `ServiceTimeout <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetimeout>`_ property for the ``AWS::CloudFormation::CustomResource`` resource A token can be specified for this property, but it must be specified with ``Duration.seconds()``. Default: Duration.seconds(3600)
10667
10705
 
10668
10706
  :exampleMetadata: infused
10669
10707
 
10670
10708
  Example::
10671
10709
 
10672
- service_token = CustomResourceProvider.get_or_create(self, "Custom::MyCustomResourceType",
10673
- code_directory=f"{__dirname}/my-handler",
10674
- runtime=CustomResourceProviderRuntime.NODEJS_18_X,
10675
- description="Lambda function created by the custom resource provider"
10710
+ stack = Stack()
10711
+ dur_token = CfnParameter(stack, "MyParameter",
10712
+ type="Number",
10713
+ default=60
10676
10714
  )
10677
-
10678
- CustomResource(self, "MyResource",
10679
- resource_type="Custom::MyCustomResourceType",
10680
- service_token=service_token
10715
+ CustomResource(stack, "MyCustomResource",
10716
+ service_token="MyServiceToken",
10717
+ service_timeout=Duration.seconds(dur_token.value_as_number)
10681
10718
  )
10682
10719
  '''
10683
10720
  if __debug__:
@@ -10738,6 +10775,8 @@ class CustomResourceProps:
10738
10775
  CustomResource(self, "MyResource",
10739
10776
  service_token=my_topic.topic_arn
10740
10777
  )
10778
+
10779
+ Maps to `ServiceToken <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetoken>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
10741
10780
  '''
10742
10781
  result = self._values.get("service_token")
10743
10782
  assert result is not None, "Required property 'service_token' is missing"
@@ -10756,6 +10795,10 @@ class CustomResourceProps:
10756
10795
  def properties(self) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
10757
10796
  '''Properties to pass to the Lambda.
10758
10797
 
10798
+ Values in this ``properties`` dictionary can possibly overwrite other values in ``CustomResourceProps``
10799
+ E.g. ``ServiceToken`` and ``ServiceTimeout``
10800
+ It is recommended to avoid using same keys that exist in ``CustomResourceProps``
10801
+
10759
10802
  :default: - No properties.
10760
10803
  '''
10761
10804
  result = self._values.get("properties")
@@ -10800,7 +10843,23 @@ class CustomResourceProps:
10800
10843
 
10801
10844
  The value must be between 1 second and 3600 seconds.
10802
10845
 
10846
+ Maps to `ServiceTimeout <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetimeout>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
10847
+
10848
+ A token can be specified for this property, but it must be specified with ``Duration.seconds()``.
10849
+
10803
10850
  :default: Duration.seconds(3600)
10851
+
10852
+ Example::
10853
+
10854
+ stack = Stack()
10855
+ dur_token = CfnParameter(stack, "MyParameter",
10856
+ type="Number",
10857
+ default=60
10858
+ )
10859
+ CustomResource(stack, "MyCustomResource",
10860
+ service_token="MyServiceToken",
10861
+ service_timeout=Duration.seconds(dur_token.value_as_number)
10862
+ )
10804
10863
  '''
10805
10864
  result = self._values.get("service_timeout")
10806
10865
  return typing.cast(typing.Optional["Duration"], result)
@@ -28345,8 +28404,8 @@ class CfnGuardHook(
28345
28404
  :param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
28346
28405
  :param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
28347
28406
  :param options: Specifies the S3 location of your input parameters.
28348
- :param stack_filters: Specifies the stack level filters for the Hook.
28349
- :param target_filters: Specifies the target filters for the Hook.
28407
+ :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
28408
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
28350
28409
  '''
28351
28410
  if __debug__:
28352
28411
  type_hints = typing.get_type_hints(_typecheckingstub__af8d2663a8bac5046ca50537b031b46f870c6edd4948ed8528ca4e3ff9367b17)
@@ -29809,8 +29868,8 @@ class CfnLambdaHook(
29809
29868
  :param hook_status: Specifies if the Hook is ``ENABLED`` or ``DISABLED`` . Default: - "ENABLED"
29810
29869
  :param lambda_function: Specifies the Lambda function for the Hook. You can use:. - The full Amazon Resource Name (ARN) without a suffix. - A qualified ARN with a version or alias suffix.
29811
29870
  :param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
29812
- :param stack_filters: Specifies the stack level filters for the Hook.
29813
- :param target_filters: Specifies the target filters for the Hook.
29871
+ :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
29872
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
29814
29873
  '''
29815
29874
  if __debug__:
29816
29875
  type_hints = typing.get_type_hints(_typecheckingstub__407b4a631e3a832f02376728222302ded8f1ba90d2538b0469e5b99641f17447)
@@ -33789,15 +33848,14 @@ class CustomResource(
33789
33848
 
33790
33849
  Example::
33791
33850
 
33792
- service_token = CustomResourceProvider.get_or_create(self, "Custom::MyCustomResourceType",
33793
- code_directory=f"{__dirname}/my-handler",
33794
- runtime=CustomResourceProviderRuntime.NODEJS_18_X,
33795
- description="Lambda function created by the custom resource provider"
33851
+ stack = Stack()
33852
+ dur_token = CfnParameter(stack, "MyParameter",
33853
+ type="Number",
33854
+ default=60
33796
33855
  )
33797
-
33798
- CustomResource(self, "MyResource",
33799
- resource_type="Custom::MyCustomResourceType",
33800
- service_token=service_token
33856
+ CustomResource(stack, "MyCustomResource",
33857
+ service_token="MyServiceToken",
33858
+ service_timeout=Duration.seconds(dur_token.value_as_number)
33801
33859
  )
33802
33860
  '''
33803
33861
 
@@ -33816,12 +33874,12 @@ class CustomResource(
33816
33874
  '''
33817
33875
  :param scope: -
33818
33876
  :param id: -
33819
- :param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, });
33877
+ :param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, }); Maps to `ServiceToken <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetoken>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
33820
33878
  :param pascal_case_properties: Convert all property keys to pascal case. Default: false
33821
- :param properties: Properties to pass to the Lambda. Default: - No properties.
33879
+ :param properties: Properties to pass to the Lambda. Values in this ``properties`` dictionary can possibly overwrite other values in ``CustomResourceProps`` E.g. ``ServiceToken`` and ``ServiceTimeout`` It is recommended to avoid using same keys that exist in ``CustomResourceProps`` Default: - No properties.
33822
33880
  :param removal_policy: The policy to apply when this resource is removed from the application. Default: cdk.RemovalPolicy.Destroy
33823
33881
  :param resource_type: For custom resources, you can specify AWS::CloudFormation::CustomResource (the default) as the resource type, or you can specify your own resource type name. For example, you can use "Custom::MyCustomResourceTypeName". Custom resource type names must begin with "Custom::" and can include alphanumeric characters and the following characters: _@-. You can specify a custom resource type name up to a maximum length of 60 characters. You cannot change the type during an update. Using your own resource type names helps you quickly differentiate the types of custom resources in your stack. For example, if you had two custom resources that conduct two different ping tests, you could name their type as Custom::PingTester to make them easily identifiable as ping testers (instead of using AWS::CloudFormation::CustomResource). Default: - AWS::CloudFormation::CustomResource
33824
- :param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Default: Duration.seconds(3600)
33882
+ :param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Maps to `ServiceTimeout <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetimeout>`_ property for the ``AWS::CloudFormation::CustomResource`` resource A token can be specified for this property, but it must be specified with ``Duration.seconds()``. Default: Duration.seconds(3600)
33825
33883
  '''
33826
33884
  if __debug__:
33827
33885
  type_hints = typing.get_type_hints(_typecheckingstub__5c89cdcdef1901fae8effe187c732f9fbf4ec5793ae2938cebb924671df2c26f)
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
34
34
  import constructs._jsii
35
35
 
36
36
  __jsii_assembly__ = jsii.JSIIAssembly.load(
37
- "aws-cdk-lib", "2.179.0", __name__[0:-6], "aws-cdk-lib@2.179.0.jsii.tgz"
37
+ "aws-cdk-lib", "2.181.0", __name__[0:-6], "aws-cdk-lib@2.181.0.jsii.tgz"
38
38
  )
39
39
 
40
40
  __all__ = [
@@ -118,7 +118,7 @@ class CertificateAuthority(
118
118
 
119
119
  cluster = msk.Cluster(self, "Cluster",
120
120
  cluster_name="myCluster",
121
- kafka_version=msk.KafkaVersion.V2_8_1,
121
+ kafka_version=msk.KafkaVersion.V3_8_X,
122
122
  vpc=vpc,
123
123
  encryption_in_transit=msk.EncryptionInTransitConfig(
124
124
  client_broker=msk.ClientBrokerEncryption.TLS
@@ -2728,7 +2728,9 @@ class CfnCertificateAuthority(
2728
2728
  name_mapping={
2729
2729
  "enabled": "enabled",
2730
2730
  "crl_distribution_point_extension_configuration": "crlDistributionPointExtensionConfiguration",
2731
+ "crl_type": "crlType",
2731
2732
  "custom_cname": "customCname",
2733
+ "custom_path": "customPath",
2732
2734
  "expiration_in_days": "expirationInDays",
2733
2735
  "s3_bucket_name": "s3BucketName",
2734
2736
  "s3_object_acl": "s3ObjectAcl",
@@ -2740,7 +2742,9 @@ class CfnCertificateAuthority(
2740
2742
  *,
2741
2743
  enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
2742
2744
  crl_distribution_point_extension_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2745
+ crl_type: typing.Optional[builtins.str] = None,
2743
2746
  custom_cname: typing.Optional[builtins.str] = None,
2747
+ custom_path: typing.Optional[builtins.str] = None,
2744
2748
  expiration_in_days: typing.Optional[jsii.Number] = None,
2745
2749
  s3_bucket_name: typing.Optional[builtins.str] = None,
2746
2750
  s3_object_acl: typing.Optional[builtins.str] = None,
@@ -2781,7 +2785,9 @@ class CfnCertificateAuthority(
2781
2785
 
2782
2786
  :param enabled: Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. You can use this value to enable certificate revocation for a new CA when you call the ``CreateCertificateAuthority`` operation or for an existing CA when you call the ``UpdateCertificateAuthority`` operation.
2783
2787
  :param crl_distribution_point_extension_configuration: Configures the default behavior of the CRL Distribution Point extension for certificates issued by your CA. If this field is not provided, then the CRL Distribution Point extension will be present and contain the default CRL URL.
2788
+ :param crl_type: Specifies the type of CRL. This setting determines the maximum number of certificates that the certificate authority can issue and revoke. For more information, see `AWS Private CA quotas <https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca>`_ . - ``COMPLETE`` - The default setting. AWS Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason. Each certificate that AWS Private CA issues is bound to a specific CRL through the CRL distribution point (CDP) defined in `RFC 5280 <https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280>`_ . - ``PARTITIONED`` - Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. .. epigraph:: When using partitioned CRLs, you must validate that the CRL's associated issuing distribution point (IDP) URI matches the certificate's CDP URI to ensure the right CRL has been fetched. AWS Private CA marks the IDP extension as critical, which your client must be able to process.
2784
2789
  :param custom_cname: Name inserted into the certificate *CRL Distribution Points* extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public. .. epigraph:: The content of a Canonical Name (CNAME) record must conform to `RFC2396 <https://docs.aws.amazon.com/https://www.ietf.org/rfc/rfc2396.txt>`_ restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".
2790
+ :param custom_path: Designates a custom file path in S3 for CRL(s). For example, ``http://<CustomName>/<CustomPath>/<CrlPartition_GUID>.crl`` .
2785
2791
  :param expiration_in_days: Validity period of the CRL in days.
2786
2792
  :param s3_bucket_name: Name of the S3 bucket that contains the CRL. If you do not provide a value for the *CustomCname* argument, the name of your S3 bucket is placed into the *CRL Distribution Points* extension of the issued certificate. You can change the name of your bucket by calling the `UpdateCertificateAuthority <https://docs.aws.amazon.com/privateca/latest/APIReference/API_UpdateCertificateAuthority.html>`_ operation. You must specify a `bucket policy <https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#s3-policies>`_ that allows AWS Private CA to write the CRL to your bucket. .. epigraph:: The ``S3BucketName`` parameter must conform to the `S3 bucket naming rules <https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html>`_ .
2787
2793
  :param s3_object_acl: Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket. If you choose PUBLIC_READ, the CRL will be accessible over the public internet. If you choose BUCKET_OWNER_FULL_CONTROL, only the owner of the CRL S3 bucket can access the CRL, and your PKI clients may need an alternative method of access. If no value is specified, the default is PUBLIC_READ. *Note:* This default can cause CA creation to fail in some circumstances. If you have have enabled the Block Public Access (BPA) feature in your S3 account, then you must specify the value of this parameter as ``BUCKET_OWNER_FULL_CONTROL`` , and not doing so results in an error. If you have disabled BPA in S3, then you can specify either ``BUCKET_OWNER_FULL_CONTROL`` or ``PUBLIC_READ`` as the value. For more information, see `Blocking public access to the S3 bucket <https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#s3-bpa>`_ .
@@ -2802,7 +2808,9 @@ class CfnCertificateAuthority(
2802
2808
  crl_distribution_point_extension_configuration=acmpca.CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty(
2803
2809
  omit_extension=False
2804
2810
  ),
2811
+ crl_type="crlType",
2805
2812
  custom_cname="customCname",
2813
+ custom_path="customPath",
2806
2814
  expiration_in_days=123,
2807
2815
  s3_bucket_name="s3BucketName",
2808
2816
  s3_object_acl="s3ObjectAcl"
@@ -2812,7 +2820,9 @@ class CfnCertificateAuthority(
2812
2820
  type_hints = typing.get_type_hints(_typecheckingstub__de72782a3b3117c1f101c2c6c2fad457863e581a5bdcd67a1280a825dc55ea17)
2813
2821
  check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
2814
2822
  check_type(argname="argument crl_distribution_point_extension_configuration", value=crl_distribution_point_extension_configuration, expected_type=type_hints["crl_distribution_point_extension_configuration"])
2823
+ check_type(argname="argument crl_type", value=crl_type, expected_type=type_hints["crl_type"])
2815
2824
  check_type(argname="argument custom_cname", value=custom_cname, expected_type=type_hints["custom_cname"])
2825
+ check_type(argname="argument custom_path", value=custom_path, expected_type=type_hints["custom_path"])
2816
2826
  check_type(argname="argument expiration_in_days", value=expiration_in_days, expected_type=type_hints["expiration_in_days"])
2817
2827
  check_type(argname="argument s3_bucket_name", value=s3_bucket_name, expected_type=type_hints["s3_bucket_name"])
2818
2828
  check_type(argname="argument s3_object_acl", value=s3_object_acl, expected_type=type_hints["s3_object_acl"])
@@ -2821,8 +2831,12 @@ class CfnCertificateAuthority(
2821
2831
  }
2822
2832
  if crl_distribution_point_extension_configuration is not None:
2823
2833
  self._values["crl_distribution_point_extension_configuration"] = crl_distribution_point_extension_configuration
2834
+ if crl_type is not None:
2835
+ self._values["crl_type"] = crl_type
2824
2836
  if custom_cname is not None:
2825
2837
  self._values["custom_cname"] = custom_cname
2838
+ if custom_path is not None:
2839
+ self._values["custom_path"] = custom_path
2826
2840
  if expiration_in_days is not None:
2827
2841
  self._values["expiration_in_days"] = expiration_in_days
2828
2842
  if s3_bucket_name is not None:
@@ -2855,6 +2869,24 @@ class CfnCertificateAuthority(
2855
2869
  result = self._values.get("crl_distribution_point_extension_configuration")
2856
2870
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty"]], result)
2857
2871
 
2872
+ @builtins.property
2873
+ def crl_type(self) -> typing.Optional[builtins.str]:
2874
+ '''Specifies the type of CRL.
2875
+
2876
+ This setting determines the maximum number of certificates that the certificate authority can issue and revoke. For more information, see `AWS Private CA quotas <https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca>`_ .
2877
+
2878
+ - ``COMPLETE`` - The default setting. AWS Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason. Each certificate that AWS Private CA issues is bound to a specific CRL through the CRL distribution point (CDP) defined in `RFC 5280 <https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280>`_ .
2879
+ - ``PARTITIONED`` - Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue.
2880
+
2881
+ .. epigraph::
2882
+
2883
+ When using partitioned CRLs, you must validate that the CRL's associated issuing distribution point (IDP) URI matches the certificate's CDP URI to ensure the right CRL has been fetched. AWS Private CA marks the IDP extension as critical, which your client must be able to process.
2884
+
2885
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-crltype
2886
+ '''
2887
+ result = self._values.get("crl_type")
2888
+ return typing.cast(typing.Optional[builtins.str], result)
2889
+
2858
2890
  @builtins.property
2859
2891
  def custom_cname(self) -> typing.Optional[builtins.str]:
2860
2892
  '''Name inserted into the certificate *CRL Distribution Points* extension that enables the use of an alias for the CRL distribution point.
@@ -2869,6 +2901,17 @@ class CfnCertificateAuthority(
2869
2901
  result = self._values.get("custom_cname")
2870
2902
  return typing.cast(typing.Optional[builtins.str], result)
2871
2903
 
2904
+ @builtins.property
2905
+ def custom_path(self) -> typing.Optional[builtins.str]:
2906
+ '''Designates a custom file path in S3 for CRL(s).
2907
+
2908
+ For example, ``http://<CustomName>/<CustomPath>/<CrlPartition_GUID>.crl`` .
2909
+
2910
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-custompath
2911
+ '''
2912
+ result = self._values.get("custom_path")
2913
+ return typing.cast(typing.Optional[builtins.str], result)
2914
+
2872
2915
  @builtins.property
2873
2916
  def expiration_in_days(self) -> typing.Optional[jsii.Number]:
2874
2917
  '''Validity period of the CRL in days.
@@ -3876,7 +3919,9 @@ class CfnCertificateAuthority(
3876
3919
  crl_distribution_point_extension_configuration=acmpca.CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty(
3877
3920
  omit_extension=False
3878
3921
  ),
3922
+ crl_type="crlType",
3879
3923
  custom_cname="customCname",
3924
+ custom_path="customPath",
3880
3925
  expiration_in_days=123,
3881
3926
  s3_bucket_name="s3BucketName",
3882
3927
  s3_object_acl="s3ObjectAcl"
@@ -5624,7 +5669,9 @@ def _typecheckingstub__de72782a3b3117c1f101c2c6c2fad457863e581a5bdcd67a1280a825d
5624
5669
  *,
5625
5670
  enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
5626
5671
  crl_distribution_point_extension_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5672
+ crl_type: typing.Optional[builtins.str] = None,
5627
5673
  custom_cname: typing.Optional[builtins.str] = None,
5674
+ custom_path: typing.Optional[builtins.str] = None,
5628
5675
  expiration_in_days: typing.Optional[jsii.Number] = None,
5629
5676
  s3_bucket_name: typing.Optional[builtins.str] = None,
5630
5677
  s3_object_acl: typing.Optional[builtins.str] = None,
@@ -14847,7 +14847,7 @@ class CorsOptions:
14847
14847
  status_code: typing.Optional[jsii.Number] = None,
14848
14848
  ) -> None:
14849
14849
  '''
14850
- :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS`` is specified, the ``Vary: Origin`` response header will also be included.
14850
+ :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
14851
14851
  :param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
14852
14852
  :param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
14853
14853
  :param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
@@ -14903,8 +14903,8 @@ class CorsOptions:
14903
14903
  ``[ * ]``.
14904
14904
 
14905
14905
  Responses will include the ``Access-Control-Allow-Origin`` response header.
14906
- If ``Cors.ALL_ORIGINS`` is specified, the ``Vary: Origin`` response header will
14907
- also be included.
14906
+ If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin``
14907
+ response header will also be included.
14908
14908
 
14909
14909
  :see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
14910
14910
  '''
@@ -16461,7 +16461,7 @@ class IResource(_IResource_c80c4260, typing_extensions.Protocol):
16461
16461
  resource that has a different origin (domain, protocol, or port) from its
16462
16462
  own.
16463
16463
 
16464
- :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS`` is specified, the ``Vary: Origin`` response header will also be included.
16464
+ :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
16465
16465
  :param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
16466
16466
  :param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
16467
16467
  :param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
@@ -16652,7 +16652,7 @@ class _IResourceProxy(
16652
16652
  resource that has a different origin (domain, protocol, or port) from its
16653
16653
  own.
16654
16654
 
16655
- :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS`` is specified, the ``Vary: Origin`` response header will also be included.
16655
+ :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
16656
16656
  :param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
16657
16657
  :param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
16658
16658
  :param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
@@ -22676,7 +22676,7 @@ class ResourceBase(
22676
22676
  resource that has a different origin (domain, protocol, or port) from its
22677
22677
  own.
22678
22678
 
22679
- :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS`` is specified, the ``Vary: Origin`` response header will also be included.
22679
+ :param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
22680
22680
  :param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
22681
22681
  :param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
22682
22682
  :param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
@@ -4862,7 +4862,7 @@ class CfnApiCache(
4862
4862
  '''
4863
4863
  :param scope: Scope in which this resource is defined.
4864
4864
  :param id: Construct identifier for this resource (unique in its scope).
4865
- :param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests are fully cached. - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached.
4865
+ :param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache. - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached. - *OPERATION_LEVEL_CACHING* : Full requests are cached together and returned without executing resolvers.
4866
4866
  :param api_id: The GraphQL API ID.
4867
4867
  :param ttl: TTL in seconds for cache entries. Valid values are 1–3,600 seconds.
4868
4868
  :param type: The cache instance type. Valid values are. - ``SMALL`` - ``MEDIUM`` - ``LARGE`` - ``XLARGE`` - ``LARGE_2X`` - ``LARGE_4X`` - ``LARGE_8X`` (not available in all regions) - ``LARGE_12X`` Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used. The following legacy instance types are available, but their use is discouraged: - *T2_SMALL* : A t2.small instance type. - *T2_MEDIUM* : A t2.medium instance type. - *R4_LARGE* : A r4.large instance type. - *R4_XLARGE* : A r4.xlarge instance type. - *R4_2XLARGE* : A r4.2xlarge instance type. - *R4_4XLARGE* : A r4.4xlarge instance type. - *R4_8XLARGE* : A r4.8xlarge instance type.
@@ -5064,7 +5064,7 @@ class CfnApiCacheProps:
5064
5064
  ) -> None:
5065
5065
  '''Properties for defining a ``CfnApiCache``.
5066
5066
 
5067
- :param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests are fully cached. - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached.
5067
+ :param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache. - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached. - *OPERATION_LEVEL_CACHING* : Full requests are cached together and returned without executing resolvers.
5068
5068
  :param api_id: The GraphQL API ID.
5069
5069
  :param ttl: TTL in seconds for cache entries. Valid values are 1–3,600 seconds.
5070
5070
  :param type: The cache instance type. Valid values are. - ``SMALL`` - ``MEDIUM`` - ``LARGE`` - ``XLARGE`` - ``LARGE_2X`` - ``LARGE_4X`` - ``LARGE_8X`` (not available in all regions) - ``LARGE_12X`` Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used. The following legacy instance types are available, but their use is discouraged: - *T2_SMALL* : A t2.small instance type. - *T2_MEDIUM* : A t2.medium instance type. - *R4_LARGE* : A r4.large instance type. - *R4_XLARGE* : A r4.xlarge instance type. - *R4_2XLARGE* : A r4.2xlarge instance type. - *R4_4XLARGE* : A r4.4xlarge instance type. - *R4_8XLARGE* : A r4.8xlarge instance type.
@@ -5119,8 +5119,9 @@ class CfnApiCacheProps:
5119
5119
  def api_caching_behavior(self) -> builtins.str:
5120
5120
  '''Caching behavior.
5121
5121
 
5122
- - *FULL_REQUEST_CACHING* : All requests are fully cached.
5122
+ - *FULL_REQUEST_CACHING* : All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.
5123
5123
  - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached.
5124
+ - *OPERATION_LEVEL_CACHING* : Full requests are cached together and returned without executing resolvers.
5124
5125
 
5125
5126
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior
5126
5127
  '''