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
@@ -68,7 +68,7 @@ To add rules to a plan, use `addRule()`:
68
68
  plan.add_rule(backup.BackupPlanRule(
69
69
  completion_window=Duration.hours(2),
70
70
  start_window=Duration.hours(1),
71
- schedule=backup.Schedule.cron( # Only cron expressions are supported
71
+ schedule_expression=events.Schedule.cron( # Only cron expressions are supported
72
72
  day="15",
73
73
  hour="3",
74
74
  minute="30"),
@@ -255,15 +255,12 @@ import constructs as _constructs_77d1e7e8
255
255
  from .. import (
256
256
  CfnResource as _CfnResource_9df397a6,
257
257
  CfnTag as _CfnTag_f6864754,
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
  RemovalPolicy as _RemovalPolicy_9f93c814,
264
263
  Resource as _Resource_45bc6135,
265
- Schedule as _Schedule_e7f843a1,
266
- TimeZone as _TimeZone_cdd72ac9,
267
264
  TreeInspector as _TreeInspector_488e0dd5,
268
265
  )
269
266
  from ..aws_dynamodb import ITable as _ITable_504fd401
@@ -516,7 +513,6 @@ class BackupPlanRule(
516
513
  move_to_cold_storage_after: typing.Optional[_Duration_4839e8c3] = None,
517
514
  recovery_point_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
518
515
  rule_name: typing.Optional[builtins.str] = None,
519
- schedule: typing.Optional["Schedule"] = None,
520
516
  schedule_expression: typing.Optional[_Schedule_c151d01f] = None,
521
517
  start_window: typing.Optional[_Duration_4839e8c3] = None,
522
518
  ) -> None:
@@ -529,8 +525,7 @@ class BackupPlanRule(
529
525
  :param move_to_cold_storage_after: Specifies the duration after creation that a recovery point is moved to cold storage. Default: - recovery point is never moved to cold storage
530
526
  :param recovery_point_tags: To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. Default: - no recovery point tags.
531
527
  :param rule_name: A display name for the backup rule. Default: - a CDK generated name
532
- :param schedule: A CRON expression specifying when AWS Backup initiates a backup job. Default: - no schedule
533
- :param schedule_expression: (deprecated) A CRON expression specifying when AWS Backup initiates a backup job. Default: - no schedule
528
+ :param schedule_expression: A CRON expression specifying when AWS Backup initiates a backup job. Default: - no schedule
534
529
  :param start_window: The duration after a backup is scheduled before a job is canceled if it doesn't start successfully. Default: - 8 hours
535
530
  '''
536
531
  props = BackupPlanRuleProps(
@@ -542,7 +537,6 @@ class BackupPlanRule(
542
537
  move_to_cold_storage_after=move_to_cold_storage_after,
543
538
  recovery_point_tags=recovery_point_tags,
544
539
  rule_name=rule_name,
545
- schedule=schedule,
546
540
  schedule_expression=schedule_expression,
547
541
  start_window=start_window,
548
542
  )
@@ -643,7 +637,6 @@ class BackupPlanRule(
643
637
  "move_to_cold_storage_after": "moveToColdStorageAfter",
644
638
  "recovery_point_tags": "recoveryPointTags",
645
639
  "rule_name": "ruleName",
646
- "schedule": "schedule",
647
640
  "schedule_expression": "scheduleExpression",
648
641
  "start_window": "startWindow",
649
642
  },
@@ -660,7 +653,6 @@ class BackupPlanRuleProps:
660
653
  move_to_cold_storage_after: typing.Optional[_Duration_4839e8c3] = None,
661
654
  recovery_point_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
662
655
  rule_name: typing.Optional[builtins.str] = None,
663
- schedule: typing.Optional["Schedule"] = None,
664
656
  schedule_expression: typing.Optional[_Schedule_c151d01f] = None,
665
657
  start_window: typing.Optional[_Duration_4839e8c3] = None,
666
658
  ) -> None:
@@ -674,8 +666,7 @@ class BackupPlanRuleProps:
674
666
  :param move_to_cold_storage_after: Specifies the duration after creation that a recovery point is moved to cold storage. Default: - recovery point is never moved to cold storage
675
667
  :param recovery_point_tags: To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. Default: - no recovery point tags.
676
668
  :param rule_name: A display name for the backup rule. Default: - a CDK generated name
677
- :param schedule: A CRON expression specifying when AWS Backup initiates a backup job. Default: - no schedule
678
- :param schedule_expression: (deprecated) A CRON expression specifying when AWS Backup initiates a backup job. Default: - no schedule
669
+ :param schedule_expression: A CRON expression specifying when AWS Backup initiates a backup job. Default: - no schedule
679
670
  :param start_window: The duration after a backup is scheduled before a job is canceled if it doesn't start successfully. Default: - 8 hours
680
671
 
681
672
  :exampleMetadata: infused
@@ -703,7 +694,6 @@ class BackupPlanRuleProps:
703
694
  check_type(argname="argument move_to_cold_storage_after", value=move_to_cold_storage_after, expected_type=type_hints["move_to_cold_storage_after"])
704
695
  check_type(argname="argument recovery_point_tags", value=recovery_point_tags, expected_type=type_hints["recovery_point_tags"])
705
696
  check_type(argname="argument rule_name", value=rule_name, expected_type=type_hints["rule_name"])
706
- check_type(argname="argument schedule", value=schedule, expected_type=type_hints["schedule"])
707
697
  check_type(argname="argument schedule_expression", value=schedule_expression, expected_type=type_hints["schedule_expression"])
708
698
  check_type(argname="argument start_window", value=start_window, expected_type=type_hints["start_window"])
709
699
  self._values: typing.Dict[builtins.str, typing.Any] = {}
@@ -723,8 +713,6 @@ class BackupPlanRuleProps:
723
713
  self._values["recovery_point_tags"] = recovery_point_tags
724
714
  if rule_name is not None:
725
715
  self._values["rule_name"] = rule_name
726
- if schedule is not None:
727
- self._values["schedule"] = schedule
728
716
  if schedule_expression is not None:
729
717
  self._values["schedule_expression"] = schedule_expression
730
718
  if start_window is not None:
@@ -816,24 +804,11 @@ class BackupPlanRuleProps:
816
804
  result = self._values.get("rule_name")
817
805
  return typing.cast(typing.Optional[builtins.str], result)
818
806
 
819
- @builtins.property
820
- def schedule(self) -> typing.Optional["Schedule"]:
821
- '''A CRON expression specifying when AWS Backup initiates a backup job.
822
-
823
- :default: - no schedule
824
- '''
825
- result = self._values.get("schedule")
826
- return typing.cast(typing.Optional["Schedule"], result)
827
-
828
807
  @builtins.property
829
808
  def schedule_expression(self) -> typing.Optional[_Schedule_c151d01f]:
830
- '''(deprecated) A CRON expression specifying when AWS Backup initiates a backup job.
809
+ '''A CRON expression specifying when AWS Backup initiates a backup job.
831
810
 
832
811
  :default: - no schedule
833
-
834
- :deprecated: use schedule prop instead
835
-
836
- :stability: deprecated
837
812
  '''
838
813
  result = self._values.get("schedule_expression")
839
814
  return typing.cast(typing.Optional[_Schedule_c151d01f], result)
@@ -1665,6 +1640,7 @@ class CfnBackupPlan(
1665
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>`_ .
1666
1641
 
1667
1642
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html
1643
+ :cloudformationResource: AWS::Backup::BackupPlan
1668
1644
  :exampleMetadata: fixture=_generated
1669
1645
 
1670
1646
  Example::
@@ -2590,6 +2566,7 @@ class CfnBackupSelection(
2590
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>`_ .
2591
2567
 
2592
2568
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html
2569
+ :cloudformationResource: AWS::Backup::BackupSelection
2593
2570
  :exampleMetadata: fixture=_generated
2594
2571
 
2595
2572
  Example::
@@ -3320,6 +3297,7 @@ class CfnBackupVault(
3320
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>`_ .
3321
3298
 
3322
3299
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html
3300
+ :cloudformationResource: AWS::Backup::BackupVault
3323
3301
  :exampleMetadata: fixture=_generated
3324
3302
 
3325
3303
  Example::
@@ -3912,6 +3890,7 @@ class CfnFramework(
3912
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>`_ .
3913
3891
 
3914
3892
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-framework.html
3893
+ :cloudformationResource: AWS::Backup::Framework
3915
3894
  :exampleMetadata: fixture=_generated
3916
3895
 
3917
3896
  Example::
@@ -4541,6 +4520,7 @@ class CfnReportPlan(
4541
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>`_ .
4542
4521
 
4543
4522
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-reportplan.html
4523
+ :cloudformationResource: AWS::Backup::ReportPlan
4544
4524
  :exampleMetadata: fixture=_generated
4545
4525
 
4546
4526
  Example::
@@ -5303,96 +5283,6 @@ class LockConfiguration:
5303
5283
  )
5304
5284
 
5305
5285
 
5306
- class Schedule(
5307
- _Schedule_e7f843a1,
5308
- metaclass=jsii.JSIIAbstractClass,
5309
- jsii_type="aws-cdk-lib.aws_backup.Schedule",
5310
- ):
5311
- '''
5312
- :exampleMetadata: infused
5313
-
5314
- Example::
5315
-
5316
- # plan: backup.BackupPlan
5317
-
5318
- plan.add_rule(backup.BackupPlanRule(
5319
- completion_window=Duration.hours(2),
5320
- start_window=Duration.hours(1),
5321
- schedule=backup.Schedule.cron( # Only cron expressions are supported
5322
- day="15",
5323
- hour="3",
5324
- minute="30"),
5325
- move_to_cold_storage_after=Duration.days(30)
5326
- ))
5327
- '''
5328
-
5329
- def __init__(self) -> None:
5330
- jsii.create(self.__class__, self, [])
5331
-
5332
- @jsii.member(jsii_name="cron")
5333
- @builtins.classmethod
5334
- def cron(
5335
- cls,
5336
- *,
5337
- day: typing.Optional[builtins.str] = None,
5338
- hour: typing.Optional[builtins.str] = None,
5339
- minute: typing.Optional[builtins.str] = None,
5340
- month: typing.Optional[builtins.str] = None,
5341
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
5342
- week_day: typing.Optional[builtins.str] = None,
5343
- year: typing.Optional[builtins.str] = None,
5344
- ) -> "Schedule":
5345
- '''Construct a schedule from cron options.
5346
-
5347
- :param day: The day of the month to run this rule at. Default: - Every day of the month
5348
- :param hour: The hour to run this rule at. Default: - Every hour
5349
- :param minute: The minute to run this rule at. Default: - Every minute
5350
- :param month: The month to run this rule at. Default: - Every month
5351
- :param time_zone: Retrieve the expression for this schedule. Default: TimeZone.ETC_UTC
5352
- :param week_day: The day of the week to run this rule at. Default: - Any day of the week
5353
- :param year: The year to run this rule at. Default: - Every year
5354
- '''
5355
- options = _CronOptions_dd1ff9ac(
5356
- day=day,
5357
- hour=hour,
5358
- minute=minute,
5359
- month=month,
5360
- time_zone=time_zone,
5361
- week_day=week_day,
5362
- year=year,
5363
- )
5364
-
5365
- return typing.cast("Schedule", jsii.sinvoke(cls, "cron", [options]))
5366
-
5367
- @jsii.member(jsii_name="expression")
5368
- @builtins.classmethod
5369
- def expression(
5370
- cls,
5371
- expression: builtins.str,
5372
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
5373
- ) -> "Schedule":
5374
- '''Construct a schedule from a literal schedule expression.
5375
-
5376
- :param expression: The expression to use. Must be in a format that AWS Backup will recognize
5377
- :param time_zone: -
5378
- '''
5379
- if __debug__:
5380
- type_hints = typing.get_type_hints(_typecheckingstub__961c489eca07f1d2ad06099ec046a18760ee77c634ffa3fda2b48c0b5855320d)
5381
- check_type(argname="argument expression", value=expression, expected_type=type_hints["expression"])
5382
- check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
5383
- return typing.cast("Schedule", jsii.sinvoke(cls, "expression", [expression, time_zone]))
5384
-
5385
-
5386
- class _ScheduleProxy(
5387
- Schedule,
5388
- jsii.proxy_for(_Schedule_e7f843a1), # type: ignore[misc]
5389
- ):
5390
- pass
5391
-
5392
- # Adding a "__jsii_proxy_class__(): typing.Type" function to the abstract class
5393
- typing.cast(typing.Any, Schedule).__jsii_proxy_class__ = lambda : _ScheduleProxy
5394
-
5395
-
5396
5286
  @jsii.data_type(
5397
5287
  jsii_type="aws-cdk-lib.aws_backup.TagCondition",
5398
5288
  jsii_struct_bases=[],
@@ -5893,7 +5783,6 @@ __all__ = [
5893
5783
  "IBackupPlan",
5894
5784
  "IBackupVault",
5895
5785
  "LockConfiguration",
5896
- "Schedule",
5897
5786
  "TagCondition",
5898
5787
  "TagOperation",
5899
5788
  ]
@@ -5959,7 +5848,6 @@ def _typecheckingstub__521e43eca71db1c8347b5dbf1e88135cbc1fd43f07248784b33b55d83
5959
5848
  move_to_cold_storage_after: typing.Optional[_Duration_4839e8c3] = None,
5960
5849
  recovery_point_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5961
5850
  rule_name: typing.Optional[builtins.str] = None,
5962
- schedule: typing.Optional[Schedule] = None,
5963
5851
  schedule_expression: typing.Optional[_Schedule_c151d01f] = None,
5964
5852
  start_window: typing.Optional[_Duration_4839e8c3] = None,
5965
5853
  ) -> None:
@@ -6527,13 +6415,6 @@ def _typecheckingstub__7f8085843c1a2a230e0c965fbb91f96b1b11b817ee7d9232b4d368b47
6527
6415
  """Type checking stubs"""
6528
6416
  pass
6529
6417
 
6530
- def _typecheckingstub__961c489eca07f1d2ad06099ec046a18760ee77c634ffa3fda2b48c0b5855320d(
6531
- expression: builtins.str,
6532
- time_zone: typing.Optional[_TimeZone_cdd72ac9] = None,
6533
- ) -> None:
6534
- """Type checking stubs"""
6535
- pass
6536
-
6537
6418
  def _typecheckingstub__ebec77480ee4239c5e74e693ea6942bce079e6a195e1db4021330679f19a3080(
6538
6419
  *,
6539
6420
  key: builtins.str,
@@ -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::
@@ -856,6 +856,7 @@ class CfnComputeEnvironment(
856
856
  If these rules are followed, any update that triggers an infrastructure update will cause the AMI ID to be re-selected. If the `Version <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version>`_ property of the `LaunchTemplateSpecification <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html>`_ is set to ``$Latest`` or ``$Default`` , the latest or default version of the launch template will be evaluated up at the time of the infrastructure update, even if the ``LaunchTemplateSpecification`` was not updated.
857
857
 
858
858
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html
859
+ :cloudformationResource: AWS::Batch::ComputeEnvironment
859
860
  :exampleMetadata: fixture=_generated
860
861
 
861
862
  Example::
@@ -2352,6 +2353,7 @@ class CfnJobDefinition(
2352
2353
  For more information, see `Job Definitions <https://docs.aws.amazon.com/batch/latest/userguide/job_definitions.html>`_ in the ** .
2353
2354
 
2354
2355
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html
2356
+ :cloudformationResource: AWS::Batch::JobDefinition
2355
2357
  :exampleMetadata: fixture=_generated
2356
2358
 
2357
2359
  Example::
@@ -6810,14 +6812,14 @@ class CfnJobDefinition(
6810
6812
  name: builtins.str,
6811
6813
  soft_limit: jsii.Number,
6812
6814
  ) -> None:
6813
- '''The ``ulimit`` settings to pass to the container.
6815
+ '''The ``ulimit`` settings to pass to the container. For more information, see `Ulimit <https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Ulimit.html>`_ .
6814
6816
 
6815
6817
  .. epigraph::
6816
6818
 
6817
6819
  This object isn't applicable to jobs that are running on Fargate resources.
6818
6820
 
6819
6821
  :param hard_limit: The hard limit for the ``ulimit`` type.
6820
- :param name: The ``type`` of the ``ulimit`` .
6822
+ :param name: The ``type`` of the ``ulimit`` . Valid values are: ``core`` | ``cpu`` | ``data`` | ``fsize`` | ``locks`` | ``memlock`` | ``msgqueue`` | ``nice`` | ``nofile`` | ``nproc`` | ``rss`` | ``rtprio`` | ``rttime`` | ``sigpending`` | ``stack`` .
6821
6823
  :param soft_limit: The soft limit for the ``ulimit`` type.
6822
6824
 
6823
6825
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ulimit.html
@@ -6860,6 +6862,8 @@ class CfnJobDefinition(
6860
6862
  def name(self) -> builtins.str:
6861
6863
  '''The ``type`` of the ``ulimit`` .
6862
6864
 
6865
+ Valid values are: ``core`` | ``cpu`` | ``data`` | ``fsize`` | ``locks`` | ``memlock`` | ``msgqueue`` | ``nice`` | ``nofile`` | ``nproc`` | ``rss`` | ``rtprio`` | ``rttime`` | ``sigpending`` | ``stack`` .
6866
+
6863
6867
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ulimit.html#cfn-batch-jobdefinition-ulimit-name
6864
6868
  '''
6865
6869
  result = self._values.get("name")
@@ -7623,6 +7627,7 @@ class CfnJobQueue(
7623
7627
  For more information, see `Job Queues <https://docs.aws.amazon.com/batch/latest/userguide/job_queues.html>`_ in the ** .
7624
7628
 
7625
7629
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html
7630
+ :cloudformationResource: AWS::Batch::JobQueue
7626
7631
  :exampleMetadata: fixture=_generated
7627
7632
 
7628
7633
  Example::
@@ -8074,6 +8079,7 @@ class CfnSchedulingPolicy(
8074
8079
  For more information, see `Scheduling Policies <https://docs.aws.amazon.com/batch/latest/userguide/scheduling_policies.html>`_ in the ** .
8075
8080
 
8076
8081
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-schedulingpolicy.html
8082
+ :cloudformationResource: AWS::Batch::SchedulingPolicy
8077
8083
  :exampleMetadata: fixture=_generated
8078
8084
 
8079
8085
  Example::
@@ -60,6 +60,7 @@ class CfnBillingGroup(
60
60
  '''Creates a billing group that resembles a consolidated billing family that AWS charges, based off of the predefined pricing plan computation.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-billinggroup.html
63
+ :cloudformationResource: AWS::BillingConductor::BillingGroup
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -615,6 +616,7 @@ class CfnCustomLineItem(
615
616
  You can apply custom line items to the current or previous billing period. You can create either a fee or a discount custom line item.
616
617
 
617
618
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-customlineitem.html
619
+ :cloudformationResource: AWS::BillingConductor::CustomLineItem
618
620
  :exampleMetadata: fixture=_generated
619
621
 
620
622
  Example::
@@ -1496,6 +1498,7 @@ class CfnPricingPlan(
1496
1498
  '''Creates a pricing plan that is used for computing AWS charges for billing groups.
1497
1499
 
1498
1500
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingplan.html
1501
+ :cloudformationResource: AWS::BillingConductor::PricingPlan
1499
1502
  :exampleMetadata: fixture=_generated
1500
1503
 
1501
1504
  Example::
@@ -1802,6 +1805,7 @@ class CfnPricingRule(
1802
1805
  '''Creates a pricing rule which can be associated with a pricing plan, or a set of pricing plans.
1803
1806
 
1804
1807
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingrule.html
1808
+ :cloudformationResource: AWS::BillingConductor::PricingRule
1805
1809
  :exampleMetadata: fixture=_generated
1806
1810
 
1807
1811
  Example::
@@ -59,6 +59,7 @@ class CfnBudget(
59
59
  creates, replaces, or deletes budgets for Billing and Cost Management. For more information, see `Managing Your Costs with Budgets <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html>`_ in the *AWS Billing and Cost Management User Guide* .
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html
62
+ :cloudformationResource: AWS::Budgets::Budget
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -1499,6 +1500,7 @@ class CfnBudgetsAction(
1499
1500
  For more information, see `Managing Your Costs with Budgets <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html>`_ in the *AWS Billing and Cost Management User Guide* .
1500
1501
 
1501
1502
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budgetsaction.html
1503
+ :cloudformationResource: AWS::Budgets::BudgetsAction
1502
1504
  :exampleMetadata: fixture=_generated
1503
1505
 
1504
1506
  Example::
@@ -62,6 +62,7 @@ class CfnKeyspace(
62
62
  For more information, see `Create a keyspace and a table <https://docs.aws.amazon.com/keyspaces/latest/devguide/getting-started.ddl.html>`_ in the *Amazon Keyspaces Developer Guide* .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html
65
+ :cloudformationResource: AWS::Cassandra::Keyspace
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -406,6 +407,7 @@ class CfnTable(
406
407
  For more information, see `Create a keyspace and a table <https://docs.aws.amazon.com/keyspaces/latest/devguide/getting-started.ddl.html>`_ in the *Amazon Keyspaces Developer Guide* .
407
408
 
408
409
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html
410
+ :cloudformationResource: AWS::Cassandra::Table
409
411
  :exampleMetadata: fixture=_generated
410
412
 
411
413
  Example::
@@ -59,6 +59,7 @@ class CfnAnomalyMonitor(
59
59
  The content consists of detailed metadata and the current status of the monitor object.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalymonitor.html
62
+ :cloudformationResource: AWS::CE::AnomalyMonitor
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -483,6 +484,7 @@ class CfnAnomalySubscription(
483
484
  Anomalies that don’t exceed the chosen threshold and therefore don’t trigger notifications from an anomaly subscription will still be available on the console and from the ```GetAnomalies`` <https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetAnomalies.html>`_ API.
484
485
 
485
486
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalysubscription.html
487
+ :cloudformationResource: AWS::CE::AnomalySubscription
486
488
  :exampleMetadata: fixture=_generated
487
489
 
488
490
  Example::
@@ -1059,6 +1061,7 @@ class CfnCostCategory(
1059
1061
  For more information, see `Managing Your Costs with Cost Categories <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-cost-categories.html>`_ in the *AWS Billing and Cost Management User Guide* .
1060
1062
 
1061
1063
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html
1064
+ :cloudformationResource: AWS::CE::CostCategory
1062
1065
  :exampleMetadata: fixture=_generated
1063
1066
 
1064
1067
  Example::
@@ -601,6 +601,7 @@ class CfnAccount(
601
601
  '''The ``AWS::CertificateManager::Account`` resource defines the expiry event configuration that determines the number of days prior to expiry when ACM starts generating EventBridge events.
602
602
 
603
603
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-account.html
604
+ :cloudformationResource: AWS::CertificateManager::Account
604
605
  :exampleMetadata: fixture=_generated
605
606
 
606
607
  Example::
@@ -839,6 +840,7 @@ class CfnCertificate(
839
840
  However, if the certificate uses email validation, or if the domain is not hosted in Route 53, then the stack will remain in the ``CREATE_IN_PROGRESS`` state. Further stack operations are delayed until you validate the certificate request, either by acting upon the instructions in the validation email, or by adding a CNAME record to your DNS configuration. For more information, see `Option 1: DNS Validation <https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html>`_ and `Option 2: Email Validation <https://docs.aws.amazon.com/acm/latest/userguide/email-validation.html>`_ .
840
841
 
841
842
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html
843
+ :cloudformationResource: AWS::CertificateManager::Certificate
842
844
  :exampleMetadata: fixture=_generated
843
845
 
844
846
  Example::
@@ -106,6 +106,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
106
106
  This resource requires some setup to be done in the AWS Chatbot console. To provide the required Microsoft Teams team and tenant IDs, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console, then copy and paste the IDs from the console. For more details, see steps 1-4 in `Setting Up AWS Chatbot with Microsoft Teams <https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup>`_ in the *AWS Chatbot Administrator Guide* .
107
107
 
108
108
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-microsoftteamschannelconfiguration.html
109
+ :cloudformationResource: AWS::Chatbot::MicrosoftTeamsChannelConfiguration
109
110
  :exampleMetadata: fixture=_generated
110
111
 
111
112
  Example::
@@ -566,6 +567,7 @@ class CfnSlackChannelConfiguration(
566
567
  This resource requires some setup to be done in the AWS Chatbot console. To provide the required Slack workspace ID, you must perform the initial authorization flow with Slack in the AWS Chatbot console, then copy and paste the workspace ID from the console. For more details, see steps 1-4 in `Setting Up AWS Chatbot with Slack <https://docs.aws.amazon.com/chatbot/latest/adminguide/setting-up.html#Setup_intro>`_ in the *AWS Chatbot User Guide* .
567
568
 
568
569
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html
570
+ :cloudformationResource: AWS::Chatbot::SlackChannelConfiguration
569
571
  :exampleMetadata: fixture=_generated
570
572
 
571
573
  Example::
@@ -68,6 +68,7 @@ class CfnAnalysisTemplate(
68
68
  '''Creates a new analysis template.
69
69
 
70
70
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html
71
+ :cloudformationResource: AWS::CleanRooms::AnalysisTemplate
71
72
  :exampleMetadata: fixture=_generated
72
73
 
73
74
  Example::
@@ -733,6 +734,7 @@ class CfnCollaboration(
733
734
  '''Creates a new collaboration.
734
735
 
735
736
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html
737
+ :cloudformationResource: AWS::CleanRooms::Collaboration
736
738
  :exampleMetadata: fixture=_generated
737
739
 
738
740
  Example::
@@ -1392,6 +1394,7 @@ class CfnConfiguredTable(
1392
1394
  '''Creates a new configured table resource.
1393
1395
 
1394
1396
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtable.html
1397
+ :cloudformationResource: AWS::CleanRooms::ConfiguredTable
1395
1398
  :exampleMetadata: fixture=_generated
1396
1399
 
1397
1400
  Example::
@@ -2632,6 +2635,7 @@ class CfnConfiguredTableAssociation(
2632
2635
  A configured table association links a configured table with a collaboration.
2633
2636
 
2634
2637
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtableassociation.html
2638
+ :cloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation
2635
2639
  :exampleMetadata: fixture=_generated
2636
2640
 
2637
2641
  Example::
@@ -3197,6 +3201,7 @@ class CfnMembership(
3197
3201
  '''Creates a membership for a specific collaboration identifier and joins the collaboration.
3198
3202
 
3199
3203
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-membership.html
3204
+ :cloudformationResource: AWS::CleanRooms::Membership
3200
3205
  :exampleMetadata: fixture=_generated
3201
3206
 
3202
3207
  Example::
@@ -67,6 +67,7 @@ class CfnEnvironmentEC2(
67
67
  For more information, see `Creating an Environment <https://docs.aws.amazon.com/cloud9/latest/user-guide/create-environment.html>`_ in the *AWS Cloud9 User Guide* .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html
70
+ :cloudformationResource: AWS::Cloud9::EnvironmentEC2
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -43,6 +43,7 @@ class CfnCustomResource(
43
43
  If you use the `VPC endpoints <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html>`_ feature, custom resources in the VPC must have access to CloudFormation -specific Amazon Simple Storage Service ( Amazon S3 ) buckets. Custom resources must send responses to a presigned Amazon S3 URL. If they can't send responses to Amazon S3 , CloudFormation won't receive a response and the stack operation fails. For more information, see `Setting up VPC endpoints for AWS CloudFormation <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html>`_ .
44
44
 
45
45
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html
46
+ :cloudformationResource: AWS::CloudFormation::CustomResource
46
47
  :exampleMetadata: fixture=_generated
47
48
 
48
49
  Example::
@@ -207,6 +208,7 @@ class CfnHookDefaultVersion(
207
208
  The default version of the hook is used in CloudFormation operations for this AWS account and AWS Region .
208
209
 
209
210
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hookdefaultversion.html
211
+ :cloudformationResource: AWS::CloudFormation::HookDefaultVersion
210
212
  :exampleMetadata: fixture=_generated
211
213
 
212
214
  Example::
@@ -439,6 +441,7 @@ class CfnHookTypeConfig(
439
441
  '''The ``HookTypeConfig`` resource specifies the configuration of a hook.
440
442
 
441
443
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hooktypeconfig.html
444
+ :cloudformationResource: AWS::CloudFormation::HookTypeConfig
442
445
  :exampleMetadata: fixture=_generated
443
446
 
444
447
  Example::
@@ -715,6 +718,7 @@ class CfnHookVersion(
715
718
  '''The ``HookVersion`` resource publishes new or first hook version to the AWS CloudFormation registry.
716
719
 
717
720
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hookversion.html
721
+ :cloudformationResource: AWS::CloudFormation::HookVersion
718
722
  :exampleMetadata: fixture=_generated
719
723
 
720
724
  Example::
@@ -1123,6 +1127,7 @@ class CfnMacro(
1123
1127
  For more information, see `Using AWS CloudFormation macros to perform custom processing on templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html>`_ .
1124
1128
 
1125
1129
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html
1130
+ :cloudformationResource: AWS::CloudFormation::Macro
1126
1131
  :exampleMetadata: fixture=_generated
1127
1132
 
1128
1133
  Example::
@@ -1427,6 +1432,7 @@ class CfnModuleDefaultVersion(
1427
1432
  For more information using modules, see `Using modules to encapsulate and reuse resource configurations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html>`_ and `Registering extensions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-register>`_ in the *AWS CloudFormation User Guide* . For information on developing modules, see `Developing modules <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules.html>`_ in the *AWS CloudFormation CLI User Guide* .
1428
1433
 
1429
1434
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html
1435
+ :cloudformationResource: AWS::CloudFormation::ModuleDefaultVersion
1430
1436
  :exampleMetadata: fixture=_generated
1431
1437
 
1432
1438
  Example::
@@ -1654,6 +1660,7 @@ class CfnModuleVersion(
1654
1660
  For more information using modules, see `Using modules to encapsulate and reuse resource configurations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html>`_ and `Registering extensions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-register>`_ in the *CloudFormation User Guide* . For information on developing modules, see `Developing modules <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules.html>`_ in the *CloudFormation CLI User Guide* .
1655
1661
 
1656
1662
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html
1663
+ :cloudformationResource: AWS::CloudFormation::ModuleVersion
1657
1664
  :exampleMetadata: fixture=_generated
1658
1665
 
1659
1666
  Example::
@@ -1929,6 +1936,7 @@ class CfnPublicTypeVersion(
1929
1936
  An extension must have a test status of ``PASSED`` before it can be published. For more information, see `Publishing extensions to make them available for public use <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html>`_ in the *CloudFormation CLI User Guide* .
1930
1937
 
1931
1938
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publictypeversion.html
1939
+ :cloudformationResource: AWS::CloudFormation::PublicTypeVersion
1932
1940
  :exampleMetadata: fixture=_generated
1933
1941
 
1934
1942
  Example::
@@ -2268,6 +2276,7 @@ class CfnPublisher(
2268
2276
  For information on requirements for registering as a public extension publisher, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *CloudFormation CLI User Guide* .
2269
2277
 
2270
2278
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publisher.html
2279
+ :cloudformationResource: AWS::CloudFormation::Publisher
2271
2280
  :exampleMetadata: fixture=_generated
2272
2281
 
2273
2282
  Example::
@@ -2510,6 +2519,7 @@ class CfnResourceDefaultVersion(
2510
2519
  The default version of a resource will be used in CloudFormation operations.
2511
2520
 
2512
2521
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourcedefaultversion.html
2522
+ :cloudformationResource: AWS::CloudFormation::ResourceDefaultVersion
2513
2523
  :exampleMetadata: fixture=_generated
2514
2524
 
2515
2525
  Example::
@@ -2754,6 +2764,7 @@ class CfnResourceVersion(
2754
2764
  You can have a maximum of 50 resource versions registered at a time. This maximum is per account and per Region.
2755
2765
 
2756
2766
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourceversion.html
2767
+ :cloudformationResource: AWS::CloudFormation::ResourceVersion
2757
2768
  :exampleMetadata: fixture=_generated
2758
2769
 
2759
2770
  Example::
@@ -3225,6 +3236,7 @@ class CfnStack(
3225
3236
  - ``StackStatus``
3226
3237
 
3227
3238
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
3239
+ :cloudformationResource: AWS::CloudFormation::Stack
3228
3240
  :exampleMetadata: fixture=_generated
3229
3241
 
3230
3242
  Example::
@@ -3729,6 +3741,7 @@ class CfnStackSet(
3729
3741
  Run deployments to nested StackSets from the parent stack, not directly through the StackSet API.
3730
3742
 
3731
3743
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
3744
+ :cloudformationResource: AWS::CloudFormation::StackSet
3732
3745
  :exampleMetadata: fixture=_generated
3733
3746
 
3734
3747
  Example::
@@ -5135,6 +5148,7 @@ class CfnTypeActivation(
5135
5148
  Once you have activated a public third-party extension in your account and Region, use `SetTypeConfiguration <https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html>`_ to specify configuration properties for the extension. For more information, see `Configuring extensions at the account level <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration>`_ in the *CloudFormation User Guide* .
5136
5149
 
5137
5150
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-typeactivation.html
5151
+ :cloudformationResource: AWS::CloudFormation::TypeActivation
5138
5152
  :exampleMetadata: fixture=_generated
5139
5153
 
5140
5154
  Example::
@@ -5721,6 +5735,7 @@ class CfnWaitCondition(
5721
5735
  If you use the `VPC endpoints <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html>`_ feature, resources in the VPC that respond to wait conditions must have access to CloudFormation , specific Amazon Simple Storage Service ( Amazon S3 ) buckets. Resources must send wait condition responses to a presigned Amazon S3 URL. If they can't send responses to Amazon S3 , CloudFormation won't receive a response and the stack operation fails. For more information, see `Setting up VPC endpoints for AWS CloudFormation <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html>`_ .
5722
5736
 
5723
5737
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html
5738
+ :cloudformationResource: AWS::CloudFormation::WaitCondition
5724
5739
  :exampleMetadata: fixture=_generated
5725
5740
 
5726
5741
  Example::
@@ -5879,6 +5894,7 @@ class CfnWaitConditionHandle(
5879
5894
  Anytime you add a ``WaitCondition`` resource during a stack update or update a resource with a wait condition, you must associate the wait condition with a new ``WaitConditionHandle`` resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. > Updates aren't supported for this resource.
5880
5895
 
5881
5896
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html
5897
+ :cloudformationResource: AWS::CloudFormation::WaitConditionHandle
5882
5898
  :exampleMetadata: fixture=_generated
5883
5899
 
5884
5900
  Example::