aws-cdk-lib 2.97.1__py3-none-any.whl → 2.98.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (237) hide show
  1. aws_cdk/__init__.py +18 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.97.1.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +1 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +1 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -0
  7. aws_cdk/aws_amazonmq/__init__.py +3 -0
  8. aws_cdk/aws_amplify/__init__.py +3 -0
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  10. aws_cdk/aws_apigateway/__init__.py +19 -0
  11. aws_cdk/aws_apigatewayv2/__init__.py +13 -0
  12. aws_cdk/aws_appconfig/__init__.py +8 -0
  13. aws_cdk/aws_appflow/__init__.py +3 -0
  14. aws_cdk/aws_appintegrations/__init__.py +2 -0
  15. aws_cdk/aws_applicationautoscaling/__init__.py +2 -0
  16. aws_cdk/aws_applicationinsights/__init__.py +1 -0
  17. aws_cdk/aws_appmesh/__init__.py +7 -0
  18. aws_cdk/aws_apprunner/__init__.py +5 -0
  19. aws_cdk/aws_appstream/__init__.py +31 -26
  20. aws_cdk/aws_appsync/__init__.py +10 -0
  21. aws_cdk/aws_aps/__init__.py +2 -0
  22. aws_cdk/aws_athena/__init__.py +5 -0
  23. aws_cdk/aws_auditmanager/__init__.py +1 -0
  24. aws_cdk/aws_autoscaling/__init__.py +6 -0
  25. aws_cdk/aws_autoscalingplans/__init__.py +1 -0
  26. aws_cdk/aws_backup/__init__.py +5 -0
  27. aws_cdk/aws_backupgateway/__init__.py +1 -0
  28. aws_cdk/aws_batch/__init__.py +8 -2
  29. aws_cdk/aws_billingconductor/__init__.py +4 -0
  30. aws_cdk/aws_budgets/__init__.py +2 -0
  31. aws_cdk/aws_cassandra/__init__.py +2 -0
  32. aws_cdk/aws_ce/__init__.py +3 -0
  33. aws_cdk/aws_certificatemanager/__init__.py +2 -0
  34. aws_cdk/aws_chatbot/__init__.py +2 -0
  35. aws_cdk/aws_cleanrooms/__init__.py +5 -0
  36. aws_cdk/aws_cloud9/__init__.py +1 -0
  37. aws_cdk/aws_cloudformation/__init__.py +16 -0
  38. aws_cdk/aws_cloudfront/__init__.py +13 -0
  39. aws_cdk/aws_cloudtrail/__init__.py +7 -3
  40. aws_cdk/aws_cloudwatch/__init__.py +6 -0
  41. aws_cdk/aws_codeartifact/__init__.py +2 -0
  42. aws_cdk/aws_codebuild/__init__.py +3 -0
  43. aws_cdk/aws_codecommit/__init__.py +1 -0
  44. aws_cdk/aws_codedeploy/__init__.py +3 -0
  45. aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
  46. aws_cdk/aws_codegurureviewer/__init__.py +1 -0
  47. aws_cdk/aws_codepipeline/__init__.py +3 -0
  48. aws_cdk/aws_codestar/__init__.py +1 -0
  49. aws_cdk/aws_codestarconnections/__init__.py +1 -0
  50. aws_cdk/aws_codestarnotifications/__init__.py +1 -0
  51. aws_cdk/aws_cognito/__init__.py +42 -18
  52. aws_cdk/aws_comprehend/__init__.py +2 -0
  53. aws_cdk/aws_config/__init__.py +10 -0
  54. aws_cdk/aws_connect/__init__.py +491 -0
  55. aws_cdk/aws_connectcampaigns/__init__.py +1 -0
  56. aws_cdk/aws_controltower/__init__.py +1 -0
  57. aws_cdk/aws_cur/__init__.py +1 -0
  58. aws_cdk/aws_customerprofiles/__init__.py +5 -0
  59. aws_cdk/aws_databrew/__init__.py +6 -0
  60. aws_cdk/aws_datapipeline/__init__.py +1 -0
  61. aws_cdk/aws_datasync/__init__.py +14 -0
  62. aws_cdk/aws_dax/__init__.py +3 -0
  63. aws_cdk/aws_detective/__init__.py +3 -0
  64. aws_cdk/aws_devicefarm/__init__.py +6 -0
  65. aws_cdk/aws_devopsguru/__init__.py +3 -0
  66. aws_cdk/aws_directoryservice/__init__.py +2 -0
  67. aws_cdk/aws_dlm/__init__.py +1 -0
  68. aws_cdk/aws_dms/__init__.py +7 -0
  69. aws_cdk/aws_docdb/__init__.py +4 -0
  70. aws_cdk/aws_docdbelastic/__init__.py +1 -0
  71. aws_cdk/aws_dynamodb/__init__.py +2 -0
  72. aws_cdk/aws_ec2/__init__.py +109 -14
  73. aws_cdk/aws_ecr/__init__.py +5 -0
  74. aws_cdk/aws_ecs/__init__.py +7 -0
  75. aws_cdk/aws_efs/__init__.py +3 -0
  76. aws_cdk/aws_eks/__init__.py +5 -0
  77. aws_cdk/aws_elasticache/__init__.py +9 -0
  78. aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
  79. aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
  80. aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
  81. aws_cdk/aws_elasticsearch/__init__.py +1 -0
  82. aws_cdk/aws_emr/__init__.py +8 -0
  83. aws_cdk/aws_emrcontainers/__init__.py +1 -0
  84. aws_cdk/aws_emrserverless/__init__.py +1 -0
  85. aws_cdk/aws_entityresolution/__init__.py +2 -0
  86. aws_cdk/aws_events/__init__.py +7 -0
  87. aws_cdk/aws_eventschemas/__init__.py +4 -0
  88. aws_cdk/aws_evidently/__init__.py +5 -0
  89. aws_cdk/aws_finspace/__init__.py +1 -0
  90. aws_cdk/aws_fis/__init__.py +1 -0
  91. aws_cdk/aws_fms/__init__.py +3 -0
  92. aws_cdk/aws_forecast/__init__.py +2 -0
  93. aws_cdk/aws_frauddetector/__init__.py +7 -0
  94. aws_cdk/aws_fsx/__init__.py +5 -0
  95. aws_cdk/aws_gamelift/__init__.py +9 -0
  96. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  97. aws_cdk/aws_glue/__init__.py +18 -0
  98. aws_cdk/aws_grafana/__init__.py +1 -0
  99. aws_cdk/aws_greengrass/__init__.py +16 -0
  100. aws_cdk/aws_greengrassv2/__init__.py +2 -0
  101. aws_cdk/aws_groundstation/__init__.py +3 -0
  102. aws_cdk/aws_guardduty/__init__.py +6 -0
  103. aws_cdk/aws_healthimaging/__init__.py +382 -0
  104. aws_cdk/aws_healthlake/__init__.py +1 -0
  105. aws_cdk/aws_iam/__init__.py +16 -0
  106. aws_cdk/aws_identitystore/__init__.py +2 -0
  107. aws_cdk/aws_imagebuilder/__init__.py +7 -0
  108. aws_cdk/aws_inspector/__init__.py +3 -0
  109. aws_cdk/aws_inspectorv2/__init__.py +1 -0
  110. aws_cdk/aws_internetmonitor/__init__.py +1 -0
  111. aws_cdk/aws_iot/__init__.py +25 -0
  112. aws_cdk/aws_iot1click/__init__.py +3 -0
  113. aws_cdk/aws_iotanalytics/__init__.py +4 -0
  114. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
  115. aws_cdk/aws_iotevents/__init__.py +3 -0
  116. aws_cdk/aws_iotfleethub/__init__.py +1 -0
  117. aws_cdk/aws_iotfleetwise/__init__.py +6 -0
  118. aws_cdk/aws_iotsitewise/__init__.py +7 -0
  119. aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
  120. aws_cdk/aws_iottwinmaker/__init__.py +5 -0
  121. aws_cdk/aws_iotwireless/__init__.py +11 -0
  122. aws_cdk/aws_ivs/__init__.py +4 -0
  123. aws_cdk/aws_ivschat/__init__.py +2 -0
  124. aws_cdk/aws_kafkaconnect/__init__.py +1 -0
  125. aws_cdk/aws_kendra/__init__.py +3 -0
  126. aws_cdk/aws_kendraranking/__init__.py +1 -0
  127. aws_cdk/aws_kinesis/__init__.py +2 -0
  128. aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
  129. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
  130. aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
  131. aws_cdk/aws_kinesisvideo/__init__.py +2 -0
  132. aws_cdk/aws_kms/__init__.py +3 -0
  133. aws_cdk/aws_lakeformation/__init__.py +7 -0
  134. aws_cdk/aws_lambda/__init__.py +10 -0
  135. aws_cdk/aws_lex/__init__.py +4 -0
  136. aws_cdk/aws_licensemanager/__init__.py +2 -0
  137. aws_cdk/aws_lightsail/__init__.py +11 -0
  138. aws_cdk/aws_location/__init__.py +6 -0
  139. aws_cdk/aws_logs/__init__.py +8 -0
  140. aws_cdk/aws_lookoutequipment/__init__.py +1 -0
  141. aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
  142. aws_cdk/aws_lookoutvision/__init__.py +1 -0
  143. aws_cdk/aws_m2/__init__.py +2 -0
  144. aws_cdk/aws_macie/__init__.py +53 -2
  145. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  146. aws_cdk/aws_mediaconnect/__init__.py +9 -0
  147. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  148. aws_cdk/aws_medialive/__init__.py +3 -0
  149. aws_cdk/aws_mediapackage/__init__.py +5 -0
  150. aws_cdk/aws_mediapackagev2/__init__.py +5 -0
  151. aws_cdk/aws_mediastore/__init__.py +1 -0
  152. aws_cdk/aws_mediatailor/__init__.py +6 -0
  153. aws_cdk/aws_memorydb/__init__.py +5 -0
  154. aws_cdk/aws_msk/__init__.py +180 -2
  155. aws_cdk/aws_mwaa/__init__.py +1 -0
  156. aws_cdk/aws_neptune/__init__.py +5 -0
  157. aws_cdk/aws_networkfirewall/__init__.py +4 -0
  158. aws_cdk/aws_networkmanager/__init__.py +14 -0
  159. aws_cdk/aws_nimblestudio/__init__.py +4 -0
  160. aws_cdk/aws_oam/__init__.py +2 -0
  161. aws_cdk/aws_omics/__init__.py +6 -0
  162. aws_cdk/aws_opensearchserverless/__init__.py +5 -0
  163. aws_cdk/aws_opensearchservice/__init__.py +1 -0
  164. aws_cdk/aws_opsworks/__init__.py +7 -0
  165. aws_cdk/aws_opsworkscm/__init__.py +1 -0
  166. aws_cdk/aws_organizations/__init__.py +5 -0
  167. aws_cdk/aws_osis/__init__.py +1 -0
  168. aws_cdk/aws_panorama/__init__.py +3 -0
  169. aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
  170. aws_cdk/aws_personalize/__init__.py +4 -0
  171. aws_cdk/aws_pinpoint/__init__.py +19 -0
  172. aws_cdk/aws_pinpointemail/__init__.py +4 -0
  173. aws_cdk/aws_pipes/__init__.py +1 -0
  174. aws_cdk/aws_proton/__init__.py +3 -0
  175. aws_cdk/aws_qldb/__init__.py +2 -0
  176. aws_cdk/aws_quicksight/__init__.py +473 -464
  177. aws_cdk/aws_ram/__init__.py +2 -0
  178. aws_cdk/aws_rds/__init__.py +14 -0
  179. aws_cdk/aws_redshift/__init__.py +9 -0
  180. aws_cdk/aws_redshiftserverless/__init__.py +2 -0
  181. aws_cdk/aws_refactorspaces/__init__.py +4 -0
  182. aws_cdk/aws_rekognition/__init__.py +3 -0
  183. aws_cdk/aws_resiliencehub/__init__.py +2 -0
  184. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  185. aws_cdk/aws_resourcegroups/__init__.py +1 -0
  186. aws_cdk/aws_robomaker/__init__.py +6 -0
  187. aws_cdk/aws_rolesanywhere/__init__.py +77 -58
  188. aws_cdk/aws_route53/__init__.py +7 -0
  189. aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
  190. aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
  191. aws_cdk/aws_route53resolver/__init__.py +11 -0
  192. aws_cdk/aws_rum/__init__.py +1 -0
  193. aws_cdk/aws_s3/__init__.py +6 -0
  194. aws_cdk/aws_s3objectlambda/__init__.py +2 -0
  195. aws_cdk/aws_s3outposts/__init__.py +4 -0
  196. aws_cdk/aws_sagemaker/__init__.py +37 -3
  197. aws_cdk/aws_sam/__init__.py +7 -0
  198. aws_cdk/aws_scheduler/__init__.py +2 -0
  199. aws_cdk/aws_sdb/__init__.py +1 -0
  200. aws_cdk/aws_secretsmanager/__init__.py +4 -0
  201. aws_cdk/aws_securityhub/__init__.py +3 -0
  202. aws_cdk/aws_servicecatalog/__init__.py +16 -0
  203. aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
  204. aws_cdk/aws_servicediscovery/__init__.py +5 -0
  205. aws_cdk/aws_ses/__init__.py +10 -0
  206. aws_cdk/aws_shield/__init__.py +30 -11
  207. aws_cdk/aws_signer/__init__.py +2 -0
  208. aws_cdk/aws_simspaceweaver/__init__.py +1 -0
  209. aws_cdk/aws_sns/__init__.py +9 -5
  210. aws_cdk/aws_sqs/__init__.py +3 -0
  211. aws_cdk/aws_ssm/__init__.py +9 -0
  212. aws_cdk/aws_ssmcontacts/__init__.py +4 -0
  213. aws_cdk/aws_ssmincidents/__init__.py +2 -0
  214. aws_cdk/aws_sso/__init__.py +3 -0
  215. aws_cdk/aws_stepfunctions/__init__.py +4 -0
  216. aws_cdk/aws_supportapp/__init__.py +3 -0
  217. aws_cdk/aws_synthetics/__init__.py +2 -0
  218. aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
  219. aws_cdk/aws_timestream/__init__.py +3 -0
  220. aws_cdk/aws_transfer/__init__.py +7 -0
  221. aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
  222. aws_cdk/aws_voiceid/__init__.py +1 -0
  223. aws_cdk/aws_vpclattice/__init__.py +10 -0
  224. aws_cdk/aws_waf/__init__.py +7 -0
  225. aws_cdk/aws_wafregional/__init__.py +11 -0
  226. aws_cdk/aws_wafv2/__init__.py +6 -0
  227. aws_cdk/aws_wisdom/__init__.py +3 -0
  228. aws_cdk/aws_workspaces/__init__.py +2 -0
  229. aws_cdk/aws_workspacesweb/__init__.py +8 -0
  230. aws_cdk/aws_xray/__init__.py +3 -0
  231. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
  232. aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
  233. aws_cdk_lib-2.97.1.dist-info/RECORD +0 -271
  234. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
  235. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
  236. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
  237. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
@@ -1142,6 +1142,7 @@ class CfnScalableTarget(
1142
1142
  If the resource that you want Application Auto Scaling to scale is not yet created in your account, add a dependency on the resource when registering it as a scalable target using the `DependsOn <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ attribute.
1143
1143
 
1144
1144
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html
1145
+ :cloudformationResource: AWS::ApplicationAutoScaling::ScalableTarget
1145
1146
  :exampleMetadata: fixture=_generated
1146
1147
 
1147
1148
  Example::
@@ -1990,6 +1991,7 @@ class CfnScalingPolicy(
1990
1991
  For more information, see `Target tracking scaling policies <https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html>`_ and `Step scaling policies <https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html>`_ in the *Application Auto Scaling User Guide* .
1991
1992
 
1992
1993
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html
1994
+ :cloudformationResource: AWS::ApplicationAutoScaling::ScalingPolicy
1993
1995
  :exampleMetadata: fixture=_generated
1994
1996
 
1995
1997
  Example::
@@ -60,6 +60,7 @@ class CfnApplication(
60
60
  '''The ``AWS::ApplicationInsights::Application`` resource adds an application that is created from a resource group.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationinsights-application.html
63
+ :cloudformationResource: AWS::ApplicationInsights::Application
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -1465,6 +1465,7 @@ class CfnGatewayRoute(
1465
1465
  For more information about gateway routes, see `Gateway routes <https://docs.aws.amazon.com/app-mesh/latest/userguide/gateway-routes.html>`_ .
1466
1466
 
1467
1467
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-gatewayroute.html
1468
+ :cloudformationResource: AWS::AppMesh::GatewayRoute
1468
1469
  :exampleMetadata: fixture=_generated
1469
1470
 
1470
1471
  Example::
@@ -4518,6 +4519,7 @@ class CfnMesh(
4518
4519
  For more information about service meshes, see `Service meshes <https://docs.aws.amazon.com/app-mesh/latest/userguide/meshes.html>`_ .
4519
4520
 
4520
4521
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
4522
+ :cloudformationResource: AWS::AppMesh::Mesh
4521
4523
  :exampleMetadata: fixture=_generated
4522
4524
 
4523
4525
  Example::
@@ -5015,6 +5017,7 @@ class CfnRoute(
5015
5017
  For more information about routes, see `Routes <https://docs.aws.amazon.com/app-mesh/latest/userguide/routes.html>`_ .
5016
5018
 
5017
5019
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html
5020
+ :cloudformationResource: AWS::AppMesh::Route
5018
5021
  :exampleMetadata: fixture=_generated
5019
5022
 
5020
5023
  Example::
@@ -8595,6 +8598,7 @@ class CfnVirtualGateway(
8595
8598
  For more information about virtual gateways, see `Virtual gateways <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_gateways.html>`_ .
8596
8599
 
8597
8600
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualgateway.html
8601
+ :cloudformationResource: AWS::AppMesh::VirtualGateway
8598
8602
  :exampleMetadata: fixture=_generated
8599
8603
 
8600
8604
  Example::
@@ -11959,6 +11963,7 @@ class CfnVirtualNode(
11959
11963
  For more information about virtual nodes, see `Virtual nodes <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html>`_ . You must be using ``1.15.0`` or later of the Envoy image when setting these variables. For more information about App Mesh Envoy variables, see `Envoy image <https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html>`_ in the AWS App Mesh User Guide.
11960
11964
 
11961
11965
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html
11966
+ :cloudformationResource: AWS::AppMesh::VirtualNode
11962
11967
  :exampleMetadata: fixture=_generated
11963
11968
 
11964
11969
  Example::
@@ -17014,6 +17019,7 @@ class CfnVirtualRouter(
17014
17019
  For more information about virtual routers, see `Virtual routers <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_routers.html>`_ .
17015
17020
 
17016
17021
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html
17022
+ :cloudformationResource: AWS::AppMesh::VirtualRouter
17017
17023
  :exampleMetadata: fixture=_generated
17018
17024
 
17019
17025
  Example::
@@ -17601,6 +17607,7 @@ class CfnVirtualService(
17601
17607
  For more information about virtual services, see `Virtual services <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_services.html>`_ .
17602
17608
 
17603
17609
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html
17610
+ :cloudformationResource: AWS::AppMesh::VirtualService
17604
17611
  :exampleMetadata: fixture=_generated
17605
17612
 
17606
17613
  Example::
@@ -75,6 +75,7 @@ class CfnAutoScalingConfiguration(
75
75
  Configure a lower ``MaxSize`` to control your cost. The tradeoff is lower responsiveness during peak demand.
76
76
 
77
77
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-autoscalingconfiguration.html
78
+ :cloudformationResource: AWS::AppRunner::AutoScalingConfiguration
78
79
  :exampleMetadata: fixture=_generated
79
80
 
80
81
  Example::
@@ -418,6 +419,7 @@ class CfnObservabilityConfiguration(
418
419
  The observability configuration resource is designed to configure multiple features (currently one feature, tracing). This resource takes optional parameters that describe the configuration of these features (currently one parameter, ``TraceConfiguration`` ). If you don't specify a feature parameter, App Runner doesn't enable the feature.
419
420
 
420
421
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-observabilityconfiguration.html
422
+ :cloudformationResource: AWS::AppRunner::ObservabilityConfiguration
421
423
  :exampleMetadata: fixture=_generated
422
424
 
423
425
  Example::
@@ -759,6 +761,7 @@ class CfnService(
759
761
  The ``AWS::AppRunner::Service`` resource is an AWS App Runner resource type that specifies an App Runner service.
760
762
 
761
763
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html
764
+ :cloudformationResource: AWS::AppRunner::Service
762
765
  :exampleMetadata: fixture=_generated
763
766
 
764
767
  Example::
@@ -3092,6 +3095,7 @@ class CfnVpcConnector(
3092
3095
  App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud ( Amazon VPC ).
3093
3096
 
3094
3097
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcconnector.html
3098
+ :cloudformationResource: AWS::AppRunner::VpcConnector
3095
3099
  :exampleMetadata: fixture=_generated
3096
3100
 
3097
3101
  Example::
@@ -3400,6 +3404,7 @@ class CfnVpcIngressConnection(
3400
3404
  App Runner requires this resource when you want to associate your App Runner service to an Amazon VPC endpoint.
3401
3405
 
3402
3406
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcingressconnection.html
3407
+ :cloudformationResource: AWS::AppRunner::VpcIngressConnection
3403
3408
  :exampleMetadata: fixture=_generated
3404
3409
 
3405
3410
  Example::
@@ -62,6 +62,7 @@ class CfnAppBlock(
62
62
  App blocks store details about the virtual hard disk that contains the files for the application in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. App blocks are only supported for Elastic fleets.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblock.html
65
+ :cloudformationResource: AWS::AppStream::AppBlock
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -138,7 +139,7 @@ class CfnAppBlock(
138
139
  :param description: The description of the app block.
139
140
  :param display_name: The display name of the app block.
140
141
  :param packaging_type: The packaging type of the app block.
141
- :param post_setup_script_details: The post setup script details of the app block.
142
+ :param post_setup_script_details: The post setup script details of the app block. This only applies to app blocks with PackagingType ``APPSTREAM2`` .
142
143
  :param setup_script_details: The setup script details of the app block.
143
144
  :param tags: The tags of the app block.
144
145
  '''
@@ -537,6 +538,7 @@ class CfnAppBlockBuilder(
537
538
  '''Creates an app block builder.
538
539
 
539
540
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html
541
+ :cloudformationResource: AWS::AppStream::AppBlockBuilder
540
542
  :exampleMetadata: fixture=_generated
541
543
 
542
544
  Example::
@@ -593,15 +595,15 @@ class CfnAppBlockBuilder(
593
595
  :param id: Construct identifier for this resource (unique in its scope).
594
596
  :param instance_type: The instance type of the app block builder.
595
597
  :param name: The name of the app block builder.
596
- :param platform: The platform of the app block builder. *Allowed values* : ``WINDOWS_SERVER_2019``
598
+ :param platform: The platform of the app block builder. ``WINDOWS_SERVER_2019`` is the only valid value.
597
599
  :param vpc_config: The VPC configuration for the app block builder.
598
- :param access_endpoints: The access endpoints of the app block builder.
599
- :param app_block_arns: The ARN of the app block. *Maximum* : ``1``
600
+ :param access_endpoints:
601
+ :param app_block_arns:
600
602
  :param description: The description of the app block builder.
601
603
  :param display_name: The display name of the app block builder.
602
604
  :param enable_default_internet_access: Indicates whether default internet access is enabled for the app block builder.
603
605
  :param iam_role_arn: The ARN of the IAM role that is applied to the app block builder.
604
- :param tags: The tags of the app block builder.
606
+ :param tags:
605
607
  '''
606
608
  if __debug__:
607
609
  type_hints = typing.get_type_hints(_typecheckingstub__f2dbe872e5cba24425b73eff2bd90d7b1c6af7a2b3b47d455ff4683fb5c3b559)
@@ -656,8 +658,7 @@ class CfnAppBlockBuilder(
656
658
  @builtins.property
657
659
  @jsii.member(jsii_name="attrArn")
658
660
  def attr_arn(self) -> builtins.str:
659
- '''The ARN of the app block builder.
660
-
661
+ '''
661
662
  :cloudformationAttribute: Arn
662
663
  '''
663
664
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
@@ -665,8 +666,7 @@ class CfnAppBlockBuilder(
665
666
  @builtins.property
666
667
  @jsii.member(jsii_name="attrCreatedTime")
667
668
  def attr_created_time(self) -> builtins.str:
668
- '''The time when the app block builder was created.
669
-
669
+ '''
670
670
  :cloudformationAttribute: CreatedTime
671
671
  '''
672
672
  return typing.cast(builtins.str, jsii.get(self, "attrCreatedTime"))
@@ -738,7 +738,6 @@ class CfnAppBlockBuilder(
738
738
  def access_endpoints(
739
739
  self,
740
740
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAppBlockBuilder.AccessEndpointProperty"]]]]:
741
- '''The access endpoints of the app block builder.'''
742
741
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAppBlockBuilder.AccessEndpointProperty"]]]], jsii.get(self, "accessEndpoints"))
743
742
 
744
743
  @access_endpoints.setter
@@ -754,7 +753,6 @@ class CfnAppBlockBuilder(
754
753
  @builtins.property
755
754
  @jsii.member(jsii_name="appBlockArns")
756
755
  def app_block_arns(self) -> typing.Optional[typing.List[builtins.str]]:
757
- '''The ARN of the app block.'''
758
756
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "appBlockArns"))
759
757
 
760
758
  @app_block_arns.setter
@@ -824,7 +822,6 @@ class CfnAppBlockBuilder(
824
822
  @builtins.property
825
823
  @jsii.member(jsii_name="tags")
826
824
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
827
- '''The tags of the app block builder.'''
828
825
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
829
826
 
830
827
  @tags.setter
@@ -1018,15 +1015,15 @@ class CfnAppBlockBuilderProps:
1018
1015
 
1019
1016
  :param instance_type: The instance type of the app block builder.
1020
1017
  :param name: The name of the app block builder.
1021
- :param platform: The platform of the app block builder. *Allowed values* : ``WINDOWS_SERVER_2019``
1018
+ :param platform: The platform of the app block builder. ``WINDOWS_SERVER_2019`` is the only valid value.
1022
1019
  :param vpc_config: The VPC configuration for the app block builder.
1023
- :param access_endpoints: The access endpoints of the app block builder.
1024
- :param app_block_arns: The ARN of the app block. *Maximum* : ``1``
1020
+ :param access_endpoints:
1021
+ :param app_block_arns:
1025
1022
  :param description: The description of the app block builder.
1026
1023
  :param display_name: The display name of the app block builder.
1027
1024
  :param enable_default_internet_access: Indicates whether default internet access is enabled for the app block builder.
1028
1025
  :param iam_role_arn: The ARN of the IAM role that is applied to the app block builder.
1029
- :param tags: The tags of the app block builder.
1026
+ :param tags:
1030
1027
 
1031
1028
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html
1032
1029
  :exampleMetadata: fixture=_generated
@@ -1120,7 +1117,7 @@ class CfnAppBlockBuilderProps:
1120
1117
  def platform(self) -> builtins.str:
1121
1118
  '''The platform of the app block builder.
1122
1119
 
1123
- *Allowed values* : ``WINDOWS_SERVER_2019``
1120
+ ``WINDOWS_SERVER_2019`` is the only valid value.
1124
1121
 
1125
1122
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-platform
1126
1123
  '''
@@ -1144,8 +1141,7 @@ class CfnAppBlockBuilderProps:
1144
1141
  def access_endpoints(
1145
1142
  self,
1146
1143
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnAppBlockBuilder.AccessEndpointProperty]]]]:
1147
- '''The access endpoints of the app block builder.
1148
-
1144
+ '''
1149
1145
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-accessendpoints
1150
1146
  '''
1151
1147
  result = self._values.get("access_endpoints")
@@ -1153,10 +1149,7 @@ class CfnAppBlockBuilderProps:
1153
1149
 
1154
1150
  @builtins.property
1155
1151
  def app_block_arns(self) -> typing.Optional[typing.List[builtins.str]]:
1156
- '''The ARN of the app block.
1157
-
1158
- *Maximum* : ``1``
1159
-
1152
+ '''
1160
1153
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-appblockarns
1161
1154
  '''
1162
1155
  result = self._values.get("app_block_arns")
@@ -1202,8 +1195,7 @@ class CfnAppBlockBuilderProps:
1202
1195
 
1203
1196
  @builtins.property
1204
1197
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1205
- '''The tags of the app block builder.
1206
-
1198
+ '''
1207
1199
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-tags
1208
1200
  '''
1209
1201
  result = self._values.get("tags")
@@ -1255,7 +1247,7 @@ class CfnAppBlockProps:
1255
1247
  :param description: The description of the app block.
1256
1248
  :param display_name: The display name of the app block.
1257
1249
  :param packaging_type: The packaging type of the app block.
1258
- :param post_setup_script_details: The post setup script details of the app block.
1250
+ :param post_setup_script_details: The post setup script details of the app block. This only applies to app blocks with PackagingType ``APPSTREAM2`` .
1259
1251
  :param setup_script_details: The setup script details of the app block.
1260
1252
  :param tags: The tags of the app block.
1261
1253
 
@@ -1397,6 +1389,8 @@ class CfnAppBlockProps:
1397
1389
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnAppBlock.ScriptDetailsProperty]]:
1398
1390
  '''The post setup script details of the app block.
1399
1391
 
1392
+ This only applies to app blocks with PackagingType ``APPSTREAM2`` .
1393
+
1400
1394
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblock.html#cfn-appstream-appblock-postsetupscriptdetails
1401
1395
  '''
1402
1396
  result = self._values.get("post_setup_script_details")
@@ -1445,6 +1439,7 @@ class CfnApplication(
1445
1439
  Applications store the details about how to launch applications on streaming instances. This is only supported for Elastic fleets.
1446
1440
 
1447
1441
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-application.html
1442
+ :cloudformationResource: AWS::AppStream::Application
1448
1443
  :exampleMetadata: fixture=_generated
1449
1444
 
1450
1445
  Example::
@@ -1831,6 +1826,7 @@ class CfnApplicationEntitlementAssociation(
1831
1826
  '''Associates an application to an entitlement.
1832
1827
 
1833
1828
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.html
1829
+ :cloudformationResource: AWS::AppStream::ApplicationEntitlementAssociation
1834
1830
  :exampleMetadata: fixture=_generated
1835
1831
 
1836
1832
  Example::
@@ -2051,6 +2047,7 @@ class CfnApplicationFleetAssociation(
2051
2047
  This is only supported for Elastic fleets.
2052
2048
 
2053
2049
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationfleetassociation.html
2050
+ :cloudformationResource: AWS::AppStream::ApplicationFleetAssociation
2054
2051
  :exampleMetadata: fixture=_generated
2055
2052
 
2056
2053
  Example::
@@ -2487,6 +2484,7 @@ class CfnDirectoryConfig(
2487
2484
  '''The ``AWS::AppStream::DirectoryConfig`` resource specifies the configuration information required to join Amazon AppStream 2.0 fleets and image builders to Microsoft Active Directory domains.
2488
2485
 
2489
2486
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html
2487
+ :cloudformationResource: AWS::AppStream::DirectoryConfig
2490
2488
  :exampleMetadata: fixture=_generated
2491
2489
 
2492
2490
  Example::
@@ -2926,6 +2924,7 @@ class CfnEntitlement(
2926
2924
  Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application or to applications managed by a dynamic app provider using the Dynamic Application Framework.
2927
2925
 
2928
2926
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html
2927
+ :cloudformationResource: AWS::AppStream::Entitlement
2929
2928
  :exampleMetadata: fixture=_generated
2930
2929
 
2931
2930
  Example::
@@ -3323,6 +3322,7 @@ class CfnFleet(
3323
3322
  '''The ``AWS::AppStream::Fleet`` resource creates a fleet for Amazon AppStream 2.0. A fleet consists of streaming instances that run a specified image when using Always-On or On-Demand.
3324
3323
 
3325
3324
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html
3325
+ :cloudformationResource: AWS::AppStream::Fleet
3326
3326
  :exampleMetadata: infused
3327
3327
 
3328
3328
  Example::
@@ -4564,6 +4564,7 @@ class CfnImageBuilder(
4564
4564
  The initial state of the image builder is ``PENDING`` . When it is ready, the state is ``RUNNING`` .
4565
4565
 
4566
4566
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html
4567
+ :cloudformationResource: AWS::AppStream::ImageBuilder
4567
4568
  :exampleMetadata: fixture=_generated
4568
4569
 
4569
4570
  Example::
@@ -5449,6 +5450,7 @@ class CfnStack(
5449
5450
  '''The ``AWS::AppStream::Stack`` resource creates a stack to start streaming applications to Amazon AppStream 2.0 users. A stack consists of an associated fleet, user access policies, and storage configurations.
5450
5451
 
5451
5452
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html
5453
+ :cloudformationResource: AWS::AppStream::Stack
5452
5454
  :exampleMetadata: fixture=_generated
5453
5455
 
5454
5456
  Example::
@@ -6196,6 +6198,7 @@ class CfnStackFleetAssociation(
6196
6198
  '''The ``AWS::AppStream::StackFleetAssociation`` resource associates the specified fleet with the specified stack for Amazon AppStream 2.0.
6197
6199
 
6198
6200
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html
6201
+ :cloudformationResource: AWS::AppStream::StackFleetAssociation
6199
6202
  :exampleMetadata: fixture=_generated
6200
6203
 
6201
6204
  Example::
@@ -6696,6 +6699,7 @@ class CfnStackUserAssociation(
6696
6699
  '''The ``AWS::AppStream::StackUserAssociation`` resource associates the specified users with the specified stacks for Amazon AppStream 2.0. Users in an AppStream 2.0 user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.
6697
6700
 
6698
6701
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html
6702
+ :cloudformationResource: AWS::AppStream::StackUserAssociation
6699
6703
  :exampleMetadata: fixture=_generated
6700
6704
 
6701
6705
  Example::
@@ -6972,6 +6976,7 @@ class CfnUser(
6972
6976
  '''The ``AWS::AppStream::User`` resource creates a new user in the AppStream 2.0 user pool.
6973
6977
 
6974
6978
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html
6979
+ :cloudformationResource: AWS::AppStream::User
6975
6980
  :exampleMetadata: fixture=_generated
6976
6981
 
6977
6982
  Example::
@@ -2267,6 +2267,7 @@ class CfnApiCache(
2267
2267
  '''The ``AWS::AppSync::ApiCache`` resource represents the input of a ``CreateApiCache`` operation.
2268
2268
 
2269
2269
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html
2270
+ :cloudformationResource: AWS::AppSync::ApiCache
2270
2271
  :exampleMetadata: fixture=_generated
2271
2272
 
2272
2273
  Example::
@@ -2643,6 +2644,7 @@ class CfnApiKey(
2643
2644
  '''The ``AWS::AppSync::ApiKey`` resource creates a unique key that you can distribute to clients who are executing GraphQL operations with AWS AppSync that require an API key.
2644
2645
 
2645
2646
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html
2647
+ :cloudformationResource: AWS::AppSync::ApiKey
2646
2648
  :exampleMetadata: fixture=_generated
2647
2649
 
2648
2650
  Example::
@@ -2928,6 +2930,7 @@ class CfnDataSource(
2928
2930
  Resolvers use these data sources to fetch data when clients make GraphQL calls.
2929
2931
 
2930
2932
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html
2933
+ :cloudformationResource: AWS::AppSync::DataSource
2931
2934
  :exampleMetadata: fixture=_generated
2932
2935
 
2933
2936
  Example::
@@ -4571,6 +4574,7 @@ class CfnDomainName(
4571
4574
  '''The ``AWS::AppSync::DomainName`` resource creates a ``DomainNameConfig`` object to configure a custom domain.
4572
4575
 
4573
4576
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html
4577
+ :cloudformationResource: AWS::AppSync::DomainName
4574
4578
  :exampleMetadata: fixture=_generated
4575
4579
 
4576
4580
  Example::
@@ -4727,6 +4731,7 @@ class CfnDomainNameApiAssociation(
4727
4731
  '''The ``AWS::AppSync::DomainNameApiAssociation`` resource represents the mapping of your custom domain name to the assigned API URL.
4728
4732
 
4729
4733
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainnameapiassociation.html
4734
+ :cloudformationResource: AWS::AppSync::DomainNameApiAssociation
4730
4735
  :exampleMetadata: fixture=_generated
4731
4736
 
4732
4737
  Example::
@@ -5013,6 +5018,7 @@ class CfnFunctionConfiguration(
5013
5018
  See `Update Behaviors of Stack Resources <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html>`_ in the *AWS CloudFormation User Guide* .
5014
5019
 
5015
5020
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html
5021
+ :cloudformationResource: AWS::AppSync::FunctionConfiguration
5016
5022
  :exampleMetadata: fixture=_generated
5017
5023
 
5018
5024
  Example::
@@ -5937,6 +5943,7 @@ class CfnGraphQLApi(
5937
5943
  This is the top-level construct for your application. For more information, see `Quick Start <https://docs.aws.amazon.com/appsync/latest/devguide/quickstart.html>`_ in the *AWS AppSync Developer Guide* .
5938
5944
 
5939
5945
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html
5946
+ :cloudformationResource: AWS::AppSync::GraphQLApi
5940
5947
  :exampleMetadata: fixture=_generated
5941
5948
 
5942
5949
  Example::
@@ -7350,6 +7357,7 @@ class CfnGraphQLSchema(
7350
7357
  See `Update Behaviors of Stack Resources <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html>`_ in the *AWS CloudFormation User Guide* .
7351
7358
 
7352
7359
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html
7360
+ :cloudformationResource: AWS::AppSync::GraphQLSchema
7353
7361
  :exampleMetadata: fixture=_generated
7354
7362
 
7355
7363
  Example::
@@ -7591,6 +7599,7 @@ class CfnResolver(
7591
7599
  See `Update Behaviors of Stack Resources <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html>`_ in the *AWS CloudFormation User Guide* .
7592
7600
 
7593
7601
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html
7602
+ :cloudformationResource: AWS::AppSync::Resolver
7594
7603
  :exampleMetadata: fixture=_generated
7595
7604
 
7596
7605
  Example::
@@ -8733,6 +8742,7 @@ class CfnSourceApiAssociation(
8733
8742
  A source API is a GraphQL API that is linked to a merged API. There can be multiple source APIs attached to each merged API. When linked to a merged API, the source API's schema, data sources, and resolvers will be combined with other linked source API data to form a new, singular API. Source APIs can originate from your account or from other accounts via Resource Access Manager.
8734
8743
 
8735
8744
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-sourceapiassociation.html
8745
+ :cloudformationResource: AWS::AppSync::SourceApiAssociation
8736
8746
  :exampleMetadata: fixture=_generated
8737
8747
 
8738
8748
  Example::
@@ -62,6 +62,7 @@ class CfnRuleGroupsNamespace(
62
62
  For more information, see `Recording rules and alerting rules <https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-Ruler.html>`_ .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-rulegroupsnamespace.html
65
+ :cloudformationResource: AWS::APS::RuleGroupsNamespace
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -341,6 +342,7 @@ class CfnWorkspace(
341
342
  A *workspace* is a logical and isolated Prometheus server dedicated to Prometheus resources such as metrics. You can have one or more workspaces in each Region in your account.
342
343
 
343
344
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html
345
+ :cloudformationResource: AWS::APS::Workspace
344
346
  :exampleMetadata: fixture=_generated
345
347
 
346
348
  Example::
@@ -60,6 +60,7 @@ class CfnCapacityReservation(
60
60
  '''Specifies a capacity reservation with the provided name and number of requested data processing units.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-capacityreservation.html
63
+ :cloudformationResource: AWS::Athena::CapacityReservation
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -501,6 +502,7 @@ class CfnDataCatalog(
501
502
  For more information, see `DataCatalog <https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html>`_ in the *Amazon Athena API Reference* .
502
503
 
503
504
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html
505
+ :cloudformationResource: AWS::Athena::DataCatalog
504
506
  :exampleMetadata: fixture=_generated
505
507
 
506
508
  Example::
@@ -835,6 +837,7 @@ class CfnNamedQuery(
835
837
  '''The ``AWS::Athena::NamedQuery`` resource specifies an Amazon Athena saved query, where ``QueryString`` contains the SQL query statements that make up the query.
836
838
 
837
839
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html
840
+ :cloudformationResource: AWS::Athena::NamedQuery
838
841
  :exampleMetadata: fixture=_generated
839
842
 
840
843
  Example::
@@ -1132,6 +1135,7 @@ class CfnPreparedStatement(
1132
1135
  '''Specifies a prepared statement for use with SQL queries in Athena.
1133
1136
 
1134
1137
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-preparedstatement.html
1138
+ :cloudformationResource: AWS::Athena::PreparedStatement
1135
1139
  :exampleMetadata: fixture=_generated
1136
1140
 
1137
1141
  Example::
@@ -1389,6 +1393,7 @@ class CfnWorkGroup(
1389
1393
  Each workgroup enables you to isolate queries for you or your group from other queries in the same account. For more information, see `CreateWorkGroup <https://docs.aws.amazon.com/athena/latest/APIReference/API_CreateWorkGroup.html>`_ in the *Amazon Athena API Reference* .
1390
1394
 
1391
1395
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html
1396
+ :cloudformationResource: AWS::Athena::WorkGroup
1392
1397
  :exampleMetadata: fixture=_generated
1393
1398
 
1394
1399
  Example::
@@ -62,6 +62,7 @@ class CfnAssessment(
62
62
  An Audit Manager assessment is an implementation of an Audit Manager framework.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-auditmanager-assessment.html
65
+ :cloudformationResource: AWS::AuditManager::Assessment
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -2209,6 +2209,7 @@ class CfnAutoScalingGroup(
2209
2209
  Amazon EC2 Auto Scaling configures instances launched as part of an Auto Scaling group using either a `launch template <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html>`_ or a launch configuration. We strongly recommend that you do not use launch configurations. They do not provide full functionality for Amazon EC2 Auto Scaling or Amazon EC2. For more information, see `Launch configurations <https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html>`_ and `Migrate AWS CloudFormation stacks from launch configurations to launch templates <https://docs.aws.amazon.com/autoscaling/ec2/userguide/migrate-launch-configurations-with-cloudformation.html>`_ in the *Amazon EC2 Auto Scaling User Guide* .
2210
2210
 
2211
2211
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html
2212
+ :cloudformationResource: AWS::AutoScaling::AutoScalingGroup
2212
2213
  :exampleMetadata: fixture=_generated
2213
2214
 
2214
2215
  Example::
@@ -6169,6 +6170,7 @@ class CfnLaunchConfiguration(
6169
6170
  Amazon EC2 Auto Scaling configures instances launched as part of an Auto Scaling group using either a `launch template <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html>`_ or a launch configuration. We strongly recommend that you do not use launch configurations. They do not provide full functionality for Amazon EC2 Auto Scaling or Amazon EC2. For more information, see `Launch configurations <https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html>`_ and `Migrate AWS CloudFormation stacks from launch configurations to launch templates <https://docs.aws.amazon.com/autoscaling/ec2/userguide/migrate-launch-configurations-with-cloudformation.html>`_ in the *Amazon EC2 Auto Scaling User Guide* .
6170
6171
 
6171
6172
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-launchconfiguration.html
6173
+ :cloudformationResource: AWS::AutoScaling::LaunchConfiguration
6172
6174
  :exampleMetadata: fixture=_generated
6173
6175
 
6174
6176
  Example::
@@ -7501,6 +7503,7 @@ class CfnLifecycleHook(
7501
7503
  For more information, see `Amazon EC2 Auto Scaling lifecycle hooks <https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html>`_ in the *Amazon EC2 Auto Scaling User Guide* .
7502
7504
 
7503
7505
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-lifecyclehook.html
7506
+ :cloudformationResource: AWS::AutoScaling::LifecycleHook
7504
7507
  :exampleMetadata: fixture=_generated
7505
7508
 
7506
7509
  Example::
@@ -7908,6 +7911,7 @@ class CfnScalingPolicy(
7908
7911
  For more information about using scaling policies to scale your Auto Scaling group automatically, see `Dynamic scaling <https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html>`_ and `Predictive scaling <https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-predictive-scaling.html>`_ in the *Amazon EC2 Auto Scaling User Guide* .
7909
7912
 
7910
7913
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html
7914
+ :cloudformationResource: AWS::AutoScaling::ScalingPolicy
7911
7915
  :exampleMetadata: fixture=_generated
7912
7916
 
7913
7917
  Example::
@@ -10773,6 +10777,7 @@ class CfnScheduledAction(
10773
10777
  For more information, see `Scheduled scaling <https://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html>`_ and `Suspending and resuming scaling processes <https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html>`_ in the *Amazon EC2 Auto Scaling User Guide* .
10774
10778
 
10775
10779
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html
10780
+ :cloudformationResource: AWS::AutoScaling::ScheduledAction
10776
10781
  :exampleMetadata: fixture=_generated
10777
10782
 
10778
10783
  Example::
@@ -11197,6 +11202,7 @@ class CfnWarmPool(
11197
11202
  CloudFormation supports the ``UpdatePolicy`` attribute for Auto Scaling groups. During an update, if ``UpdatePolicy`` is set to ``AutoScalingRollingUpdate`` , CloudFormation replaces ``InService`` instances only. Instances in the warm pool are not replaced. The difference in which instances are replaced can potentially result in different instance configurations after the stack update completes. If ``UpdatePolicy`` is set to ``AutoScalingReplacingUpdate`` , you do not encounter this issue because CloudFormation replaces both the Auto Scaling group and the warm pool.
11198
11203
 
11199
11204
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-warmpool.html
11205
+ :cloudformationResource: AWS::AutoScaling::WarmPool
11200
11206
  :exampleMetadata: fixture=_generated
11201
11207
 
11202
11208
  Example::
@@ -67,6 +67,7 @@ class CfnScalingPlan(
67
67
  For more information, see the `AWS Auto Scaling User Guide <https://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html>`_ .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html
70
+ :cloudformationResource: AWS::AutoScalingPlans::ScalingPlan
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -1640,6 +1640,7 @@ class CfnBackupPlan(
1640
1640
  For a sample AWS CloudFormation template, see the `AWS Backup Developer Guide <https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-cfn>`_ .
1641
1641
 
1642
1642
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html
1643
+ :cloudformationResource: AWS::Backup::BackupPlan
1643
1644
  :exampleMetadata: fixture=_generated
1644
1645
 
1645
1646
  Example::
@@ -2565,6 +2566,7 @@ class CfnBackupSelection(
2565
2566
  For a sample AWS CloudFormation template, see the `AWS Backup Developer Guide <https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-cfn>`_ .
2566
2567
 
2567
2568
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html
2569
+ :cloudformationResource: AWS::Backup::BackupSelection
2568
2570
  :exampleMetadata: fixture=_generated
2569
2571
 
2570
2572
  Example::
@@ -3295,6 +3297,7 @@ class CfnBackupVault(
3295
3297
  For a sample AWS CloudFormation template, see the `AWS Backup Developer Guide <https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-cfn>`_ .
3296
3298
 
3297
3299
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html
3300
+ :cloudformationResource: AWS::Backup::BackupVault
3298
3301
  :exampleMetadata: fixture=_generated
3299
3302
 
3300
3303
  Example::
@@ -3887,6 +3890,7 @@ class CfnFramework(
3887
3890
  For a sample AWS CloudFormation template, see the `AWS Backup Developer Guide <https://docs.aws.amazon.com/aws-backup/latest/devguide/bam-cfn-integration.html#bam-cfn-frameworks-template>`_ .
3888
3891
 
3889
3892
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-framework.html
3893
+ :cloudformationResource: AWS::Backup::Framework
3890
3894
  :exampleMetadata: fixture=_generated
3891
3895
 
3892
3896
  Example::
@@ -4516,6 +4520,7 @@ class CfnReportPlan(
4516
4520
  For a sample AWS CloudFormation template, see the `AWS Backup Developer Guide <https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-cfn>`_ .
4517
4521
 
4518
4522
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-reportplan.html
4523
+ :cloudformationResource: AWS::Backup::ReportPlan
4519
4524
  :exampleMetadata: fixture=_generated
4520
4525
 
4521
4526
  Example::
@@ -71,6 +71,7 @@ class CfnHypervisor(
71
71
  A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
72
72
 
73
73
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html
74
+ :cloudformationResource: AWS::BackupGateway::Hypervisor
74
75
  :exampleMetadata: fixture=_generated
75
76
 
76
77
  Example::