aws-cdk-lib 2.148.1__tar.gz → 2.150.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 (298) hide show
  1. {aws-cdk-lib-2.148.1/src/aws_cdk_lib.egg-info → aws-cdk-lib-2.150.0}/PKG-INFO +1 -1
  2. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/setup.py +2 -2
  3. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/__init__.py +4 -8
  4. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/_jsii/__init__.py +1 -1
  5. aws-cdk-lib-2.148.1/src/aws_cdk/_jsii/aws-cdk-lib@2.148.1.jsii.tgz → aws-cdk-lib-2.150.0/src/aws_cdk/_jsii/aws-cdk-lib@2.150.0.jsii.tgz +0 -0
  6. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +16 -12
  7. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_bedrock/__init__.py +60 -28
  8. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloudformation/__init__.py +4 -8
  9. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloudtrail/__init__.py +30 -558
  10. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloudwatch/__init__.py +1 -1
  11. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codebuild/__init__.py +57 -5
  12. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codecommit/__init__.py +103 -0
  13. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codedeploy/__init__.py +251 -5
  14. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codepipeline/__init__.py +80 -5
  15. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +90 -4
  16. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cognito/__init__.py +1 -2
  17. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_deadline/__init__.py +9 -15
  18. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_dms/__init__.py +10 -10
  19. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ec2/__init__.py +86 -4
  20. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ecs/__init__.py +10 -8
  21. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_eks/__init__.py +26 -20
  22. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
  23. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_emr/__init__.py +26 -28
  24. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_events/__init__.py +1 -13
  25. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_fsx/__init__.py +25 -23
  26. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_glue/__init__.py +3 -3
  27. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_guardduty/__init__.py +6 -4
  28. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iam/__init__.py +8 -5
  29. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +11 -11
  30. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +11 -11
  31. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lambda/__init__.py +19 -2
  32. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_logs/__init__.py +9 -0
  33. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_qbusiness/__init__.py +21 -7
  34. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_rds/__init__.py +18 -12
  35. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +22 -13
  36. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_route53profiles/__init__.py +4 -4
  37. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_s3/__init__.py +15 -117
  38. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_sagemaker/__init__.py +10 -10
  39. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ses/__init__.py +119 -102
  40. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +215 -24
  41. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_synthetics/__init__.py +15 -1
  42. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +7 -9
  43. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_wafv2/__init__.py +10 -16
  44. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_workspaces/__init__.py +86 -56
  45. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/custom_resources/__init__.py +91 -23
  46. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/pipelines/__init__.py +1 -1
  47. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/region_info/__init__.py +32 -12
  48. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0/src/aws_cdk_lib.egg-info}/PKG-INFO +1 -1
  49. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
  50. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/LICENSE +0 -0
  51. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/MANIFEST.in +0 -0
  52. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/NOTICE +0 -0
  53. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/README.md +0 -0
  54. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/pyproject.toml +0 -0
  55. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/setup.cfg +0 -0
  56. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
  57. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/assertions/__init__.py +0 -0
  58. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
  59. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_acmpca/__init__.py +0 -0
  60. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
  61. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_amplify/__init__.py +0 -0
  62. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
  63. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_apigateway/__init__.py +0 -0
  64. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
  65. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
  66. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
  67. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
  68. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
  69. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
  70. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
  71. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
  72. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
  73. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
  74. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_appstream/__init__.py +0 -0
  75. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_appsync/__init__.py +0 -0
  76. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
  77. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
  78. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
  79. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_athena/__init__.py +0 -0
  80. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
  81. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
  82. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
  83. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
  84. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
  85. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
  86. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_backup/__init__.py +0 -0
  87. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
  88. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_batch/__init__.py +0 -0
  89. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
  90. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
  91. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
  92. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
  93. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
  94. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
  95. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
  96. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
  97. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
  98. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
  99. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloudfront/__init__.py +0 -0
  100. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
  101. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
  102. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
  103. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
  104. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
  105. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
  106. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
  107. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
  108. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codestar/__init__.py +0 -0
  109. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
  110. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
  111. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_config/__init__.py +0 -0
  112. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_connect/__init__.py +0 -0
  113. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
  114. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
  115. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_cur/__init__.py +0 -0
  116. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
  117. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
  118. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
  119. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_datasync/__init__.py +0 -0
  120. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_datazone/__init__.py +0 -0
  121. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
  122. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
  123. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
  124. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
  125. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_directoryservice/__init__.py +0 -0
  126. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_dlm/__init__.py +0 -0
  127. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
  128. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
  129. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
  130. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
  131. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
  132. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
  133. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_efs/__init__.py +0 -0
  134. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
  135. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
  136. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
  137. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
  138. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
  139. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
  140. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
  141. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
  142. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_entityresolution/__init__.py +0 -0
  143. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
  144. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
  145. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
  146. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
  147. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
  148. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_fms/__init__.py +0 -0
  149. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
  150. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
  151. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
  152. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
  153. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
  154. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
  155. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
  156. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
  157. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
  158. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
  159. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
  160. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
  161. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
  162. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
  163. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
  164. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
  165. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iot/__init__.py +0 -0
  166. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iot1click/__init__.py +0 -0
  167. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
  168. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
  169. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
  170. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
  171. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
  172. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
  173. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
  174. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
  175. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
  176. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ivs/__init__.py +0 -0
  177. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
  178. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
  179. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
  180. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
  181. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
  182. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
  183. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
  184. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_kms/__init__.py +0 -0
  185. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
  186. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
  187. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
  188. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
  189. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
  190. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
  191. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
  192. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_location/__init__.py +0 -0
  193. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
  194. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
  195. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
  196. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
  197. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
  198. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
  199. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
  200. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
  201. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
  202. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_medialive/__init__.py +0 -0
  203. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
  204. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
  205. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
  206. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
  207. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
  208. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_msk/__init__.py +0 -0
  209. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
  210. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
  211. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
  212. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_networkfirewall/__init__.py +0 -0
  213. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_networkmanager/__init__.py +0 -0
  214. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
  215. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
  216. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_omics/__init__.py +0 -0
  217. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
  218. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_opensearchservice/__init__.py +0 -0
  219. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
  220. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
  221. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_organizations/__init__.py +0 -0
  222. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
  223. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
  224. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
  225. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
  226. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
  227. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
  228. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
  229. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
  230. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
  231. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
  232. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_quicksight/__init__.py +0 -0
  233. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
  234. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
  235. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
  236. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
  237. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
  238. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
  239. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
  240. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
  241. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
  242. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_route53/__init__.py +0 -0
  243. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
  244. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
  245. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
  246. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
  247. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
  248. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
  249. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
  250. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
  251. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
  252. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_s3express/__init__.py +0 -0
  253. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
  254. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
  255. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
  256. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
  257. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
  258. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
  259. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
  260. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
  261. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
  262. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
  263. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
  264. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
  265. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
  266. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
  267. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
  268. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
  269. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
  270. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
  271. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ssm/__init__.py +0 -0
  272. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
  273. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
  274. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
  275. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_stepfunctions/__init__.py +0 -0
  276. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
  277. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
  278. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
  279. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_transfer/__init__.py +0 -0
  280. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
  281. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
  282. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
  283. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
  284. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
  285. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
  286. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
  287. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
  288. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
  289. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
  290. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/cx_api/__init__.py +0 -0
  291. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
  292. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/lambda_layer_kubectl/__init__.py +0 -0
  293. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
  294. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/py.typed +0 -0
  295. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk/triggers/__init__.py +0 -0
  296. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
  297. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.0}/src/aws_cdk_lib.egg-info/requires.txt +0 -0
  298. {aws-cdk-lib-2.148.1 → aws-cdk-lib-2.150.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.148.1
3
+ Version: 2.150.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.148.1",
8
+ "version": "2.150.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",
@@ -307,7 +307,7 @@ kwargs = json.loads(
307
307
  ],
308
308
  "package_data": {
309
309
  "aws_cdk._jsii": [
310
- "aws-cdk-lib@2.148.1.jsii.tgz"
310
+ "aws-cdk-lib@2.150.0.jsii.tgz"
311
311
  ],
312
312
  "aws_cdk": [
313
313
  "py.typed"
@@ -30122,7 +30122,7 @@ class CfnStackSet(
30122
30122
  ) -> None:
30123
30123
  '''The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
30124
30124
 
30125
- :param account_filter_type: Limit deployment targets to individual accounts or include additional accounts with provided OUs. The following is a list of possible values for the ``AccountFilterType`` operation. - ``INTERSECTION`` : StackSets deploys to the accounts specified in ``Accounts`` parameter. - ``DIFFERENCE`` : StackSets excludes the accounts specified in ``Accounts`` parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. - ``UNION`` : StackSets includes additional accounts deployment targets. This is the default value if ``AccountFilterType`` is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. - ``NONE`` : Deploys to all the accounts in specified organizational units (OU).
30125
+ :param account_filter_type: Limit deployment targets to individual accounts or include additional accounts with provided OUs. The following is a list of possible values for the ``AccountFilterType`` operation. - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` parameter. - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` parameter. - ``UNION`` isn't supported when using StackSet as a resource.
30126
30126
  :param accounts: The names of one or more AWS accounts for which you want to deploy stack set updates. *Pattern* : ``^[0-9]{12}$``
30127
30127
  :param accounts_url: Returns the value of the ``AccountsUrl`` property.
30128
30128
  :param organizational_unit_ids: The organization root ID or organizational unit (OU) IDs to which StackSets deploys. *Pattern* : ``^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$``
@@ -30165,13 +30165,9 @@ class CfnStackSet(
30165
30165
 
30166
30166
  The following is a list of possible values for the ``AccountFilterType`` operation.
30167
30167
 
30168
- - ``INTERSECTION`` : StackSets deploys to the accounts specified in ``Accounts`` parameter.
30169
- - ``DIFFERENCE`` : StackSets excludes the accounts specified in ``Accounts`` parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.
30170
- - ``UNION`` : StackSets includes additional accounts deployment targets.
30171
-
30172
- This is the default value if ``AccountFilterType`` is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.
30173
-
30174
- - ``NONE`` : Deploys to all the accounts in specified organizational units (OU).
30168
+ - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` parameter.
30169
+ - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` parameter.
30170
+ - ``UNION`` isn't supported when using StackSet as a resource.
30175
30171
 
30176
30172
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountfiltertype
30177
30173
  '''
@@ -19,7 +19,7 @@ import aws_cdk.asset_node_proxy_agent_v6._jsii
19
19
  import constructs._jsii
20
20
 
21
21
  __jsii_assembly__ = jsii.JSIIAssembly.load(
22
- "aws-cdk-lib", "2.148.1", __name__[0:-6], "aws-cdk-lib@2.148.1.jsii.tgz"
22
+ "aws-cdk-lib", "2.150.0", __name__[0:-6], "aws-cdk-lib@2.150.0.jsii.tgz"
23
23
  )
24
24
 
25
25
  __all__ = [
@@ -1212,8 +1212,8 @@ class CfnScalableTarget(
1212
1212
  :param id: Construct identifier for this resource (unique in its scope).
1213
1213
  :param max_capacity: The maximum value that you plan to scale out to. When a scaling policy is in effect, Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to changing demand.
1214
1214
  :param min_capacity: The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand.
1215
- :param resource_id: The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` .
1216
- :param scalable_dimension: The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The desired task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The desired capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
1215
+ :param resource_id: The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` . - Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456`` .
1216
+ :param scalable_dimension: The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component. - ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
1217
1217
  :param service_namespace: The namespace of the AWS service that provides the resource, or a ``custom-resource`` .
1218
1218
  :param role_arn: Specify the Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that allows Application Auto Scaling to modify the scalable target on your behalf. This can be either an IAM service role that Application Auto Scaling can assume to make calls to other AWS resources on your behalf, or a service-linked role for the specified service. For more information, see `How Application Auto Scaling works with IAM <https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html>`_ in the *Application Auto Scaling User Guide* . To automatically create a service-linked role (recommended), specify the full ARN of the service-linked role in your stack template. To find the exact ARN of the service-linked role for your AWS or custom resource, see the `Service-linked roles <https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-service-linked-roles.html>`_ topic in the *Application Auto Scaling User Guide* . Look for the ARN in the table at the bottom of the page.
1219
1219
  :param scheduled_actions: The scheduled actions for the scalable target. Duplicates aren't allowed.
@@ -1765,8 +1765,8 @@ class CfnScalableTargetProps:
1765
1765
 
1766
1766
  :param max_capacity: The maximum value that you plan to scale out to. When a scaling policy is in effect, Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to changing demand.
1767
1767
  :param min_capacity: The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand.
1768
- :param resource_id: The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` .
1769
- :param scalable_dimension: The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The desired task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The desired capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
1768
+ :param resource_id: The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` . - Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456`` .
1769
+ :param scalable_dimension: The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component. - ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
1770
1770
  :param service_namespace: The namespace of the AWS service that provides the resource, or a ``custom-resource`` .
1771
1771
  :param role_arn: Specify the Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that allows Application Auto Scaling to modify the scalable target on your behalf. This can be either an IAM service role that Application Auto Scaling can assume to make calls to other AWS resources on your behalf, or a service-linked role for the specified service. For more information, see `How Application Auto Scaling works with IAM <https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html>`_ in the *Application Auto Scaling User Guide* . To automatically create a service-linked role (recommended), specify the full ARN of the service-linked role in your stack template. To find the exact ARN of the service-linked role for your AWS or custom resource, see the `Service-linked roles <https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-service-linked-roles.html>`_ topic in the *Application Auto Scaling User Guide* . Look for the ARN in the table at the bottom of the page.
1772
1772
  :param scheduled_actions: The scheduled actions for the scalable target. Duplicates aren't allowed.
@@ -1882,6 +1882,7 @@ class CfnScalableTargetProps:
1882
1882
  - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` .
1883
1883
  - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` .
1884
1884
  - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` .
1885
+ - Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456`` .
1885
1886
 
1886
1887
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid
1887
1888
  '''
@@ -1895,10 +1896,10 @@ class CfnScalableTargetProps:
1895
1896
 
1896
1897
  This string consists of the service namespace, resource type, and scaling property.
1897
1898
 
1898
- - ``ecs:service:DesiredCount`` - The desired task count of an ECS service.
1899
+ - ``ecs:service:DesiredCount`` - The task count of an ECS service.
1899
1900
  - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group.
1900
1901
  - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet.
1901
- - ``appstream:fleet:DesiredCapacity`` - The desired capacity of an AppStream 2.0 fleet.
1902
+ - ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet.
1902
1903
  - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table.
1903
1904
  - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table.
1904
1905
  - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index.
@@ -1917,6 +1918,7 @@ class CfnScalableTargetProps:
1917
1918
  - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster.
1918
1919
  - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint.
1919
1920
  - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
1921
+ - ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
1920
1922
 
1921
1923
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension
1922
1924
  '''
@@ -2097,8 +2099,8 @@ class CfnScalingPolicy(
2097
2099
  :param id: Construct identifier for this resource (unique in its scope).
2098
2100
  :param policy_name: The name of the scaling policy. Updates to the name of a target tracking scaling policy are not supported, unless you also update the metric used for scaling. To change only a target tracking scaling policy's name, first delete the policy by removing the existing ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource from the template and updating the stack. Then, recreate the resource with the same settings and a different name.
2099
2101
  :param policy_type: The scaling policy type. The following policy types are supported: ``TargetTrackingScaling`` —Not supported for Amazon EMR ``StepScaling`` —Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
2100
- :param resource_id: The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` .
2101
- :param scalable_dimension: The scalable dimension. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The desired task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The desired capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
2102
+ :param resource_id: The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` . - Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456`` .
2103
+ :param scalable_dimension: The scalable dimension. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component. - ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
2102
2104
  :param scaling_target_id: The CloudFormation-generated ID of an Application Auto Scaling scalable target. For more information about the ID, see the Return Value section of the ``AWS::ApplicationAutoScaling::ScalableTarget`` resource. .. epigraph:: You must specify either the ``ScalingTargetId`` property, or the ``ResourceId`` , ``ScalableDimension`` , and ``ServiceNamespace`` properties, but not both.
2103
2105
  :param service_namespace: The namespace of the AWS service that provides the resource, or a ``custom-resource`` .
2104
2106
  :param step_scaling_policy_configuration: A step scaling policy.
@@ -3533,8 +3535,8 @@ class CfnScalingPolicyProps:
3533
3535
 
3534
3536
  :param policy_name: The name of the scaling policy. Updates to the name of a target tracking scaling policy are not supported, unless you also update the metric used for scaling. To change only a target tracking scaling policy's name, first delete the policy by removing the existing ``AWS::ApplicationAutoScaling::ScalingPolicy`` resource from the template and updating the stack. Then, recreate the resource with the same settings and a different name.
3535
3537
  :param policy_type: The scaling policy type. The following policy types are supported: ``TargetTrackingScaling`` —Not supported for Amazon EMR ``StepScaling`` —Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
3536
- :param resource_id: The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` .
3537
- :param scalable_dimension: The scalable dimension. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The desired task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The desired capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
3538
+ :param resource_id: The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. - ECS service - The resource type is ``service`` and the unique identifier is the cluster name and service name. Example: ``service/my-cluster/my-service`` . - Spot Fleet - The resource type is ``spot-fleet-request`` and the unique identifier is the Spot Fleet request ID. Example: ``spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`` . - EMR cluster - The resource type is ``instancegroup`` and the unique identifier is the cluster ID and instance group ID. Example: ``instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0`` . - AppStream 2.0 fleet - The resource type is ``fleet`` and the unique identifier is the fleet name. Example: ``fleet/sample-fleet`` . - DynamoDB table - The resource type is ``table`` and the unique identifier is the table name. Example: ``table/my-table`` . - DynamoDB global secondary index - The resource type is ``index`` and the unique identifier is the index name. Example: ``table/my-table/index/my-table-index`` . - Aurora DB cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:my-db-cluster`` . - SageMaker endpoint variant - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - Custom resources are not supported with a resource type. This parameter must specify the ``OutputValue`` from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our `GitHub repository <https://docs.aws.amazon.com/https://github.com/aws/aws-auto-scaling-custom-resource>`_ . - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`` . - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: ``arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`` . - Lambda provisioned concurrency - The resource type is ``function`` and the unique identifier is the function name with a function version or alias name suffix that is not ``$LATEST`` . Example: ``function:my-function:prod`` or ``function:my-function:1`` . - Amazon Keyspaces table - The resource type is ``table`` and the unique identifier is the table name. Example: ``keyspace/mykeyspace/table/mytable`` . - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: ``arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`` . - Amazon ElastiCache replication group - The resource type is ``replication-group`` and the unique identifier is the replication group name. Example: ``replication-group/mycluster`` . - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` . - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` . - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` . - Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456`` .
3539
+ :param scalable_dimension: The scalable dimension. This string consists of the service namespace, resource type, and scaling property. - ``ecs:service:DesiredCount`` - The task count of an ECS service. - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group. - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet. - ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet. - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table. - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table. - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index. - ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index. - ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. - ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant. - ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service. - ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint. - ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint. - ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function. - ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table. - ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table. - ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster. - ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group. - ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group. - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster. - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint. - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component. - ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
3538
3540
  :param scaling_target_id: The CloudFormation-generated ID of an Application Auto Scaling scalable target. For more information about the ID, see the Return Value section of the ``AWS::ApplicationAutoScaling::ScalableTarget`` resource. .. epigraph:: You must specify either the ``ScalingTargetId`` property, or the ``ResourceId`` , ``ScalableDimension`` , and ``ServiceNamespace`` properties, but not both.
3539
3541
  :param service_namespace: The namespace of the AWS service that provides the resource, or a ``custom-resource`` .
3540
3542
  :param step_scaling_policy_configuration: A step scaling policy.
@@ -3694,6 +3696,7 @@ class CfnScalingPolicyProps:
3694
3696
  - Neptune cluster - The resource type is ``cluster`` and the unique identifier is the cluster name. Example: ``cluster:mycluster`` .
3695
3697
  - SageMaker serverless endpoint - The resource type is ``variant`` and the unique identifier is the resource ID. Example: ``endpoint/my-end-point/variant/KMeansClustering`` .
3696
3698
  - SageMaker inference component - The resource type is ``inference-component`` and the unique identifier is the resource ID. Example: ``inference-component/my-inference-component`` .
3699
+ - Pool of WorkSpaces - The resource type is ``workspacespool`` and the unique identifier is the pool ID. Example: ``workspacespool/wspool-123456`` .
3697
3700
 
3698
3701
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid
3699
3702
  '''
@@ -3704,10 +3707,10 @@ class CfnScalingPolicyProps:
3704
3707
  def scalable_dimension(self) -> typing.Optional[builtins.str]:
3705
3708
  '''The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
3706
3709
 
3707
- - ``ecs:service:DesiredCount`` - The desired task count of an ECS service.
3710
+ - ``ecs:service:DesiredCount`` - The task count of an ECS service.
3708
3711
  - ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group.
3709
3712
  - ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet.
3710
- - ``appstream:fleet:DesiredCapacity`` - The desired capacity of an AppStream 2.0 fleet.
3713
+ - ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet.
3711
3714
  - ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table.
3712
3715
  - ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table.
3713
3716
  - ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index.
@@ -3726,6 +3729,7 @@ class CfnScalingPolicyProps:
3726
3729
  - ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster.
3727
3730
  - ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint.
3728
3731
  - ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.
3732
+ - ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool.
3729
3733
 
3730
3734
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension
3731
3735
  '''
@@ -1273,7 +1273,7 @@ class CfnAgent(
1273
1273
  guardrail_identifier: typing.Optional[builtins.str] = None,
1274
1274
  guardrail_version: typing.Optional[builtins.str] = None,
1275
1275
  ) -> None:
1276
- '''Configuration information for a guardrail that you use with the ``Converse`` action.
1276
+ '''Configuration information for a guardrail that you use with the `Converse <https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html>`_ operation.
1277
1277
 
1278
1278
  :param guardrail_identifier: The identifier for the guardrail.
1279
1279
  :param guardrail_version: The version of the guardrail.
@@ -1844,10 +1844,10 @@ class CfnAgent(
1844
1844
  s3_bucket_name: typing.Optional[builtins.str] = None,
1845
1845
  s3_object_key: typing.Optional[builtins.str] = None,
1846
1846
  ) -> None:
1847
- '''Contains information about the S3 object containing the resource.
1847
+ '''The identifier information for an Amazon S3 bucket.
1848
1848
 
1849
1849
  :param s3_bucket_name: The name of the S3 bucket.
1850
- :param s3_object_key: The S3 object key containing the resource.
1850
+ :param s3_object_key: The S3 object key for the S3 resource.
1851
1851
 
1852
1852
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-s3identifier.html
1853
1853
  :exampleMetadata: fixture=_generated
@@ -1884,7 +1884,7 @@ class CfnAgent(
1884
1884
 
1885
1885
  @builtins.property
1886
1886
  def s3_object_key(self) -> typing.Optional[builtins.str]:
1887
- '''The S3 object key containing the resource.
1887
+ '''The S3 object key for the S3 resource.
1888
1888
 
1889
1889
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-s3identifier.html#cfn-bedrock-agent-s3identifier-s3objectkey
1890
1890
  '''
@@ -2896,10 +2896,10 @@ class CfnDataSource(
2896
2896
  '''
2897
2897
  :param scope: Scope in which this resource is defined.
2898
2898
  :param id: Construct identifier for this resource (unique in its scope).
2899
- :param data_source_configuration: Contains details about how the data source is stored.
2899
+ :param data_source_configuration: The connection configuration for the data source.
2900
2900
  :param knowledge_base_id: The unique identifier of the knowledge base to which the data source belongs.
2901
2901
  :param name: The name of the data source.
2902
- :param data_deletion_policy: The data deletion policy for a data source.
2902
+ :param data_deletion_policy: The data deletion policy for the data source.
2903
2903
  :param description: The description of the data source.
2904
2904
  :param server_side_encryption_configuration: Contains details about the configuration of the server-side encryption.
2905
2905
  :param vector_ingestion_configuration: Contains details about how to ingest the documents in the data source.
@@ -3008,7 +3008,7 @@ class CfnDataSource(
3008
3008
  def data_source_configuration(
3009
3009
  self,
3010
3010
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceConfigurationProperty"]:
3011
- '''Contains details about how the data source is stored.'''
3011
+ '''The connection configuration for the data source.'''
3012
3012
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceConfigurationProperty"], jsii.get(self, "dataSourceConfiguration"))
3013
3013
 
3014
3014
  @data_source_configuration.setter
@@ -3050,7 +3050,7 @@ class CfnDataSource(
3050
3050
  @builtins.property
3051
3051
  @jsii.member(jsii_name="dataDeletionPolicy")
3052
3052
  def data_deletion_policy(self) -> typing.Optional[builtins.str]:
3053
- '''The data deletion policy for a data source.'''
3053
+ '''The data deletion policy for the data source.'''
3054
3054
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "dataDeletionPolicy"))
3055
3055
 
3056
3056
  @data_deletion_policy.setter
@@ -3128,7 +3128,7 @@ class CfnDataSource(
3128
3128
 
3129
3129
  A *chunk* refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
3130
3130
 
3131
- :param chunking_strategy: Knowledge base can split your source data into chunks. A *chunk* refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. You have the following options for chunking your data. If you opt for ``NONE`` , then you may want to pre-process your files by splitting them up such that each file corresponds to a chunk. - ``FIXED_SIZE`` – Amazon Bedrock splits your source data into chunks of the approximate size that you set in the ``fixedSizeChunkingConfiguration`` . - ``NONE`` – Amazon Bedrock treats each file as one chunk. If you choose this option, you may want to pre-process your documents by splitting them into separate files.
3131
+ :param chunking_strategy: Knowledge base can split your source data into chunks. A *chunk* refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. You have the following options for chunking your data. If you opt for ``NONE`` , then you may want to pre-process your files by splitting them up such that each file corresponds to a chunk. - ``FIXED_SIZE`` – Amazon Bedrock splits your source data into chunks of the approximate size that you set in the ``fixedSizeChunkingConfiguration`` . - ``HIERARCHICAL`` – Split documents into layers of chunks where the first layer contains large chunks, and the second layer contains smaller chunks derived from the first layer. - ``SEMANTIC`` – Split documents into chunks based on groups of similar content derived with natural language processing. - ``NONE`` – Amazon Bedrock treats each file as one chunk. If you choose this option, you may want to pre-process your documents by splitting them into separate files.
3132
3132
  :param fixed_size_chunking_configuration: Configurations for when you choose fixed-size chunking. If you set the ``chunkingStrategy`` as ``NONE`` , exclude this field.
3133
3133
 
3134
3134
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-chunkingconfiguration.html
@@ -3167,6 +3167,8 @@ class CfnDataSource(
3167
3167
  A *chunk* refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. You have the following options for chunking your data. If you opt for ``NONE`` , then you may want to pre-process your files by splitting them up such that each file corresponds to a chunk.
3168
3168
 
3169
3169
  - ``FIXED_SIZE`` – Amazon Bedrock splits your source data into chunks of the approximate size that you set in the ``fixedSizeChunkingConfiguration`` .
3170
+ - ``HIERARCHICAL`` – Split documents into layers of chunks where the first layer contains large chunks, and the second layer contains smaller chunks derived from the first layer.
3171
+ - ``SEMANTIC`` – Split documents into chunks based on groups of similar content derived with natural language processing.
3170
3172
  - ``NONE`` – Amazon Bedrock treats each file as one chunk. If you choose this option, you may want to pre-process your documents by splitting them into separate files.
3171
3173
 
3172
3174
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-chunkingconfiguration.html#cfn-bedrock-datasource-chunkingconfiguration-chunkingstrategy
@@ -3211,10 +3213,10 @@ class CfnDataSource(
3211
3213
  s3_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.S3DataSourceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
3212
3214
  type: builtins.str,
3213
3215
  ) -> None:
3214
- '''Contains details about how a data source is stored.
3216
+ '''The connection configuration for the data source.
3215
3217
 
3216
- :param s3_configuration: Contains details about the configuration of the S3 object containing the data source.
3217
- :param type: The type of storage for the data source.
3218
+ :param s3_configuration: The configuration information to connect to Amazon S3 as your data source.
3219
+ :param type: The type of data source.
3218
3220
 
3219
3221
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-datasourceconfiguration.html
3220
3222
  :exampleMetadata: fixture=_generated
@@ -3249,7 +3251,7 @@ class CfnDataSource(
3249
3251
  def s3_configuration(
3250
3252
  self,
3251
3253
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataSource.S3DataSourceConfigurationProperty"]:
3252
- '''Contains details about the configuration of the S3 object containing the data source.
3254
+ '''The configuration information to connect to Amazon S3 as your data source.
3253
3255
 
3254
3256
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-datasourceconfiguration.html#cfn-bedrock-datasource-datasourceconfiguration-s3configuration
3255
3257
  '''
@@ -3259,7 +3261,7 @@ class CfnDataSource(
3259
3261
 
3260
3262
  @builtins.property
3261
3263
  def type(self) -> builtins.str:
3262
- '''The type of storage for the data source.
3264
+ '''The type of data source.
3263
3265
 
3264
3266
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-datasourceconfiguration.html#cfn-bedrock-datasource-datasourceconfiguration-type
3265
3267
  '''
@@ -3371,11 +3373,11 @@ class CfnDataSource(
3371
3373
  bucket_owner_account_id: typing.Optional[builtins.str] = None,
3372
3374
  inclusion_prefixes: typing.Optional[typing.Sequence[builtins.str]] = None,
3373
3375
  ) -> None:
3374
- '''Contains information about the S3 configuration of the data source.
3376
+ '''The configuration information to connect to Amazon S3 as your data source.
3375
3377
 
3376
- :param bucket_arn: The Amazon Resource Name (ARN) of the bucket that contains the data source.
3377
- :param bucket_owner_account_id: The bucket account owner ID for the S3 bucket.
3378
- :param inclusion_prefixes: A list of S3 prefixes that define the object containing the data sources. For more information, see `Organizing objects using prefixes <https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html>`_ .
3378
+ :param bucket_arn: The Amazon Resource Name (ARN) of the S3 bucket that contains your data.
3379
+ :param bucket_owner_account_id: The account ID for the owner of the S3 bucket.
3380
+ :param inclusion_prefixes: A list of S3 prefixes to include certain files or content. For more information, see `Organizing objects using prefixes <https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html>`_ .
3379
3381
 
3380
3382
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-s3datasourceconfiguration.html
3381
3383
  :exampleMetadata: fixture=_generated
@@ -3409,7 +3411,7 @@ class CfnDataSource(
3409
3411
 
3410
3412
  @builtins.property
3411
3413
  def bucket_arn(self) -> builtins.str:
3412
- '''The Amazon Resource Name (ARN) of the bucket that contains the data source.
3414
+ '''The Amazon Resource Name (ARN) of the S3 bucket that contains your data.
3413
3415
 
3414
3416
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-s3datasourceconfiguration.html#cfn-bedrock-datasource-s3datasourceconfiguration-bucketarn
3415
3417
  '''
@@ -3419,7 +3421,7 @@ class CfnDataSource(
3419
3421
 
3420
3422
  @builtins.property
3421
3423
  def bucket_owner_account_id(self) -> typing.Optional[builtins.str]:
3422
- '''The bucket account owner ID for the S3 bucket.
3424
+ '''The account ID for the owner of the S3 bucket.
3423
3425
 
3424
3426
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-s3datasourceconfiguration.html#cfn-bedrock-datasource-s3datasourceconfiguration-bucketowneraccountid
3425
3427
  '''
@@ -3428,7 +3430,7 @@ class CfnDataSource(
3428
3430
 
3429
3431
  @builtins.property
3430
3432
  def inclusion_prefixes(self) -> typing.Optional[typing.List[builtins.str]]:
3431
- '''A list of S3 prefixes that define the object containing the data sources.
3433
+ '''A list of S3 prefixes to include certain files or content.
3432
3434
 
3433
3435
  For more information, see `Organizing objects using prefixes <https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html>`_ .
3434
3436
 
@@ -3598,10 +3600,10 @@ class CfnDataSourceProps:
3598
3600
  ) -> None:
3599
3601
  '''Properties for defining a ``CfnDataSource``.
3600
3602
 
3601
- :param data_source_configuration: Contains details about how the data source is stored.
3603
+ :param data_source_configuration: The connection configuration for the data source.
3602
3604
  :param knowledge_base_id: The unique identifier of the knowledge base to which the data source belongs.
3603
3605
  :param name: The name of the data source.
3604
- :param data_deletion_policy: The data deletion policy for a data source.
3606
+ :param data_deletion_policy: The data deletion policy for the data source.
3605
3607
  :param description: The description of the data source.
3606
3608
  :param server_side_encryption_configuration: Contains details about the configuration of the server-side encryption.
3607
3609
  :param vector_ingestion_configuration: Contains details about how to ingest the documents in the data source.
@@ -3675,7 +3677,7 @@ class CfnDataSourceProps:
3675
3677
  def data_source_configuration(
3676
3678
  self,
3677
3679
  ) -> typing.Union[_IResolvable_da3f097b, CfnDataSource.DataSourceConfigurationProperty]:
3678
- '''Contains details about how the data source is stored.
3680
+ '''The connection configuration for the data source.
3679
3681
 
3680
3682
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-datasource.html#cfn-bedrock-datasource-datasourceconfiguration
3681
3683
  '''
@@ -3705,7 +3707,7 @@ class CfnDataSourceProps:
3705
3707
 
3706
3708
  @builtins.property
3707
3709
  def data_deletion_policy(self) -> typing.Optional[builtins.str]:
3708
- '''The data deletion policy for a data source.
3710
+ '''The data deletion policy for the data source.
3709
3711
 
3710
3712
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-datasource.html#cfn-bedrock-datasource-datadeletionpolicy
3711
3713
  '''
@@ -5884,7 +5886,9 @@ class CfnKnowledgeBase(
5884
5886
  type: builtins.str,
5885
5887
  vector_knowledge_base_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnKnowledgeBase.VectorKnowledgeBaseConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
5886
5888
  ) -> None:
5887
- '''Contains details about the embeddings configuration of the knowledge base.
5889
+ '''Configurations to apply to a knowledge base attached to the agent during query.
5890
+
5891
+ For more information, see `Knowledge base retrieval configurations <https://docs.aws.amazon.com/bedrock/latest/userguide/agents-session-state.html#session-state-kb>`_ .
5888
5892
 
5889
5893
  :param type: The type of data that the data source is converted into for the knowledge base.
5890
5894
  :param vector_knowledge_base_configuration: Contains details about the embeddings model that'sused to convert the data source.
@@ -6967,7 +6971,21 @@ class FoundationModelIdentifier(
6967
6971
  import aws_cdk.aws_bedrock as bedrock
6968
6972
 
6969
6973
 
6970
- bedrock.FoundationModel.from_foundation_model_id(self, "Model", bedrock.FoundationModelIdentifier.ANTHROPIC_CLAUDE_V2)
6974
+ model = bedrock.FoundationModel.from_foundation_model_id(self, "Model", bedrock.FoundationModelIdentifier.AMAZON_TITAN_TEXT_G1_EXPRESS_V1)
6975
+
6976
+ task = tasks.BedrockInvokeModel(self, "Prompt Model",
6977
+ model=model,
6978
+ body=sfn.TaskInput.from_object({
6979
+ "input_text": "Generate a list of five first names.",
6980
+ "text_generation_config": {
6981
+ "max_token_count": 100,
6982
+ "temperature": 1
6983
+ }
6984
+ }),
6985
+ result_selector={
6986
+ "names": sfn.JsonPath.string_at("$.Body.results[0].outputText")
6987
+ }
6988
+ )
6971
6989
  '''
6972
6990
 
6973
6991
  def __init__(self, model_id: builtins.str) -> None:
@@ -7526,7 +7544,21 @@ class FoundationModel(
7526
7544
  import aws_cdk.aws_bedrock as bedrock
7527
7545
 
7528
7546
 
7529
- bedrock.FoundationModel.from_foundation_model_id(self, "Model", bedrock.FoundationModelIdentifier.ANTHROPIC_CLAUDE_V2)
7547
+ model = bedrock.FoundationModel.from_foundation_model_id(self, "Model", bedrock.FoundationModelIdentifier.AMAZON_TITAN_TEXT_G1_EXPRESS_V1)
7548
+
7549
+ task = tasks.BedrockInvokeModel(self, "Prompt Model",
7550
+ model=model,
7551
+ body=sfn.TaskInput.from_object({
7552
+ "input_text": "Generate a list of five first names.",
7553
+ "text_generation_config": {
7554
+ "max_token_count": 100,
7555
+ "temperature": 1
7556
+ }
7557
+ }),
7558
+ result_selector={
7559
+ "names": sfn.JsonPath.string_at("$.Body.results[0].outputText")
7560
+ }
7561
+ )
7530
7562
  '''
7531
7563
 
7532
7564
  @jsii.member(jsii_name="fromFoundationModelId")
@@ -4255,7 +4255,7 @@ class CfnStackSet(
4255
4255
  ) -> None:
4256
4256
  '''The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
4257
4257
 
4258
- :param account_filter_type: Limit deployment targets to individual accounts or include additional accounts with provided OUs. The following is a list of possible values for the ``AccountFilterType`` operation. - ``INTERSECTION`` : StackSets deploys to the accounts specified in ``Accounts`` parameter. - ``DIFFERENCE`` : StackSets excludes the accounts specified in ``Accounts`` parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. - ``UNION`` : StackSets includes additional accounts deployment targets. This is the default value if ``AccountFilterType`` is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. - ``NONE`` : Deploys to all the accounts in specified organizational units (OU).
4258
+ :param account_filter_type: Limit deployment targets to individual accounts or include additional accounts with provided OUs. The following is a list of possible values for the ``AccountFilterType`` operation. - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` parameter. - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` parameter. - ``UNION`` isn't supported when using StackSet as a resource.
4259
4259
  :param accounts: The names of one or more AWS accounts for which you want to deploy stack set updates. *Pattern* : ``^[0-9]{12}$``
4260
4260
  :param accounts_url: Returns the value of the ``AccountsUrl`` property.
4261
4261
  :param organizational_unit_ids: The organization root ID or organizational unit (OU) IDs to which StackSets deploys. *Pattern* : ``^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$``
@@ -4298,13 +4298,9 @@ class CfnStackSet(
4298
4298
 
4299
4299
  The following is a list of possible values for the ``AccountFilterType`` operation.
4300
4300
 
4301
- - ``INTERSECTION`` : StackSets deploys to the accounts specified in ``Accounts`` parameter.
4302
- - ``DIFFERENCE`` : StackSets excludes the accounts specified in ``Accounts`` parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.
4303
- - ``UNION`` : StackSets includes additional accounts deployment targets.
4304
-
4305
- This is the default value if ``AccountFilterType`` is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.
4306
-
4307
- - ``NONE`` : Deploys to all the accounts in specified organizational units (OU).
4301
+ - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` parameter.
4302
+ - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` parameter.
4303
+ - ``UNION`` isn't supported when using StackSet as a resource.
4308
4304
 
4309
4305
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountfiltertype
4310
4306
  '''