aws-cdk-lib 2.105.0__tar.gz → 2.106.1__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 (279) hide show
  1. {aws-cdk-lib-2.105.0/src/aws_cdk_lib.egg-info → aws-cdk-lib-2.106.1}/PKG-INFO +1 -1
  2. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/setup.py +4 -4
  3. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/__init__.py +59 -69
  4. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/_jsii/__init__.py +1 -1
  5. aws-cdk-lib-2.105.0/src/aws_cdk/_jsii/aws-cdk-lib@2.105.0.jsii.tgz → aws-cdk-lib-2.106.1/src/aws_cdk/_jsii/aws-cdk-lib@2.106.1.jsii.tgz +0 -0
  6. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_amplify/__init__.py +12 -12
  7. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_appconfig/__init__.py +25 -11
  8. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_appintegrations/__init__.py +60 -60
  9. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_apprunner/__init__.py +22 -3
  10. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_appstream/__init__.py +12 -5
  11. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_appsync/__init__.py +4 -4
  12. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_autoscaling/__init__.py +8 -0
  13. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloudformation/__init__.py +59 -69
  14. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codepipeline/__init__.py +3 -0
  15. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cognito/__init__.py +23 -31
  16. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_config/__init__.py +46 -41
  17. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_datapipeline/__init__.py +54 -54
  18. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_directoryservice/__init__.py +45 -45
  19. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ec2/__init__.py +163 -21
  20. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ecs/__init__.py +52 -68
  21. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_eks/__init__.py +55 -9
  22. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_entityresolution/__init__.py +9 -0
  23. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_events/__init__.py +0 -8
  24. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_eventschemas/__init__.py +12 -12
  25. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_gamelift/__init__.py +4 -6
  26. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_internetmonitor/__init__.py +12 -10
  27. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iot/__init__.py +10 -11
  28. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lakeformation/__init__.py +8 -5
  29. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lambda/__init__.py +30 -0
  30. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_msk/__init__.py +3 -3
  31. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_networkmanager/__init__.py +1 -1
  32. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_pinpoint/__init__.py +94 -94
  33. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_quicksight/__init__.py +189 -264
  34. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_rds/__init__.py +267 -36
  35. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_rolesanywhere/__init__.py +53 -41
  36. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_route53/__init__.py +3 -7
  37. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_s3/__init__.py +191 -2
  38. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_sam/__init__.py +42 -47
  39. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +2 -4
  40. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ssm/__init__.py +4 -4
  41. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +9 -2
  42. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_vpclattice/__init__.py +2 -6
  43. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_wafv2/__init__.py +21 -8
  44. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1/src/aws_cdk_lib.egg-info}/PKG-INFO +1 -1
  45. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
  46. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk_lib.egg-info/requires.txt +2 -2
  47. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/LICENSE +0 -0
  48. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/MANIFEST.in +0 -0
  49. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/NOTICE +0 -0
  50. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/README.md +0 -0
  51. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/pyproject.toml +0 -0
  52. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/setup.cfg +0 -0
  53. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/alexa_ask/__init__.py +0 -0
  54. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/assertions/__init__.py +0 -0
  55. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
  56. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_acmpca/__init__.py +0 -0
  57. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
  58. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
  59. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_apigateway/__init__.py +0 -0
  60. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
  61. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_appflow/__init__.py +0 -0
  62. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
  63. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
  64. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
  65. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_aps/__init__.py +0 -0
  66. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_athena/__init__.py +0 -0
  67. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
  68. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
  69. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
  70. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
  71. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_backup/__init__.py +0 -0
  72. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
  73. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_batch/__init__.py +0 -0
  74. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
  75. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_budgets/__init__.py +0 -0
  76. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
  77. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ce/__init__.py +0 -0
  78. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
  79. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
  80. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
  81. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
  82. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloudfront/__init__.py +0 -0
  83. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
  84. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
  85. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloudtrail/__init__.py +0 -0
  86. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloudwatch/__init__.py +0 -0
  87. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
  88. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
  89. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codebuild/__init__.py +0 -0
  90. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
  91. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
  92. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
  93. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
  94. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
  95. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codestar/__init__.py +0 -0
  96. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
  97. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
  98. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
  99. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_connect/__init__.py +0 -0
  100. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
  101. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_controltower/__init__.py +0 -0
  102. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_cur/__init__.py +0 -0
  103. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
  104. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_databrew/__init__.py +0 -0
  105. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_datasync/__init__.py +0 -0
  106. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_dax/__init__.py +0 -0
  107. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_detective/__init__.py +0 -0
  108. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
  109. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
  110. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_dlm/__init__.py +0 -0
  111. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_dms/__init__.py +0 -0
  112. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_docdb/__init__.py +0 -0
  113. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
  114. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
  115. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ecr/__init__.py +0 -0
  116. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
  117. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
  118. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_efs/__init__.py +0 -0
  119. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
  120. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
  121. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
  122. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +0 -0
  123. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
  124. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
  125. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
  126. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_emr/__init__.py +0 -0
  127. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
  128. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
  129. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
  130. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_evidently/__init__.py +0 -0
  131. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_finspace/__init__.py +0 -0
  132. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_fis/__init__.py +0 -0
  133. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_fms/__init__.py +0 -0
  134. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_forecast/__init__.py +0 -0
  135. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
  136. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_fsx/__init__.py +0 -0
  137. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
  138. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
  139. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_glue/__init__.py +0 -0
  140. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_grafana/__init__.py +0 -0
  141. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
  142. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
  143. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
  144. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
  145. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
  146. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
  147. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iam/__init__.py +0 -0
  148. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
  149. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
  150. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_inspector/__init__.py +0 -0
  151. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
  152. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iot1click/__init__.py +0 -0
  153. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
  154. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
  155. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
  156. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
  157. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
  158. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
  159. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
  160. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
  161. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
  162. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ivs/__init__.py +0 -0
  163. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
  164. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
  165. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kendra/__init__.py +0 -0
  166. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
  167. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
  168. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
  169. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
  170. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
  171. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
  172. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_kms/__init__.py +0 -0
  173. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
  174. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
  175. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
  176. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lex/__init__.py +0 -0
  177. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
  178. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
  179. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_location/__init__.py +0 -0
  180. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_logs/__init__.py +0 -0
  181. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
  182. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
  183. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
  184. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
  185. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_m2/__init__.py +0 -0
  186. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_macie/__init__.py +0 -0
  187. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
  188. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
  189. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
  190. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_medialive/__init__.py +0 -0
  191. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
  192. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
  193. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
  194. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
  195. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
  196. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
  197. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_neptune/__init__.py +0 -0
  198. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_networkfirewall/__init__.py +0 -0
  199. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
  200. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_oam/__init__.py +0 -0
  201. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_omics/__init__.py +0 -0
  202. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
  203. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_opensearchservice/__init__.py +0 -0
  204. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
  205. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
  206. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_organizations/__init__.py +0 -0
  207. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_osis/__init__.py +0 -0
  208. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_panorama/__init__.py +0 -0
  209. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
  210. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_personalize/__init__.py +0 -0
  211. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
  212. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_pipes/__init__.py +0 -0
  213. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_proton/__init__.py +0 -0
  214. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_qldb/__init__.py +0 -0
  215. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ram/__init__.py +0 -0
  216. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_redshift/__init__.py +0 -0
  217. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
  218. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
  219. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
  220. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
  221. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
  222. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
  223. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
  224. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
  225. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
  226. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
  227. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
  228. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
  229. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_rum/__init__.py +0 -0
  230. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
  231. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
  232. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
  233. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
  234. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
  235. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_sagemaker/__init__.py +0 -0
  236. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
  237. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_sdb/__init__.py +0 -0
  238. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
  239. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
  240. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
  241. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
  242. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ses/__init__.py +0 -0
  243. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
  244. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_shield/__init__.py +0 -0
  245. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_signer/__init__.py +0 -0
  246. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
  247. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_sns/__init__.py +0 -0
  248. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
  249. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_sqs/__init__.py +0 -0
  250. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
  251. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
  252. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_sso/__init__.py +0 -0
  253. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_stepfunctions/__init__.py +0 -0
  254. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
  255. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_synthetics/__init__.py +0 -0
  256. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
  257. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_timestream/__init__.py +0 -0
  258. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_transfer/__init__.py +0 -0
  259. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
  260. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
  261. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_waf/__init__.py +0 -0
  262. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
  263. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
  264. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
  265. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
  266. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/aws_xray/__init__.py +0 -0
  267. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
  268. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
  269. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/custom_resources/__init__.py +0 -0
  270. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/cx_api/__init__.py +0 -0
  271. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
  272. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/lambda_layer_kubectl/__init__.py +0 -0
  273. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
  274. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/pipelines/__init__.py +0 -0
  275. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/py.typed +0 -0
  276. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/region_info/__init__.py +0 -0
  277. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk/triggers/__init__.py +0 -0
  278. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
  279. {aws-cdk-lib-2.105.0 → aws-cdk-lib-2.106.1}/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.105.0
3
+ Version: 2.106.1
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.105.0",
8
+ "version": "2.106.1",
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",
@@ -288,7 +288,7 @@ kwargs = json.loads(
288
288
  ],
289
289
  "package_data": {
290
290
  "aws_cdk._jsii": [
291
- "aws-cdk-lib@2.105.0.jsii.tgz"
291
+ "aws-cdk-lib@2.106.1.jsii.tgz"
292
292
  ],
293
293
  "aws_cdk": [
294
294
  "py.typed"
@@ -296,11 +296,11 @@ kwargs = json.loads(
296
296
  },
297
297
  "python_requires": "~=3.7",
298
298
  "install_requires": [
299
- "aws-cdk.asset-awscli-v1>=2.2.200, <3.0.0",
299
+ "aws-cdk.asset-awscli-v1>=2.2.201, <3.0.0",
300
300
  "aws-cdk.asset-kubectl-v20>=2.1.2, <3.0.0",
301
301
  "aws-cdk.asset-node-proxy-agent-v6>=2.0.1, <3.0.0",
302
302
  "constructs>=10.0.0, <11.0.0",
303
- "jsii>=1.89.0, <2.0.0",
303
+ "jsii>=1.91.0, <2.0.0",
304
304
  "publication>=0.0.3",
305
305
  "typeguard~=2.13.3"
306
306
  ],
@@ -7945,10 +7945,10 @@ class CfnRuleProps:
7945
7945
  jsii_type="aws-cdk-lib.CfnStackProps",
7946
7946
  jsii_struct_bases=[],
7947
7947
  name_mapping={
7948
- "template_url": "templateUrl",
7949
7948
  "notification_arns": "notificationArns",
7950
7949
  "parameters": "parameters",
7951
7950
  "tags": "tags",
7951
+ "template_url": "templateUrl",
7952
7952
  "timeout_in_minutes": "timeoutInMinutes",
7953
7953
  },
7954
7954
  )
@@ -7956,18 +7956,18 @@ class CfnStackProps:
7956
7956
  def __init__(
7957
7957
  self,
7958
7958
  *,
7959
- template_url: builtins.str,
7960
7959
  notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
7961
7960
  parameters: typing.Optional[typing.Union["IResolvable", typing.Mapping[builtins.str, builtins.str]]] = None,
7962
7961
  tags: typing.Optional[typing.Sequence[typing.Union["CfnTag", typing.Dict[builtins.str, typing.Any]]]] = None,
7962
+ template_url: typing.Optional[builtins.str] = None,
7963
7963
  timeout_in_minutes: typing.Optional[jsii.Number] = None,
7964
7964
  ) -> None:
7965
7965
  '''Properties for defining a ``CfnStack``.
7966
7966
 
7967
- :param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
7968
7967
  :param notification_arns: The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
7969
7968
  :param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Conditional. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
7970
7969
  :param tags: Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
7970
+ :param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
7971
7971
  :param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
7972
7972
 
7973
7973
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
@@ -7980,9 +7980,6 @@ class CfnStackProps:
7980
7980
  import aws_cdk as cdk
7981
7981
 
7982
7982
  cfn_stack_props = cdk.CfnStackProps(
7983
- template_url="templateUrl",
7984
-
7985
- # the properties below are optional
7986
7983
  notification_arns=["notificationArns"],
7987
7984
  parameters={
7988
7985
  "parameters_key": "parameters"
@@ -7991,42 +7988,29 @@ class CfnStackProps:
7991
7988
  key="key",
7992
7989
  value="value"
7993
7990
  )],
7991
+ template_url="templateUrl",
7994
7992
  timeout_in_minutes=123
7995
7993
  )
7996
7994
  '''
7997
7995
  if __debug__:
7998
7996
  type_hints = typing.get_type_hints(_typecheckingstub__9fb527d4bac73dc363319bbe1cf2be973d3eb9db93eb4ec913a8151682c3f223)
7999
- check_type(argname="argument template_url", value=template_url, expected_type=type_hints["template_url"])
8000
7997
  check_type(argname="argument notification_arns", value=notification_arns, expected_type=type_hints["notification_arns"])
8001
7998
  check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
8002
7999
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
8000
+ check_type(argname="argument template_url", value=template_url, expected_type=type_hints["template_url"])
8003
8001
  check_type(argname="argument timeout_in_minutes", value=timeout_in_minutes, expected_type=type_hints["timeout_in_minutes"])
8004
- self._values: typing.Dict[builtins.str, typing.Any] = {
8005
- "template_url": template_url,
8006
- }
8002
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
8007
8003
  if notification_arns is not None:
8008
8004
  self._values["notification_arns"] = notification_arns
8009
8005
  if parameters is not None:
8010
8006
  self._values["parameters"] = parameters
8011
8007
  if tags is not None:
8012
8008
  self._values["tags"] = tags
8009
+ if template_url is not None:
8010
+ self._values["template_url"] = template_url
8013
8011
  if timeout_in_minutes is not None:
8014
8012
  self._values["timeout_in_minutes"] = timeout_in_minutes
8015
8013
 
8016
- @builtins.property
8017
- def template_url(self) -> builtins.str:
8018
- '''Location of file containing the template body.
8019
-
8020
- The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ .
8021
-
8022
- Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
8023
-
8024
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html#cfn-cloudformation-stack-templateurl
8025
- '''
8026
- result = self._values.get("template_url")
8027
- assert result is not None, "Required property 'template_url' is missing"
8028
- return typing.cast(builtins.str, result)
8029
-
8030
8014
  @builtins.property
8031
8015
  def notification_arns(self) -> typing.Optional[typing.List[builtins.str]]:
8032
8016
  '''The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events.
@@ -8069,6 +8053,19 @@ class CfnStackProps:
8069
8053
  result = self._values.get("tags")
8070
8054
  return typing.cast(typing.Optional[typing.List["CfnTag"]], result)
8071
8055
 
8056
+ @builtins.property
8057
+ def template_url(self) -> typing.Optional[builtins.str]:
8058
+ '''Location of file containing the template body.
8059
+
8060
+ The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ .
8061
+
8062
+ Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
8063
+
8064
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html#cfn-cloudformation-stack-templateurl
8065
+ '''
8066
+ result = self._values.get("template_url")
8067
+ return typing.cast(typing.Optional[builtins.str], result)
8068
+
8072
8069
  @builtins.property
8073
8070
  def timeout_in_minutes(self) -> typing.Optional[jsii.Number]:
8074
8071
  '''The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state.
@@ -8138,7 +8135,7 @@ class CfnStackSetProps:
8138
8135
  '''Properties for defining a ``CfnStackSet``.
8139
8136
 
8140
8137
  :param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant Self-Managed Stack Set Permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations .
8141
- :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set. *Maximum* : ``128`` *Pattern* : ``^[a-zA-Z][a-zA-Z0-9-]{0,127}$`` .. epigraph:: The ``StackSetName`` property is required.
8138
+ :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set. .. epigraph:: The ``StackSetName`` property is required.
8142
8139
  :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Prerequisites: Granting Permissions for Stack Set Operations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html>`_ in the *AWS CloudFormation User Guide* . *Minimum* : ``20`` *Maximum* : ``2048``
8143
8140
  :param auto_deployment: [ ``Service-managed`` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
8144
8141
  :param call_as: [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. *Valid Values* : ``SELF`` | ``DELEGATED_ADMIN``
@@ -8149,8 +8146,8 @@ class CfnStackSetProps:
8149
8146
  :param operation_preferences: The user-specified preferences for how AWS CloudFormation performs a stack set operation.
8150
8147
  :param parameters: The input parameters for the stack set template.
8151
8148
  :param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
8152
- :param tags: The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
8153
- :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead. *Minimum* : ``1`` *Maximum* : ``51200``
8149
+ :param tags: Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.
8150
+ :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
8154
8151
  :param template_url: Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to `Template Anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
8155
8152
 
8156
8153
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
@@ -8280,10 +8277,6 @@ class CfnStackSetProps:
8280
8277
  '''The name to associate with the stack set.
8281
8278
 
8282
8279
  The name must be unique in the Region where you create your stack set.
8283
-
8284
- *Maximum* : ``128``
8285
-
8286
- *Pattern* : ``^[a-zA-Z][a-zA-Z0-9-]{0,127}$``
8287
8280
  .. epigraph::
8288
8281
 
8289
8282
  The ``StackSetName`` property is required.
@@ -8436,9 +8429,11 @@ class CfnStackSetProps:
8436
8429
 
8437
8430
  @builtins.property
8438
8431
  def tags(self) -> typing.Optional[typing.List["CfnTag"]]:
8439
- '''The key-value pairs to associate with this stack set and the stacks created from it.
8432
+ '''Key-value pairs to associate with this stack.
8433
+
8434
+ AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags.
8440
8435
 
8441
- AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
8436
+ If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.
8442
8437
 
8443
8438
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-tags
8444
8439
  '''
@@ -8451,10 +8446,6 @@ class CfnStackSetProps:
8451
8446
 
8452
8447
  You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
8453
8448
 
8454
- *Minimum* : ``1``
8455
-
8456
- *Maximum* : ``51200``
8457
-
8458
8449
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody
8459
8450
  '''
8460
8451
  result = self._values.get("template_body")
@@ -29054,9 +29045,6 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29054
29045
  import aws_cdk as cdk
29055
29046
 
29056
29047
  cfn_stack = cdk.CfnStack(self, "MyCfnStack",
29057
- template_url="templateUrl",
29058
-
29059
- # the properties below are optional
29060
29048
  notification_arns=["notificationArns"],
29061
29049
  parameters={
29062
29050
  "parameters_key": "parameters"
@@ -29065,6 +29053,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29065
29053
  key="key",
29066
29054
  value="value"
29067
29055
  )],
29056
+ template_url="templateUrl",
29068
29057
  timeout_in_minutes=123
29069
29058
  )
29070
29059
  '''
@@ -29074,19 +29063,19 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29074
29063
  scope: _constructs_77d1e7e8.Construct,
29075
29064
  id: builtins.str,
29076
29065
  *,
29077
- template_url: builtins.str,
29078
29066
  notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
29079
29067
  parameters: typing.Optional[typing.Union[IResolvable, typing.Mapping[builtins.str, builtins.str]]] = None,
29080
29068
  tags: typing.Optional[typing.Sequence[typing.Union[CfnTag, typing.Dict[builtins.str, typing.Any]]]] = None,
29069
+ template_url: typing.Optional[builtins.str] = None,
29081
29070
  timeout_in_minutes: typing.Optional[jsii.Number] = None,
29082
29071
  ) -> None:
29083
29072
  '''
29084
29073
  :param scope: Scope in which this resource is defined.
29085
29074
  :param id: Construct identifier for this resource (unique in its scope).
29086
- :param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
29087
29075
  :param notification_arns: The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
29088
29076
  :param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Conditional. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
29089
29077
  :param tags: Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
29078
+ :param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
29090
29079
  :param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
29091
29080
  '''
29092
29081
  if __debug__:
@@ -29094,10 +29083,10 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29094
29083
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29095
29084
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29096
29085
  props = CfnStackProps(
29097
- template_url=template_url,
29098
29086
  notification_arns=notification_arns,
29099
29087
  parameters=parameters,
29100
29088
  tags=tags,
29089
+ template_url=template_url,
29101
29090
  timeout_in_minutes=timeout_in_minutes,
29102
29091
  )
29103
29092
 
@@ -29224,19 +29213,6 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29224
29213
  '''Tag Manager which manages the tags for this resource.'''
29225
29214
  return typing.cast(TagManager, jsii.get(self, "tags"))
29226
29215
 
29227
- @builtins.property
29228
- @jsii.member(jsii_name="templateUrl")
29229
- def template_url(self) -> builtins.str:
29230
- '''Location of file containing the template body.'''
29231
- return typing.cast(builtins.str, jsii.get(self, "templateUrl"))
29232
-
29233
- @template_url.setter
29234
- def template_url(self, value: builtins.str) -> None:
29235
- if __debug__:
29236
- type_hints = typing.get_type_hints(_typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b)
29237
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29238
- jsii.set(self, "templateUrl", value)
29239
-
29240
29216
  @builtins.property
29241
29217
  @jsii.member(jsii_name="notificationArns")
29242
29218
  def notification_arns(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -29284,6 +29260,19 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29284
29260
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29285
29261
  jsii.set(self, "tagsRaw", value)
29286
29262
 
29263
+ @builtins.property
29264
+ @jsii.member(jsii_name="templateUrl")
29265
+ def template_url(self) -> typing.Optional[builtins.str]:
29266
+ '''Location of file containing the template body.'''
29267
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
29268
+
29269
+ @template_url.setter
29270
+ def template_url(self, value: typing.Optional[builtins.str]) -> None:
29271
+ if __debug__:
29272
+ type_hints = typing.get_type_hints(_typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b)
29273
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29274
+ jsii.set(self, "templateUrl", value)
29275
+
29287
29276
  @builtins.property
29288
29277
  @jsii.member(jsii_name="timeoutInMinutes")
29289
29278
  def timeout_in_minutes(self) -> typing.Optional[jsii.Number]:
@@ -29504,7 +29493,7 @@ class CfnStackSet(
29504
29493
  :param scope: Scope in which this resource is defined.
29505
29494
  :param id: Construct identifier for this resource (unique in its scope).
29506
29495
  :param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant Self-Managed Stack Set Permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations .
29507
- :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set. *Maximum* : ``128`` *Pattern* : ``^[a-zA-Z][a-zA-Z0-9-]{0,127}$`` .. epigraph:: The ``StackSetName`` property is required.
29496
+ :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set. .. epigraph:: The ``StackSetName`` property is required.
29508
29497
  :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Prerequisites: Granting Permissions for Stack Set Operations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html>`_ in the *AWS CloudFormation User Guide* . *Minimum* : ``20`` *Maximum* : ``2048``
29509
29498
  :param auto_deployment: [ ``Service-managed`` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
29510
29499
  :param call_as: [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. *Valid Values* : ``SELF`` | ``DELEGATED_ADMIN``
@@ -29515,8 +29504,8 @@ class CfnStackSet(
29515
29504
  :param operation_preferences: The user-specified preferences for how AWS CloudFormation performs a stack set operation.
29516
29505
  :param parameters: The input parameters for the stack set template.
29517
29506
  :param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
29518
- :param tags: The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
29519
- :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead. *Minimum* : ``1`` *Maximum* : ``51200``
29507
+ :param tags: Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.
29508
+ :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
29520
29509
  :param template_url: Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to `Template Anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
29521
29510
  '''
29522
29511
  if __debug__:
@@ -29772,7 +29761,7 @@ class CfnStackSet(
29772
29761
  @builtins.property
29773
29762
  @jsii.member(jsii_name="tagsRaw")
29774
29763
  def tags_raw(self) -> typing.Optional[typing.List[CfnTag]]:
29775
- '''The key-value pairs to associate with this stack set and the stacks created from it.'''
29764
+ '''Key-value pairs to associate with this stack.'''
29776
29765
  return typing.cast(typing.Optional[typing.List[CfnTag]], jsii.get(self, "tagsRaw"))
29777
29766
 
29778
29767
  @tags_raw.setter
@@ -30993,7 +30982,8 @@ class CfnWaitConditionHandle(
30993
30982
  @builtins.property
30994
30983
  @jsii.member(jsii_name="attrId")
30995
30984
  def attr_id(self) -> builtins.str:
30996
- '''
30985
+ '''A unique identifier for the resource.
30986
+
30997
30987
  :cloudformationAttribute: Id
30998
30988
  '''
30999
30989
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -34554,10 +34544,10 @@ def _typecheckingstub__b4a89ebbdf831c87a631869cbefb7a1b6d6a2f1ce5b8030f61d58f473
34554
34544
 
34555
34545
  def _typecheckingstub__9fb527d4bac73dc363319bbe1cf2be973d3eb9db93eb4ec913a8151682c3f223(
34556
34546
  *,
34557
- template_url: builtins.str,
34558
34547
  notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
34559
34548
  parameters: typing.Optional[typing.Union[IResolvable, typing.Mapping[builtins.str, builtins.str]]] = None,
34560
34549
  tags: typing.Optional[typing.Sequence[typing.Union[CfnTag, typing.Dict[builtins.str, typing.Any]]]] = None,
34550
+ template_url: typing.Optional[builtins.str] = None,
34561
34551
  timeout_in_minutes: typing.Optional[jsii.Number] = None,
34562
34552
  ) -> None:
34563
34553
  """Type checking stubs"""
@@ -37305,10 +37295,10 @@ def _typecheckingstub__a8594abaf48bfc733fdc85ceff8c2d40dba03f52ce866519ff597396f
37305
37295
  scope: _constructs_77d1e7e8.Construct,
37306
37296
  id: builtins.str,
37307
37297
  *,
37308
- template_url: builtins.str,
37309
37298
  notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
37310
37299
  parameters: typing.Optional[typing.Union[IResolvable, typing.Mapping[builtins.str, builtins.str]]] = None,
37311
37300
  tags: typing.Optional[typing.Sequence[typing.Union[CfnTag, typing.Dict[builtins.str, typing.Any]]]] = None,
37301
+ template_url: typing.Optional[builtins.str] = None,
37312
37302
  timeout_in_minutes: typing.Optional[jsii.Number] = None,
37313
37303
  ) -> None:
37314
37304
  """Type checking stubs"""
@@ -37326,12 +37316,6 @@ def _typecheckingstub__f54de01e03398f15d0eece2c394fd8529a0a45c02630be488a90b452b
37326
37316
  """Type checking stubs"""
37327
37317
  pass
37328
37318
 
37329
- def _typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b(
37330
- value: builtins.str,
37331
- ) -> None:
37332
- """Type checking stubs"""
37333
- pass
37334
-
37335
37319
  def _typecheckingstub__c9c77d10e222f51987b4f16f428d98153c077789a4dc99f5943c9a4b1c2da262(
37336
37320
  value: typing.Optional[typing.List[builtins.str]],
37337
37321
  ) -> None:
@@ -37350,6 +37334,12 @@ def _typecheckingstub__01a1e89136d78f617e17761b0d0ff550a27df4b2af18d366390e08756
37350
37334
  """Type checking stubs"""
37351
37335
  pass
37352
37336
 
37337
+ def _typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b(
37338
+ value: typing.Optional[builtins.str],
37339
+ ) -> None:
37340
+ """Type checking stubs"""
37341
+ pass
37342
+
37353
37343
  def _typecheckingstub__014f1ef9e7a515362b7a296620ed8a84c70f46604a2c87b2ec9c0925b167ddd3(
37354
37344
  value: typing.Optional[jsii.Number],
37355
37345
  ) -> None:
@@ -16,7 +16,7 @@ import aws_cdk.asset_node_proxy_agent_v6._jsii
16
16
  import constructs._jsii
17
17
 
18
18
  __jsii_assembly__ = jsii.JSIIAssembly.load(
19
- "aws-cdk-lib", "2.105.0", __name__[0:-6], "aws-cdk-lib@2.105.0.jsii.tgz"
19
+ "aws-cdk-lib", "2.106.1", __name__[0:-6], "aws-cdk-lib@2.106.1.jsii.tgz"
20
20
  )
21
21
 
22
22
  __all__ = [
@@ -1514,9 +1514,9 @@ class CfnBranch(
1514
1514
  '''
1515
1515
  :param scope: Scope in which this resource is defined.
1516
1516
  :param id: Construct identifier for this resource (unique in its scope).
1517
- :param app_id: The unique ID for an Amplify app. *Length Constraints:* Minimum length of 1. Maximum length of 20. *Pattern:* d[a-z0-9]+
1517
+ :param app_id: The unique ID for an Amplify app.
1518
1518
  :param branch_name: The name for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 255. *Pattern:* (?s).+
1519
- :param backend:
1519
+ :param backend: The backend environment for an Amplify app.
1520
1520
  :param basic_auth_config: The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format ``user:password`` .
1521
1521
  :param build_spec: The build specification (build spec) for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 25000. *Pattern:* (?s).+
1522
1522
  :param description: The description for the branch that is part of an Amplify app. *Length Constraints:* Maximum length of 1000. *Pattern:* (?s).*
@@ -1642,6 +1642,7 @@ class CfnBranch(
1642
1642
  def backend(
1643
1643
  self,
1644
1644
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBranch.BackendProperty"]]:
1645
+ '''The backend environment for an Amplify app.'''
1645
1646
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBranch.BackendProperty"]], jsii.get(self, "backend"))
1646
1647
 
1647
1648
  @backend.setter
@@ -1832,8 +1833,9 @@ class CfnBranch(
1832
1833
  )
1833
1834
  class BackendProperty:
1834
1835
  def __init__(self, *, stack_arn: typing.Optional[builtins.str] = None) -> None:
1835
- '''
1836
- :param stack_arn:
1836
+ '''Describes the backend properties associated with an Amplify ``Branch`` .
1837
+
1838
+ :param stack_arn: The Amazon Resource Name (ARN) for the AWS CloudFormation stack.
1837
1839
 
1838
1840
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-backend.html
1839
1841
  :exampleMetadata: fixture=_generated
@@ -1857,7 +1859,8 @@ class CfnBranch(
1857
1859
 
1858
1860
  @builtins.property
1859
1861
  def stack_arn(self) -> typing.Optional[builtins.str]:
1860
- '''
1862
+ '''The Amazon Resource Name (ARN) for the AWS CloudFormation stack.
1863
+
1861
1864
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-backend.html#cfn-amplify-branch-backend-stackarn
1862
1865
  '''
1863
1866
  result = self._values.get("stack_arn")
@@ -2090,9 +2093,9 @@ class CfnBranchProps:
2090
2093
  ) -> None:
2091
2094
  '''Properties for defining a ``CfnBranch``.
2092
2095
 
2093
- :param app_id: The unique ID for an Amplify app. *Length Constraints:* Minimum length of 1. Maximum length of 20. *Pattern:* d[a-z0-9]+
2096
+ :param app_id: The unique ID for an Amplify app.
2094
2097
  :param branch_name: The name for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 255. *Pattern:* (?s).+
2095
- :param backend:
2098
+ :param backend: The backend environment for an Amplify app.
2096
2099
  :param basic_auth_config: The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format ``user:password`` .
2097
2100
  :param build_spec: The build specification (build spec) for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 25000. *Pattern:* (?s).+
2098
2101
  :param description: The description for the branch that is part of an Amplify app. *Length Constraints:* Maximum length of 1000. *Pattern:* (?s).*
@@ -2196,10 +2199,6 @@ class CfnBranchProps:
2196
2199
  def app_id(self) -> builtins.str:
2197
2200
  '''The unique ID for an Amplify app.
2198
2201
 
2199
- *Length Constraints:* Minimum length of 1. Maximum length of 20.
2200
-
2201
- *Pattern:* d[a-z0-9]+
2202
-
2203
2202
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid
2204
2203
  '''
2205
2204
  result = self._values.get("app_id")
@@ -2224,7 +2223,8 @@ class CfnBranchProps:
2224
2223
  def backend(
2225
2224
  self,
2226
2225
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBranch.BackendProperty]]:
2227
- '''
2226
+ '''The backend environment for an Amplify app.
2227
+
2228
2228
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-backend
2229
2229
  '''
2230
2230
  result = self._values.get("backend")
@@ -156,14 +156,6 @@ class CfnApplication(
156
156
  '''
157
157
  return typing.cast(builtins.str, jsii.get(self, "attrApplicationId"))
158
158
 
159
- @builtins.property
160
- @jsii.member(jsii_name="attrId")
161
- def attr_id(self) -> builtins.str:
162
- '''
163
- :cloudformationAttribute: Id
164
- '''
165
- return typing.cast(builtins.str, jsii.get(self, "attrId"))
166
-
167
159
  @builtins.property
168
160
  @jsii.member(jsii_name="cfnProperties")
169
161
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -457,7 +449,7 @@ class CfnConfigurationProfile(
457
449
  :param location_uri: A URI to locate the configuration. You can specify the following:. - For the AWS AppConfig hosted configuration store and for feature flags, specify ``hosted`` . - For an AWS Systems Manager Parameter Store parameter, specify either the parameter name in the format ``ssm-parameter://<parameter name>`` or the ARN. - For an AWS CodePipeline pipeline, specify the URI in the following format: ``codepipeline`` ://. - For an AWS Secrets Manager secret, specify the URI in the following format: ``secretsmanager`` ://. - For an Amazon S3 object, specify the URI in the following format: ``s3://<bucket>/<objectKey>`` . Here is an example: ``s3://my-bucket/my-app/us-east-1/my-config.json`` - For an SSM document, specify either the document name in the format ``ssm-document://<document name>`` or the Amazon Resource Name (ARN).
458
450
  :param name: A name for the configuration profile.
459
451
  :param description: A description of the configuration profile.
460
- :param kms_key_identifier:
452
+ :param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
461
453
  :param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
462
454
  :param tags: Metadata to assign to the configuration profile. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
463
455
  :param type: The type of configurations contained in the profile. AWS AppConfig supports ``feature flags`` and ``freeform`` configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for ``Type`` : ``AWS.AppConfig.FeatureFlags`` ``AWS.Freeform``
@@ -511,6 +503,15 @@ class CfnConfigurationProfile(
511
503
  '''The CloudFormation resource type name for this resource class.'''
512
504
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
513
505
 
506
+ @builtins.property
507
+ @jsii.member(jsii_name="attrConfigurationProfileId")
508
+ def attr_configuration_profile_id(self) -> builtins.str:
509
+ '''The configuration profile ID.
510
+
511
+ :cloudformationAttribute: ConfigurationProfileId
512
+ '''
513
+ return typing.cast(builtins.str, jsii.get(self, "attrConfigurationProfileId"))
514
+
514
515
  @builtins.property
515
516
  @jsii.member(jsii_name="attrId")
516
517
  def attr_id(self) -> builtins.str:
@@ -520,6 +521,17 @@ class CfnConfigurationProfile(
520
521
  '''
521
522
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
522
523
 
524
+ @builtins.property
525
+ @jsii.member(jsii_name="attrKmsKeyArn")
526
+ def attr_kms_key_arn(self) -> builtins.str:
527
+ '''The Amazon Resource Name of the AWS Key Management Service key to encrypt new configuration data versions in the AWS AppConfig hosted configuration store.
528
+
529
+ This attribute is only used for hosted configuration types. To encrypt data managed in other configuration stores, see the documentation for how to specify an AWS KMS key for that particular service.
530
+
531
+ :cloudformationAttribute: KmsKeyArn
532
+ '''
533
+ return typing.cast(builtins.str, jsii.get(self, "attrKmsKeyArn"))
534
+
523
535
  @builtins.property
524
536
  @jsii.member(jsii_name="cfnProperties")
525
537
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -583,6 +595,7 @@ class CfnConfigurationProfile(
583
595
  @builtins.property
584
596
  @jsii.member(jsii_name="kmsKeyIdentifier")
585
597
  def kms_key_identifier(self) -> typing.Optional[builtins.str]:
598
+ '''The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.'''
586
599
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyIdentifier"))
587
600
 
588
601
  @kms_key_identifier.setter
@@ -836,7 +849,7 @@ class CfnConfigurationProfileProps:
836
849
  :param location_uri: A URI to locate the configuration. You can specify the following:. - For the AWS AppConfig hosted configuration store and for feature flags, specify ``hosted`` . - For an AWS Systems Manager Parameter Store parameter, specify either the parameter name in the format ``ssm-parameter://<parameter name>`` or the ARN. - For an AWS CodePipeline pipeline, specify the URI in the following format: ``codepipeline`` ://. - For an AWS Secrets Manager secret, specify the URI in the following format: ``secretsmanager`` ://. - For an Amazon S3 object, specify the URI in the following format: ``s3://<bucket>/<objectKey>`` . Here is an example: ``s3://my-bucket/my-app/us-east-1/my-config.json`` - For an SSM document, specify either the document name in the format ``ssm-document://<document name>`` or the Amazon Resource Name (ARN).
837
850
  :param name: A name for the configuration profile.
838
851
  :param description: A description of the configuration profile.
839
- :param kms_key_identifier:
852
+ :param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
840
853
  :param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
841
854
  :param tags: Metadata to assign to the configuration profile. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
842
855
  :param type: The type of configurations contained in the profile. AWS AppConfig supports ``feature flags`` and ``freeform`` configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for ``Type`` : ``AWS.AppConfig.FeatureFlags`` ``AWS.Freeform``
@@ -948,7 +961,8 @@ class CfnConfigurationProfileProps:
948
961
 
949
962
  @builtins.property
950
963
  def kms_key_identifier(self) -> typing.Optional[builtins.str]:
951
- '''
964
+ '''The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
965
+
952
966
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-kmskeyidentifier
953
967
  '''
954
968
  result = self._values.get("kms_key_identifier")