aws-cdk-lib 2.97.0__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 -309
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.97.0.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 +47 -69
  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 +44 -98
  25. aws_cdk/aws_autoscalingplans/__init__.py +1 -0
  26. aws_cdk/aws_backup/__init__.py +9 -128
  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 +37 -32
  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.0.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.0.dist-info/RECORD +0 -271
  234. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
  235. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
  236. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
  237. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
@@ -3686,6 +3686,7 @@ class CfnAccount(
3686
3686
  To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account.
3687
3687
 
3688
3688
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html
3689
+ :cloudformationResource: AWS::ApiGateway::Account
3689
3690
  :exampleMetadata: fixture=_generated
3690
3691
 
3691
3692
  Example::
@@ -3846,6 +3847,7 @@ class CfnApiKey(
3846
3847
  To specify which API key clients must use, map the API key with the ``RestApi`` and ``Stage`` resources that include the methods that require a key.
3847
3848
 
3848
3849
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html
3850
+ :cloudformationResource: AWS::ApiGateway::ApiKey
3849
3851
  :exampleMetadata: fixture=_generated
3850
3852
 
3851
3853
  Example::
@@ -4361,6 +4363,7 @@ class CfnAuthorizer(
4361
4363
  API Gateway activates the authorizer when a client calls those methods.
4362
4364
 
4363
4365
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html
4366
+ :cloudformationResource: AWS::ApiGateway::Authorizer
4364
4367
  :exampleMetadata: fixture=_generated
4365
4368
 
4366
4369
  Example::
@@ -4845,6 +4848,7 @@ class CfnBasePathMapping(
4845
4848
  '''The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL.
4846
4849
 
4847
4850
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html
4851
+ :cloudformationResource: AWS::ApiGateway::BasePathMapping
4848
4852
  :exampleMetadata: fixture=_generated
4849
4853
 
4850
4854
  Example::
@@ -5131,6 +5135,7 @@ class CfnClientCertificate(
5131
5135
  '''The ``AWS::ApiGateway::ClientCertificate`` resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.
5132
5136
 
5133
5137
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html
5138
+ :cloudformationResource: AWS::ApiGateway::ClientCertificate
5134
5139
  :exampleMetadata: fixture=_generated
5135
5140
 
5136
5141
  Example::
@@ -5336,6 +5341,7 @@ class CfnDeployment(
5336
5341
  The stage acts as an environment.
5337
5342
 
5338
5343
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html
5344
+ :cloudformationResource: AWS::ApiGateway::Deployment
5339
5345
  :exampleMetadata: fixture=_generated
5340
5346
 
5341
5347
  Example::
@@ -6654,6 +6660,7 @@ class CfnDocumentationPart(
6654
6660
  For more information, see `Representation of API Documentation in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api-content-representation.html>`_ in the *API Gateway Developer Guide* .
6655
6661
 
6656
6662
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html
6663
+ :cloudformationResource: AWS::ApiGateway::DocumentationPart
6657
6664
  :exampleMetadata: fixture=_generated
6658
6665
 
6659
6666
  Example::
@@ -7038,6 +7045,7 @@ class CfnDocumentationVersion(
7038
7045
  For more information, see `Representation of API Documentation in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api-content-representation.html>`_ in the *API Gateway Developer Guide* .
7039
7046
 
7040
7047
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html
7048
+ :cloudformationResource: AWS::ApiGateway::DocumentationVersion
7041
7049
  :exampleMetadata: fixture=_generated
7042
7050
 
7043
7051
  Example::
@@ -7262,6 +7270,7 @@ class CfnDomainName(
7262
7270
  You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see `Set up Custom Domain Name for an API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html>`_ in the *API Gateway Developer Guide* .
7263
7271
 
7264
7272
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html
7273
+ :cloudformationResource: AWS::ApiGateway::DomainName
7265
7274
  :exampleMetadata: fixture=_generated
7266
7275
 
7267
7276
  Example::
@@ -7879,6 +7888,7 @@ class CfnGatewayResponse(
7879
7888
  For more information, see `API Gateway Responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition>`_ in the *API Gateway Developer Guide* .
7880
7889
 
7881
7890
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html
7891
+ :cloudformationResource: AWS::ApiGateway::GatewayResponse
7882
7892
  :exampleMetadata: fixture=_generated
7883
7893
 
7884
7894
  Example::
@@ -8197,6 +8207,7 @@ class CfnMethod(
8197
8207
  '''The ``AWS::ApiGateway::Method`` resource creates API Gateway methods that define the parameters and body that clients must send in their requests.
8198
8208
 
8199
8209
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html
8210
+ :cloudformationResource: AWS::ApiGateway::Method
8200
8211
  :exampleMetadata: fixture=_generated
8201
8212
 
8202
8213
  Example::
@@ -9458,6 +9469,7 @@ class CfnModel(
9458
9469
  '''The ``AWS::ApiGateway::Model`` resource defines the structure of a request or response payload for an API method.
9459
9470
 
9460
9471
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html
9472
+ :cloudformationResource: AWS::ApiGateway::Model
9461
9473
  :exampleMetadata: fixture=_generated
9462
9474
 
9463
9475
  Example::
@@ -9759,6 +9771,7 @@ class CfnRequestValidator(
9759
9771
  For more information, see `Enable Basic Request Validation for an API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-request-validation.html>`_ in the *API Gateway Developer Guide* .
9760
9772
 
9761
9773
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html
9774
+ :cloudformationResource: AWS::ApiGateway::RequestValidator
9762
9775
  :exampleMetadata: fixture=_generated
9763
9776
 
9764
9777
  Example::
@@ -10039,6 +10052,7 @@ class CfnResource(
10039
10052
  '''The ``AWS::ApiGateway::Resource`` resource creates a resource in an API.
10040
10053
 
10041
10054
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html
10055
+ :cloudformationResource: AWS::ApiGateway::Resource
10042
10056
  :exampleMetadata: fixture=_generated
10043
10057
 
10044
10058
  Example::
@@ -10271,6 +10285,7 @@ class CfnRestApi(
10271
10285
  On January 1, 2016, the Swagger Specification was donated to the `OpenAPI initiative <https://docs.aws.amazon.com/https://www.openapis.org/>`_ , becoming the foundation of the OpenAPI Specification.
10272
10286
 
10273
10287
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html
10288
+ :cloudformationResource: AWS::ApiGateway::RestApi
10274
10289
  :exampleMetadata: fixture=_generated
10275
10290
 
10276
10291
  Example::
@@ -11199,6 +11214,7 @@ class CfnStage(
11199
11214
  '''The ``AWS::ApiGateway::Stage`` resource creates a stage for a deployment.
11200
11215
 
11201
11216
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html
11217
+ :cloudformationResource: AWS::ApiGateway::Stage
11202
11218
  :exampleMetadata: fixture=_generated
11203
11219
 
11204
11220
  Example::
@@ -12308,6 +12324,7 @@ class CfnUsagePlan(
12308
12324
  In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using `AWS Budgets <https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html>`_ to monitor costs and `AWS WAF <https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html>`_ to manage API requests.
12309
12325
 
12310
12326
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html
12327
+ :cloudformationResource: AWS::ApiGateway::UsagePlan
12311
12328
  :exampleMetadata: fixture=_generated
12312
12329
 
12313
12330
  Example::
@@ -12792,6 +12809,7 @@ class CfnUsagePlanKey(
12792
12809
  This association determines which users the usage plan is applied to.
12793
12810
 
12794
12811
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html
12812
+ :cloudformationResource: AWS::ApiGateway::UsagePlanKey
12795
12813
  :exampleMetadata: fixture=_generated
12796
12814
 
12797
12815
  Example::
@@ -13186,6 +13204,7 @@ class CfnVpcLink(
13186
13204
  For more information, see `vpclink:create <https://docs.aws.amazon.com/apigateway/latest/api/API_CreateVpcLink.html>`_ in the ``Amazon API Gateway REST API Reference`` .
13187
13205
 
13188
13206
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html
13207
+ :cloudformationResource: AWS::ApiGateway::VpcLink
13189
13208
  :exampleMetadata: fixture=_generated
13190
13209
 
13191
13210
  Example::
@@ -66,6 +66,7 @@ class CfnApi(
66
66
  WebSocket APIs and HTTP APIs are supported. For more information about WebSocket APIs, see `About WebSocket APIs in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-overview.html>`_ in the *API Gateway Developer Guide* . For more information about HTTP APIs, see `HTTP APIs <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html>`_ in the *API Gateway Developer Guide.*
67
67
 
68
68
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html
69
+ :cloudformationResource: AWS::ApiGatewayV2::Api
69
70
  :exampleMetadata: fixture=_generated
70
71
 
71
72
  Example::
@@ -770,6 +771,7 @@ class CfnApiGatewayManagedOverrides(
770
771
  When you create an API by using quick create, an ``AWS::ApiGatewayV2::Route`` , ``AWS::ApiGatewayV2::Integration`` , and ``AWS::ApiGatewayV2::Stage`` are created for you and associated with your ``AWS::ApiGatewayV2::Api`` . The ``AWS::ApiGatewayV2::ApiGatewayManagedOverrides`` resource enables you to set, or override the properties of these implicit resources. Supported only for HTTP APIs.
771
772
 
772
773
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apigatewaymanagedoverrides.html
774
+ :cloudformationResource: AWS::ApiGatewayV2::ApiGatewayManagedOverrides
773
775
  :exampleMetadata: fixture=_generated
774
776
 
775
777
  Example::
@@ -1715,6 +1717,7 @@ class CfnApiMapping(
1715
1717
  An API mapping relates a path of your custom domain name to a stage of your API. A custom domain name can have multiple API mappings, but the paths can't overlap. A custom domain can map only to APIs of the same protocol type. For more information, see `CreateApiMapping <https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-apimappings.html#CreateApiMapping>`_ in the *Amazon API Gateway V2 API Reference* .
1716
1718
 
1717
1719
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html
1720
+ :cloudformationResource: AWS::ApiGatewayV2::ApiMapping
1718
1721
  :exampleMetadata: fixture=_generated
1719
1722
 
1720
1723
  Example::
@@ -2351,6 +2354,7 @@ class CfnAuthorizer(
2351
2354
  To learn more, see `Controlling and managing access to a WebSocket API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-control-access.html>`_ and `Controlling and managing access to an HTTP API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-access-control.html>`_ in the *API Gateway Developer Guide* .
2352
2355
 
2353
2356
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html
2357
+ :cloudformationResource: AWS::ApiGatewayV2::Authorizer
2354
2358
  :exampleMetadata: fixture=_generated
2355
2359
 
2356
2360
  Example::
@@ -2972,6 +2976,7 @@ class CfnDeployment(
2972
2976
  '''The ``AWS::ApiGatewayV2::Deployment`` resource creates a deployment for an API.
2973
2977
 
2974
2978
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html
2979
+ :cloudformationResource: AWS::ApiGatewayV2::Deployment
2975
2980
  :exampleMetadata: fixture=_generated
2976
2981
 
2977
2982
  Example::
@@ -3203,6 +3208,7 @@ class CfnDomainName(
3203
3208
  You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see `Set up Custom Domain Name for an API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html>`_ in the *API Gateway Developer Guide* .
3204
3209
 
3205
3210
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html
3211
+ :cloudformationResource: AWS::ApiGatewayV2::DomainName
3206
3212
  :exampleMetadata: fixture=_generated
3207
3213
 
3208
3214
  Example::
@@ -3740,6 +3746,7 @@ class CfnIntegration(
3740
3746
  '''The ``AWS::ApiGatewayV2::Integration`` resource creates an integration for an API.
3741
3747
 
3742
3748
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html
3749
+ :cloudformationResource: AWS::ApiGatewayV2::Integration
3743
3750
  :exampleMetadata: fixture=_generated
3744
3751
 
3745
3752
  Example::
@@ -4741,6 +4748,7 @@ class CfnIntegrationResponse(
4741
4748
  For more information, see `Set up WebSocket API Integration Responses in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-integration-responses.html>`_ in the *API Gateway Developer Guide* .
4742
4749
 
4743
4750
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html
4751
+ :cloudformationResource: AWS::ApiGatewayV2::IntegrationResponse
4744
4752
  :exampleMetadata: fixture=_generated
4745
4753
 
4746
4754
  Example::
@@ -5129,6 +5137,7 @@ class CfnModel(
5129
5137
  For more information, see `Model Selection Expressions <https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-model-selection-expressions>`_ in the *API Gateway Developer Guide* .
5130
5138
 
5131
5139
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html
5140
+ :cloudformationResource: AWS::ApiGatewayV2::Model
5132
5141
  :exampleMetadata: fixture=_generated
5133
5142
 
5134
5143
  Example::
@@ -5432,6 +5441,7 @@ class CfnRoute(
5432
5441
  '''The ``AWS::ApiGatewayV2::Route`` resource creates a route for an API.
5433
5442
 
5434
5443
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html
5444
+ :cloudformationResource: AWS::ApiGatewayV2::Route
5435
5445
  :exampleMetadata: fixture=_generated
5436
5446
 
5437
5447
  Example::
@@ -6051,6 +6061,7 @@ class CfnRouteResponse(
6051
6061
  For more information, see `Set up Route Responses for a WebSocket API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-route-response.html>`_ in the *API Gateway Developer Guide* .
6052
6062
 
6053
6063
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html
6064
+ :cloudformationResource: AWS::ApiGatewayV2::RouteResponse
6054
6065
  :exampleMetadata: fixture=_generated
6055
6066
 
6056
6067
  Example::
@@ -6460,6 +6471,7 @@ class CfnStage(
6460
6471
  Each stage is a named reference to a deployment of the API and is made available for client applications to call. To learn more, see `Working with stages for HTTP APIs <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-stages.html>`_ and `Deploy a WebSocket API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-set-up-websocket-deployment.html>`_ .
6461
6472
 
6462
6473
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html
6474
+ :cloudformationResource: AWS::ApiGatewayV2::Stage
6463
6475
  :exampleMetadata: fixture=_generated
6464
6476
 
6465
6477
  Example::
@@ -7257,6 +7269,7 @@ class CfnVpcLink(
7257
7269
  Supported only for HTTP APIs. The VPC link status must transition from ``PENDING`` to ``AVAILABLE`` to successfully create a VPC link, which can take up to 10 minutes. To learn more, see `Working with VPC Links for HTTP APIs <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vpc-links.html>`_ in the *API Gateway Developer Guide* .
7258
7270
 
7259
7271
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-vpclink.html
7272
+ :cloudformationResource: AWS::ApiGatewayV2::VpcLink
7260
7273
  :exampleMetadata: fixture=_generated
7261
7274
 
7262
7275
  Example::
@@ -72,6 +72,7 @@ class CfnApplication(
72
72
  For more information, see `AWS AppConfig <https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html>`_ in the *AWS AppConfig User Guide* .
73
73
 
74
74
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html
75
+ :cloudformationResource: AWS::AppConfig::Application
75
76
  :exampleMetadata: fixture=_generated
76
77
 
77
78
  Example::
@@ -395,6 +396,7 @@ class CfnConfigurationProfile(
395
396
  For more information, see `AWS AppConfig <https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html>`_ in the *AWS AppConfig User Guide* .
396
397
 
397
398
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html
399
+ :cloudformationResource: AWS::AppConfig::ConfigurationProfile
398
400
  :exampleMetadata: fixture=_generated
399
401
 
400
402
  Example::
@@ -998,6 +1000,7 @@ class CfnDeployment(
998
1000
  For more information, see `AWS AppConfig <https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html>`_ in the *AWS AppConfig User Guide* .
999
1001
 
1000
1002
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html
1003
+ :cloudformationResource: AWS::AppConfig::Deployment
1001
1004
  :exampleMetadata: fixture=_generated
1002
1005
 
1003
1006
  Example::
@@ -1494,6 +1497,7 @@ class CfnDeploymentStrategy(
1494
1497
  For more information, see `AWS AppConfig <https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html>`_ in the *AWS AppConfig User Guide* .
1495
1498
 
1496
1499
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html
1500
+ :cloudformationResource: AWS::AppConfig::DeploymentStrategy
1497
1501
  :exampleMetadata: fixture=_generated
1498
1502
 
1499
1503
  Example::
@@ -2005,6 +2009,7 @@ class CfnEnvironment(
2005
2009
  For more information, see `AWS AppConfig <https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html>`_ in the *AWS AppConfig User Guide* .
2006
2010
 
2007
2011
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html
2012
+ :cloudformationResource: AWS::AppConfig::Environment
2008
2013
  :exampleMetadata: fixture=_generated
2009
2014
 
2010
2015
  Example::
@@ -2479,6 +2484,7 @@ class CfnExtension(
2479
2484
  For more information about extensions, see `Working with AWS AppConfig extensions <https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html>`_ in the *AWS AppConfig User Guide* .
2480
2485
 
2481
2486
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html
2487
+ :cloudformationResource: AWS::AppConfig::Extension
2482
2488
  :exampleMetadata: fixture=_generated
2483
2489
 
2484
2490
  Example::
@@ -2894,6 +2900,7 @@ class CfnExtensionAssociation(
2894
2900
  For example, you can choose to run the ``AWS AppConfig deployment events to Amazon SNS`` AWS authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AWS AppConfig resource is called an *extension association* . An extension association is a specified relationship between an extension and an AWS AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see `Working with AWS AppConfig extensions <https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html>`_ in the *AWS AppConfig User Guide* .
2895
2901
 
2896
2902
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extensionassociation.html
2903
+ :cloudformationResource: AWS::AppConfig::ExtensionAssociation
2897
2904
  :exampleMetadata: fixture=_generated
2898
2905
 
2899
2906
  Example::
@@ -3413,6 +3420,7 @@ class CfnHostedConfigurationVersion(
3413
3420
  - You can create a configuration and add it to the store when you create a configuration profile.
3414
3421
 
3415
3422
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html
3423
+ :cloudformationResource: AWS::AppConfig::HostedConfigurationVersion
3416
3424
  :exampleMetadata: fixture=_generated
3417
3425
 
3418
3426
  Example::
@@ -62,6 +62,7 @@ class CfnConnector(
62
62
  There is a soft quota of 100 connector profiles per AWS account . If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html
65
+ :cloudformationResource: AWS::AppFlow::Connector
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -344,6 +345,7 @@ class CfnConnectorProfile(
344
345
  If you want to use AWS CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template.
345
346
 
346
347
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html
348
+ :cloudformationResource: AWS::AppFlow::ConnectorProfile
347
349
  :exampleMetadata: fixture=_generated
348
350
 
349
351
  Example::
@@ -6042,6 +6044,7 @@ class CfnFlow(
6042
6044
  If you want to use AWS CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template.
6043
6045
 
6044
6046
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html
6047
+ :cloudformationResource: AWS::AppFlow::Flow
6045
6048
  :exampleMetadata: fixture=_generated
6046
6049
 
6047
6050
  Example::
@@ -60,6 +60,7 @@ class CfnDataIntegration(
60
60
  '''Creates and persists a DataIntegration resource.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-dataintegration.html
63
+ :cloudformationResource: AWS::AppIntegrations::DataIntegration
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -690,6 +691,7 @@ class CfnEventIntegration(
690
691
  You provide a name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that will push events to that bus. No objects are created in your account, only metadata that is persisted on the EventIntegration control plane.
691
692
 
692
693
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-eventintegration.html
694
+ :cloudformationResource: AWS::AppIntegrations::EventIntegration
693
695
  :exampleMetadata: fixture=_generated
694
696
 
695
697
  Example::
@@ -255,14 +255,11 @@ from .._jsii import *
255
255
  import constructs as _constructs_77d1e7e8
256
256
  from .. import (
257
257
  CfnResource as _CfnResource_9df397a6,
258
- CronOptions as _CronOptions_dd1ff9ac,
259
258
  Duration as _Duration_4839e8c3,
260
259
  IInspectable as _IInspectable_c2943556,
261
260
  IResolvable as _IResolvable_da3f097b,
262
261
  IResource as _IResource_c80c4260,
263
262
  Resource as _Resource_45bc6135,
264
- Schedule as _Schedule_e7f843a1,
265
- TimeZone as _TimeZone_cdd72ac9,
266
263
  TreeInspector as _TreeInspector_488e0dd5,
267
264
  )
268
265
  from ..aws_cloudwatch import Alarm as _Alarm_9fbab1f1, IMetric as _IMetric_c7fd29de
@@ -1145,6 +1142,7 @@ class CfnScalableTarget(
1145
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.
1146
1143
 
1147
1144
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html
1145
+ :cloudformationResource: AWS::ApplicationAutoScaling::ScalableTarget
1148
1146
  :exampleMetadata: fixture=_generated
1149
1147
 
1150
1148
  Example::
@@ -1993,6 +1991,7 @@ class CfnScalingPolicy(
1993
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* .
1994
1992
 
1995
1993
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html
1994
+ :cloudformationResource: AWS::ApplicationAutoScaling::ScalingPolicy
1996
1995
  :exampleMetadata: fixture=_generated
1997
1996
 
1998
1997
  Example::
@@ -3260,18 +3259,17 @@ class CfnScalingPolicyProps:
3260
3259
 
3261
3260
  @jsii.data_type(
3262
3261
  jsii_type="aws-cdk-lib.aws_applicationautoscaling.CronOptions",
3263
- jsii_struct_bases=[_CronOptions_dd1ff9ac],
3262
+ jsii_struct_bases=[],
3264
3263
  name_mapping={
3265
3264
  "day": "day",
3266
3265
  "hour": "hour",
3267
3266
  "minute": "minute",
3268
3267
  "month": "month",
3269
- "time_zone": "timeZone",
3270
3268
  "week_day": "weekDay",
3271
3269
  "year": "year",
3272
3270
  },
3273
3271
  )
3274
- class CronOptions(_CronOptions_dd1ff9ac):
3272
+ class CronOptions:
3275
3273
  def __init__(
3276
3274
  self,
3277
3275
  *,
@@ -3279,11 +3277,10 @@ class CronOptions(_CronOptions_dd1ff9ac):
3279
3277
  hour: typing.Optional[builtins.str] = None,
3280
3278
  minute: typing.Optional[builtins.str] = None,
3281
3279
  month: typing.Optional[builtins.str] = None,
3282
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
3283
3280
  week_day: typing.Optional[builtins.str] = None,
3284
3281
  year: typing.Optional[builtins.str] = None,
3285
3282
  ) -> None:
3286
- '''(deprecated) Options to configure a cron expression.
3283
+ '''Options to configure a cron expression.
3287
3284
 
3288
3285
  All fields are strings so you can use complex expressions. Absence of
3289
3286
  a field implies '*' or '?', whichever one is appropriate.
@@ -3292,33 +3289,39 @@ class CronOptions(_CronOptions_dd1ff9ac):
3292
3289
  :param hour: The hour to run this rule at. Default: - Every hour
3293
3290
  :param minute: The minute to run this rule at. Default: - Every minute
3294
3291
  :param month: The month to run this rule at. Default: - Every month
3295
- :param time_zone: Retrieve the expression for this schedule. Default: TimeZone.ETC_UTC
3296
3292
  :param week_day: The day of the week to run this rule at. Default: - Any day of the week
3297
3293
  :param year: The year to run this rule at. Default: - Every year
3298
3294
 
3299
- :deprecated: use core.CronOptions instead
3300
-
3301
3295
  :see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
3302
- :stability: deprecated
3303
- :exampleMetadata: fixture=_generated
3296
+ :exampleMetadata: infused
3304
3297
 
3305
3298
  Example::
3306
3299
 
3307
- # The code below shows an example of how to instantiate this type.
3308
- # The values are placeholders you should change.
3309
- import aws_cdk as cdk
3310
- from aws_cdk import aws_applicationautoscaling as appscaling
3300
+ # cluster: ecs.Cluster
3301
+
3302
+ load_balanced_fargate_service = ecs_patterns.ApplicationLoadBalancedFargateService(self, "Service",
3303
+ cluster=cluster,
3304
+ memory_limit_mi_b=1024,
3305
+ desired_count=1,
3306
+ cpu=512,
3307
+ task_image_options=ecsPatterns.ApplicationLoadBalancedTaskImageOptions(
3308
+ image=ecs.ContainerImage.from_registry("amazon/amazon-ecs-sample")
3309
+ )
3310
+ )
3311
+
3312
+ scalable_target = load_balanced_fargate_service.service.auto_scale_task_count(
3313
+ min_capacity=5,
3314
+ max_capacity=20
3315
+ )
3311
3316
 
3312
- # time_zone: cdk.TimeZone
3317
+ scalable_target.scale_on_schedule("DaytimeScaleDown",
3318
+ schedule=appscaling.Schedule.cron(hour="8", minute="0"),
3319
+ min_capacity=1
3320
+ )
3313
3321
 
3314
- cron_options = appscaling.CronOptions(
3315
- day="day",
3316
- hour="hour",
3317
- minute="minute",
3318
- month="month",
3319
- time_zone=time_zone,
3320
- week_day="weekDay",
3321
- year="year"
3322
+ scalable_target.scale_on_schedule("EveningRushScaleUp",
3323
+ schedule=appscaling.Schedule.cron(hour="20", minute="0"),
3324
+ min_capacity=10
3322
3325
  )
3323
3326
  '''
3324
3327
  if __debug__:
@@ -3327,7 +3330,6 @@ class CronOptions(_CronOptions_dd1ff9ac):
3327
3330
  check_type(argname="argument hour", value=hour, expected_type=type_hints["hour"])
3328
3331
  check_type(argname="argument minute", value=minute, expected_type=type_hints["minute"])
3329
3332
  check_type(argname="argument month", value=month, expected_type=type_hints["month"])
3330
- check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
3331
3333
  check_type(argname="argument week_day", value=week_day, expected_type=type_hints["week_day"])
3332
3334
  check_type(argname="argument year", value=year, expected_type=type_hints["year"])
3333
3335
  self._values: typing.Dict[builtins.str, typing.Any] = {}
@@ -3339,8 +3341,6 @@ class CronOptions(_CronOptions_dd1ff9ac):
3339
3341
  self._values["minute"] = minute
3340
3342
  if month is not None:
3341
3343
  self._values["month"] = month
3342
- if time_zone is not None:
3343
- self._values["time_zone"] = time_zone
3344
3344
  if week_day is not None:
3345
3345
  self._values["week_day"] = week_day
3346
3346
  if year is not None:
@@ -3382,15 +3382,6 @@ class CronOptions(_CronOptions_dd1ff9ac):
3382
3382
  result = self._values.get("month")
3383
3383
  return typing.cast(typing.Optional[builtins.str], result)
3384
3384
 
3385
- @builtins.property
3386
- def time_zone(self) -> typing.Optional[_TimeZone_cdd72ac9]:
3387
- '''Retrieve the expression for this schedule.
3388
-
3389
- :default: TimeZone.ETC_UTC
3390
- '''
3391
- result = self._values.get("time_zone")
3392
- return typing.cast(typing.Optional[_TimeZone_cdd72ac9], result)
3393
-
3394
3385
  @builtins.property
3395
3386
  def week_day(self) -> typing.Optional[builtins.str]:
3396
3387
  '''The day of the week to run this rule at.
@@ -4329,7 +4320,6 @@ class ScalingSchedule:
4329
4320
 
4330
4321
 
4331
4322
  class Schedule(
4332
- _Schedule_e7f843a1,
4333
4323
  metaclass=jsii.JSIIAbstractClass,
4334
4324
  jsii_type="aws-cdk-lib.aws_applicationautoscaling.Schedule",
4335
4325
  ):
@@ -4361,21 +4351,15 @@ class Schedule(
4361
4351
 
4362
4352
  @jsii.member(jsii_name="at")
4363
4353
  @builtins.classmethod
4364
- def at(
4365
- cls,
4366
- moment: datetime.datetime,
4367
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
4368
- ) -> "Schedule":
4354
+ def at(cls, moment: datetime.datetime) -> "Schedule":
4369
4355
  '''Construct a Schedule from a moment in time.
4370
4356
 
4371
4357
  :param moment: -
4372
- :param time_zone: -
4373
4358
  '''
4374
4359
  if __debug__:
4375
4360
  type_hints = typing.get_type_hints(_typecheckingstub__9b6d7fda9383aedbe53cc8d8ade34a64e19233e11096bdf1844196644aa79458)
4376
4361
  check_type(argname="argument moment", value=moment, expected_type=type_hints["moment"])
4377
- check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
4378
- return typing.cast("Schedule", jsii.sinvoke(cls, "at", [moment, time_zone]))
4362
+ return typing.cast("Schedule", jsii.sinvoke(cls, "at", [moment]))
4379
4363
 
4380
4364
  @jsii.member(jsii_name="cron")
4381
4365
  @builtins.classmethod
@@ -4386,7 +4370,6 @@ class Schedule(
4386
4370
  hour: typing.Optional[builtins.str] = None,
4387
4371
  minute: typing.Optional[builtins.str] = None,
4388
4372
  month: typing.Optional[builtins.str] = None,
4389
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
4390
4373
  week_day: typing.Optional[builtins.str] = None,
4391
4374
  year: typing.Optional[builtins.str] = None,
4392
4375
  ) -> "Schedule":
@@ -4396,16 +4379,14 @@ class Schedule(
4396
4379
  :param hour: The hour to run this rule at. Default: - Every hour
4397
4380
  :param minute: The minute to run this rule at. Default: - Every minute
4398
4381
  :param month: The month to run this rule at. Default: - Every month
4399
- :param time_zone: Retrieve the expression for this schedule. Default: TimeZone.ETC_UTC
4400
4382
  :param week_day: The day of the week to run this rule at. Default: - Any day of the week
4401
4383
  :param year: The year to run this rule at. Default: - Every year
4402
4384
  '''
4403
- options = _CronOptions_dd1ff9ac(
4385
+ options = CronOptions(
4404
4386
  day=day,
4405
4387
  hour=hour,
4406
4388
  minute=minute,
4407
4389
  month=month,
4408
- time_zone=time_zone,
4409
4390
  week_day=week_day,
4410
4391
  year=year,
4411
4392
  )
@@ -4414,29 +4395,21 @@ class Schedule(
4414
4395
 
4415
4396
  @jsii.member(jsii_name="expression")
4416
4397
  @builtins.classmethod
4417
- def expression(
4418
- cls,
4419
- expression: builtins.str,
4420
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
4421
- ) -> "Schedule":
4398
+ def expression(cls, expression: builtins.str) -> "Schedule":
4422
4399
  '''Construct a schedule from a literal schedule expression.
4423
4400
 
4424
4401
  :param expression: The expression to use. Must be in a format that Application AutoScaling will recognize
4425
- :param time_zone: -
4426
4402
  '''
4427
4403
  if __debug__:
4428
4404
  type_hints = typing.get_type_hints(_typecheckingstub__7e25a6639f36857385bcf857e79dd3e959c720c58729794a75fde1193754cc9d)
4429
4405
  check_type(argname="argument expression", value=expression, expected_type=type_hints["expression"])
4430
- check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
4431
- return typing.cast("Schedule", jsii.sinvoke(cls, "expression", [expression, time_zone]))
4406
+ return typing.cast("Schedule", jsii.sinvoke(cls, "expression", [expression]))
4432
4407
 
4433
4408
  @jsii.member(jsii_name="rate")
4434
4409
  @builtins.classmethod
4435
4410
  def rate(cls, duration: _Duration_4839e8c3) -> "Schedule":
4436
4411
  '''Construct a schedule from an interval and a time unit.
4437
4412
 
4438
- Must be a whole number of seconds.
4439
-
4440
4413
  :param duration: -
4441
4414
  '''
4442
4415
  if __debug__:
@@ -4444,12 +4417,20 @@ class Schedule(
4444
4417
  check_type(argname="argument duration", value=duration, expected_type=type_hints["duration"])
4445
4418
  return typing.cast("Schedule", jsii.sinvoke(cls, "rate", [duration]))
4446
4419
 
4420
+ @builtins.property
4421
+ @jsii.member(jsii_name="expressionString")
4422
+ @abc.abstractmethod
4423
+ def expression_string(self) -> builtins.str:
4424
+ '''Retrieve the expression for this schedule.'''
4425
+ ...
4447
4426
 
4448
- class _ScheduleProxy(
4449
- Schedule,
4450
- jsii.proxy_for(_Schedule_e7f843a1), # type: ignore[misc]
4451
- ):
4452
- pass
4427
+
4428
+ class _ScheduleProxy(Schedule):
4429
+ @builtins.property
4430
+ @jsii.member(jsii_name="expressionString")
4431
+ def expression_string(self) -> builtins.str:
4432
+ '''Retrieve the expression for this schedule.'''
4433
+ return typing.cast(builtins.str, jsii.get(self, "expressionString"))
4453
4434
 
4454
4435
  # Adding a "__jsii_proxy_class__(): typing.Type" function to the abstract class
4455
4436
  typing.cast(typing.Any, Schedule).__jsii_proxy_class__ = lambda : _ScheduleProxy
@@ -5946,7 +5927,6 @@ def _typecheckingstub__6de063595e26cfdffe8cc2657f923bb73bea86791277de8f39a31cb70
5946
5927
  hour: typing.Optional[builtins.str] = None,
5947
5928
  minute: typing.Optional[builtins.str] = None,
5948
5929
  month: typing.Optional[builtins.str] = None,
5949
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
5950
5930
  week_day: typing.Optional[builtins.str] = None,
5951
5931
  year: typing.Optional[builtins.str] = None,
5952
5932
  ) -> None:
@@ -6065,14 +6045,12 @@ def _typecheckingstub__57aef750eb5141016e0f252e7b49eacfa61419872935a6645e358d0c9
6065
6045
 
6066
6046
  def _typecheckingstub__9b6d7fda9383aedbe53cc8d8ade34a64e19233e11096bdf1844196644aa79458(
6067
6047
  moment: datetime.datetime,
6068
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
6069
6048
  ) -> None:
6070
6049
  """Type checking stubs"""
6071
6050
  pass
6072
6051
 
6073
6052
  def _typecheckingstub__7e25a6639f36857385bcf857e79dd3e959c720c58729794a75fde1193754cc9d(
6074
6053
  expression: builtins.str,
6075
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
6076
6054
  ) -> None:
6077
6055
  """Type checking stubs"""
6078
6056
  pass
@@ -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::