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

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

Potentially problematic release.


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

Files changed (237) hide show
  1. aws_cdk/__init__.py +18 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.97.1.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +1 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +1 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -0
  7. aws_cdk/aws_amazonmq/__init__.py +3 -0
  8. aws_cdk/aws_amplify/__init__.py +3 -0
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  10. aws_cdk/aws_apigateway/__init__.py +19 -0
  11. aws_cdk/aws_apigatewayv2/__init__.py +13 -0
  12. aws_cdk/aws_appconfig/__init__.py +8 -0
  13. aws_cdk/aws_appflow/__init__.py +3 -0
  14. aws_cdk/aws_appintegrations/__init__.py +2 -0
  15. aws_cdk/aws_applicationautoscaling/__init__.py +2 -0
  16. aws_cdk/aws_applicationinsights/__init__.py +1 -0
  17. aws_cdk/aws_appmesh/__init__.py +7 -0
  18. aws_cdk/aws_apprunner/__init__.py +5 -0
  19. aws_cdk/aws_appstream/__init__.py +31 -26
  20. aws_cdk/aws_appsync/__init__.py +10 -0
  21. aws_cdk/aws_aps/__init__.py +2 -0
  22. aws_cdk/aws_athena/__init__.py +5 -0
  23. aws_cdk/aws_auditmanager/__init__.py +1 -0
  24. aws_cdk/aws_autoscaling/__init__.py +6 -0
  25. aws_cdk/aws_autoscalingplans/__init__.py +1 -0
  26. aws_cdk/aws_backup/__init__.py +5 -0
  27. aws_cdk/aws_backupgateway/__init__.py +1 -0
  28. aws_cdk/aws_batch/__init__.py +8 -2
  29. aws_cdk/aws_billingconductor/__init__.py +4 -0
  30. aws_cdk/aws_budgets/__init__.py +2 -0
  31. aws_cdk/aws_cassandra/__init__.py +2 -0
  32. aws_cdk/aws_ce/__init__.py +3 -0
  33. aws_cdk/aws_certificatemanager/__init__.py +2 -0
  34. aws_cdk/aws_chatbot/__init__.py +2 -0
  35. aws_cdk/aws_cleanrooms/__init__.py +5 -0
  36. aws_cdk/aws_cloud9/__init__.py +1 -0
  37. aws_cdk/aws_cloudformation/__init__.py +16 -0
  38. aws_cdk/aws_cloudfront/__init__.py +13 -0
  39. aws_cdk/aws_cloudtrail/__init__.py +7 -3
  40. aws_cdk/aws_cloudwatch/__init__.py +6 -0
  41. aws_cdk/aws_codeartifact/__init__.py +2 -0
  42. aws_cdk/aws_codebuild/__init__.py +3 -0
  43. aws_cdk/aws_codecommit/__init__.py +1 -0
  44. aws_cdk/aws_codedeploy/__init__.py +3 -0
  45. aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
  46. aws_cdk/aws_codegurureviewer/__init__.py +1 -0
  47. aws_cdk/aws_codepipeline/__init__.py +3 -0
  48. aws_cdk/aws_codestar/__init__.py +1 -0
  49. aws_cdk/aws_codestarconnections/__init__.py +1 -0
  50. aws_cdk/aws_codestarnotifications/__init__.py +1 -0
  51. aws_cdk/aws_cognito/__init__.py +42 -18
  52. aws_cdk/aws_comprehend/__init__.py +2 -0
  53. aws_cdk/aws_config/__init__.py +10 -0
  54. aws_cdk/aws_connect/__init__.py +491 -0
  55. aws_cdk/aws_connectcampaigns/__init__.py +1 -0
  56. aws_cdk/aws_controltower/__init__.py +1 -0
  57. aws_cdk/aws_cur/__init__.py +1 -0
  58. aws_cdk/aws_customerprofiles/__init__.py +5 -0
  59. aws_cdk/aws_databrew/__init__.py +6 -0
  60. aws_cdk/aws_datapipeline/__init__.py +1 -0
  61. aws_cdk/aws_datasync/__init__.py +14 -0
  62. aws_cdk/aws_dax/__init__.py +3 -0
  63. aws_cdk/aws_detective/__init__.py +3 -0
  64. aws_cdk/aws_devicefarm/__init__.py +6 -0
  65. aws_cdk/aws_devopsguru/__init__.py +3 -0
  66. aws_cdk/aws_directoryservice/__init__.py +2 -0
  67. aws_cdk/aws_dlm/__init__.py +1 -0
  68. aws_cdk/aws_dms/__init__.py +7 -0
  69. aws_cdk/aws_docdb/__init__.py +4 -0
  70. aws_cdk/aws_docdbelastic/__init__.py +1 -0
  71. aws_cdk/aws_dynamodb/__init__.py +2 -0
  72. aws_cdk/aws_ec2/__init__.py +109 -14
  73. aws_cdk/aws_ecr/__init__.py +5 -0
  74. aws_cdk/aws_ecs/__init__.py +7 -0
  75. aws_cdk/aws_efs/__init__.py +3 -0
  76. aws_cdk/aws_eks/__init__.py +5 -0
  77. aws_cdk/aws_elasticache/__init__.py +9 -0
  78. aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
  79. aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
  80. aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
  81. aws_cdk/aws_elasticsearch/__init__.py +1 -0
  82. aws_cdk/aws_emr/__init__.py +8 -0
  83. aws_cdk/aws_emrcontainers/__init__.py +1 -0
  84. aws_cdk/aws_emrserverless/__init__.py +1 -0
  85. aws_cdk/aws_entityresolution/__init__.py +2 -0
  86. aws_cdk/aws_events/__init__.py +7 -0
  87. aws_cdk/aws_eventschemas/__init__.py +4 -0
  88. aws_cdk/aws_evidently/__init__.py +5 -0
  89. aws_cdk/aws_finspace/__init__.py +1 -0
  90. aws_cdk/aws_fis/__init__.py +1 -0
  91. aws_cdk/aws_fms/__init__.py +3 -0
  92. aws_cdk/aws_forecast/__init__.py +2 -0
  93. aws_cdk/aws_frauddetector/__init__.py +7 -0
  94. aws_cdk/aws_fsx/__init__.py +5 -0
  95. aws_cdk/aws_gamelift/__init__.py +9 -0
  96. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  97. aws_cdk/aws_glue/__init__.py +18 -0
  98. aws_cdk/aws_grafana/__init__.py +1 -0
  99. aws_cdk/aws_greengrass/__init__.py +16 -0
  100. aws_cdk/aws_greengrassv2/__init__.py +2 -0
  101. aws_cdk/aws_groundstation/__init__.py +3 -0
  102. aws_cdk/aws_guardduty/__init__.py +6 -0
  103. aws_cdk/aws_healthimaging/__init__.py +382 -0
  104. aws_cdk/aws_healthlake/__init__.py +1 -0
  105. aws_cdk/aws_iam/__init__.py +16 -0
  106. aws_cdk/aws_identitystore/__init__.py +2 -0
  107. aws_cdk/aws_imagebuilder/__init__.py +7 -0
  108. aws_cdk/aws_inspector/__init__.py +3 -0
  109. aws_cdk/aws_inspectorv2/__init__.py +1 -0
  110. aws_cdk/aws_internetmonitor/__init__.py +1 -0
  111. aws_cdk/aws_iot/__init__.py +25 -0
  112. aws_cdk/aws_iot1click/__init__.py +3 -0
  113. aws_cdk/aws_iotanalytics/__init__.py +4 -0
  114. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
  115. aws_cdk/aws_iotevents/__init__.py +3 -0
  116. aws_cdk/aws_iotfleethub/__init__.py +1 -0
  117. aws_cdk/aws_iotfleetwise/__init__.py +6 -0
  118. aws_cdk/aws_iotsitewise/__init__.py +7 -0
  119. aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
  120. aws_cdk/aws_iottwinmaker/__init__.py +5 -0
  121. aws_cdk/aws_iotwireless/__init__.py +11 -0
  122. aws_cdk/aws_ivs/__init__.py +4 -0
  123. aws_cdk/aws_ivschat/__init__.py +2 -0
  124. aws_cdk/aws_kafkaconnect/__init__.py +1 -0
  125. aws_cdk/aws_kendra/__init__.py +3 -0
  126. aws_cdk/aws_kendraranking/__init__.py +1 -0
  127. aws_cdk/aws_kinesis/__init__.py +2 -0
  128. aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
  129. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
  130. aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
  131. aws_cdk/aws_kinesisvideo/__init__.py +2 -0
  132. aws_cdk/aws_kms/__init__.py +3 -0
  133. aws_cdk/aws_lakeformation/__init__.py +7 -0
  134. aws_cdk/aws_lambda/__init__.py +10 -0
  135. aws_cdk/aws_lex/__init__.py +4 -0
  136. aws_cdk/aws_licensemanager/__init__.py +2 -0
  137. aws_cdk/aws_lightsail/__init__.py +11 -0
  138. aws_cdk/aws_location/__init__.py +6 -0
  139. aws_cdk/aws_logs/__init__.py +8 -0
  140. aws_cdk/aws_lookoutequipment/__init__.py +1 -0
  141. aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
  142. aws_cdk/aws_lookoutvision/__init__.py +1 -0
  143. aws_cdk/aws_m2/__init__.py +2 -0
  144. aws_cdk/aws_macie/__init__.py +53 -2
  145. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  146. aws_cdk/aws_mediaconnect/__init__.py +9 -0
  147. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  148. aws_cdk/aws_medialive/__init__.py +3 -0
  149. aws_cdk/aws_mediapackage/__init__.py +5 -0
  150. aws_cdk/aws_mediapackagev2/__init__.py +5 -0
  151. aws_cdk/aws_mediastore/__init__.py +1 -0
  152. aws_cdk/aws_mediatailor/__init__.py +6 -0
  153. aws_cdk/aws_memorydb/__init__.py +5 -0
  154. aws_cdk/aws_msk/__init__.py +180 -2
  155. aws_cdk/aws_mwaa/__init__.py +1 -0
  156. aws_cdk/aws_neptune/__init__.py +5 -0
  157. aws_cdk/aws_networkfirewall/__init__.py +4 -0
  158. aws_cdk/aws_networkmanager/__init__.py +14 -0
  159. aws_cdk/aws_nimblestudio/__init__.py +4 -0
  160. aws_cdk/aws_oam/__init__.py +2 -0
  161. aws_cdk/aws_omics/__init__.py +6 -0
  162. aws_cdk/aws_opensearchserverless/__init__.py +5 -0
  163. aws_cdk/aws_opensearchservice/__init__.py +1 -0
  164. aws_cdk/aws_opsworks/__init__.py +7 -0
  165. aws_cdk/aws_opsworkscm/__init__.py +1 -0
  166. aws_cdk/aws_organizations/__init__.py +5 -0
  167. aws_cdk/aws_osis/__init__.py +1 -0
  168. aws_cdk/aws_panorama/__init__.py +3 -0
  169. aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
  170. aws_cdk/aws_personalize/__init__.py +4 -0
  171. aws_cdk/aws_pinpoint/__init__.py +19 -0
  172. aws_cdk/aws_pinpointemail/__init__.py +4 -0
  173. aws_cdk/aws_pipes/__init__.py +1 -0
  174. aws_cdk/aws_proton/__init__.py +3 -0
  175. aws_cdk/aws_qldb/__init__.py +2 -0
  176. aws_cdk/aws_quicksight/__init__.py +473 -464
  177. aws_cdk/aws_ram/__init__.py +2 -0
  178. aws_cdk/aws_rds/__init__.py +14 -0
  179. aws_cdk/aws_redshift/__init__.py +9 -0
  180. aws_cdk/aws_redshiftserverless/__init__.py +2 -0
  181. aws_cdk/aws_refactorspaces/__init__.py +4 -0
  182. aws_cdk/aws_rekognition/__init__.py +3 -0
  183. aws_cdk/aws_resiliencehub/__init__.py +2 -0
  184. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  185. aws_cdk/aws_resourcegroups/__init__.py +1 -0
  186. aws_cdk/aws_robomaker/__init__.py +6 -0
  187. aws_cdk/aws_rolesanywhere/__init__.py +77 -58
  188. aws_cdk/aws_route53/__init__.py +7 -0
  189. aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
  190. aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
  191. aws_cdk/aws_route53resolver/__init__.py +11 -0
  192. aws_cdk/aws_rum/__init__.py +1 -0
  193. aws_cdk/aws_s3/__init__.py +6 -0
  194. aws_cdk/aws_s3objectlambda/__init__.py +2 -0
  195. aws_cdk/aws_s3outposts/__init__.py +4 -0
  196. aws_cdk/aws_sagemaker/__init__.py +37 -3
  197. aws_cdk/aws_sam/__init__.py +7 -0
  198. aws_cdk/aws_scheduler/__init__.py +2 -0
  199. aws_cdk/aws_sdb/__init__.py +1 -0
  200. aws_cdk/aws_secretsmanager/__init__.py +4 -0
  201. aws_cdk/aws_securityhub/__init__.py +3 -0
  202. aws_cdk/aws_servicecatalog/__init__.py +16 -0
  203. aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
  204. aws_cdk/aws_servicediscovery/__init__.py +5 -0
  205. aws_cdk/aws_ses/__init__.py +10 -0
  206. aws_cdk/aws_shield/__init__.py +30 -11
  207. aws_cdk/aws_signer/__init__.py +2 -0
  208. aws_cdk/aws_simspaceweaver/__init__.py +1 -0
  209. aws_cdk/aws_sns/__init__.py +9 -5
  210. aws_cdk/aws_sqs/__init__.py +3 -0
  211. aws_cdk/aws_ssm/__init__.py +9 -0
  212. aws_cdk/aws_ssmcontacts/__init__.py +4 -0
  213. aws_cdk/aws_ssmincidents/__init__.py +2 -0
  214. aws_cdk/aws_sso/__init__.py +3 -0
  215. aws_cdk/aws_stepfunctions/__init__.py +4 -0
  216. aws_cdk/aws_supportapp/__init__.py +3 -0
  217. aws_cdk/aws_synthetics/__init__.py +2 -0
  218. aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
  219. aws_cdk/aws_timestream/__init__.py +3 -0
  220. aws_cdk/aws_transfer/__init__.py +7 -0
  221. aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
  222. aws_cdk/aws_voiceid/__init__.py +1 -0
  223. aws_cdk/aws_vpclattice/__init__.py +10 -0
  224. aws_cdk/aws_waf/__init__.py +7 -0
  225. aws_cdk/aws_wafregional/__init__.py +11 -0
  226. aws_cdk/aws_wafv2/__init__.py +6 -0
  227. aws_cdk/aws_wisdom/__init__.py +3 -0
  228. aws_cdk/aws_workspaces/__init__.py +2 -0
  229. aws_cdk/aws_workspacesweb/__init__.py +8 -0
  230. aws_cdk/aws_xray/__init__.py +3 -0
  231. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
  232. aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
  233. aws_cdk_lib-2.97.1.dist-info/RECORD +0 -271
  234. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
  235. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
  236. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
  237. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
@@ -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::
@@ -2495,6 +2495,7 @@ class CfnCachePolicy(
2495
2495
  The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but *not* include them in the cache key, use ``OriginRequestPolicy`` .
2496
2496
 
2497
2497
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cachepolicy.html
2498
+ :cloudformationResource: AWS::CloudFront::CachePolicy
2498
2499
  :exampleMetadata: fixture=_generated
2499
2500
 
2500
2501
  Example::
@@ -3340,6 +3341,7 @@ class CfnCloudFrontOriginAccessIdentity(
3340
3341
  An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see `Restricting Access to Amazon S3 Content by Using an Origin Access Identity <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html>`_ in the *Amazon CloudFront Developer Guide* .
3341
3342
 
3342
3343
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html
3344
+ :cloudformationResource: AWS::CloudFront::CloudFrontOriginAccessIdentity
3343
3345
  :exampleMetadata: fixture=_generated
3344
3346
 
3345
3347
  Example::
@@ -3583,6 +3585,7 @@ class CfnContinuousDeploymentPolicy(
3583
3585
  For more information, see `Using CloudFront continuous deployment to safely test CDN configuration changes <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/continuous-deployment.html>`_ in the *Amazon CloudFront Developer Guide* .
3584
3586
 
3585
3587
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-continuousdeploymentpolicy.html
3588
+ :cloudformationResource: AWS::CloudFront::ContinuousDeploymentPolicy
3586
3589
  :exampleMetadata: fixture=_generated
3587
3590
 
3588
3591
  Example::
@@ -4251,6 +4254,7 @@ class CfnDistribution(
4251
4254
  '''A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
4252
4255
 
4253
4256
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html
4257
+ :cloudformationResource: AWS::CloudFront::Distribution
4254
4258
  :exampleMetadata: infused
4255
4259
 
4256
4260
  Example::
@@ -8608,6 +8612,7 @@ class CfnFunction(
8608
8612
  To automatically publish the function to the ``LIVE`` stage when it’s created, set the ``AutoPublish`` property to ``true`` .
8609
8613
 
8610
8614
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-function.html
8615
+ :cloudformationResource: AWS::CloudFront::Function
8611
8616
  :exampleMetadata: fixture=_generated
8612
8617
 
8613
8618
  Example::
@@ -9092,6 +9097,7 @@ class CfnKeyGroup(
9092
9097
  A key group contains a list of public keys that you can use with `CloudFront signed URLs and signed cookies <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html>`_ .
9093
9098
 
9094
9099
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html
9100
+ :cloudformationResource: AWS::CloudFront::KeyGroup
9095
9101
  :exampleMetadata: fixture=_generated
9096
9102
 
9097
9103
  Example::
@@ -9371,6 +9377,7 @@ class CfnMonitoringSubscription(
9371
9377
  This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.
9372
9378
 
9373
9379
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-monitoringsubscription.html
9380
+ :cloudformationResource: AWS::CloudFront::MonitoringSubscription
9374
9381
  :exampleMetadata: fixture=_generated
9375
9382
 
9376
9383
  Example::
@@ -9698,6 +9705,7 @@ class CfnOriginAccessControl(
9698
9705
  For more information about using a CloudFront origin access control, see `Restricting access to an AWS origin <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html>`_ in the *Amazon CloudFront Developer Guide* .
9699
9706
 
9700
9707
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html
9708
+ :cloudformationResource: AWS::CloudFront::OriginAccessControl
9701
9709
  :exampleMetadata: fixture=_generated
9702
9710
 
9703
9711
  Example::
@@ -10028,6 +10036,7 @@ class CfnOriginRequestPolicy(
10028
10036
  CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use ``CachePolicy`` .
10029
10037
 
10030
10038
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originrequestpolicy.html
10039
+ :cloudformationResource: AWS::CloudFront::OriginRequestPolicy
10031
10040
  :exampleMetadata: fixture=_generated
10032
10041
 
10033
10042
  Example::
@@ -10648,6 +10657,7 @@ class CfnPublicKey(
10648
10657
  '''A public key that you can use with `signed URLs and signed cookies <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html>`_ , or with `field-level encryption <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html>`_ .
10649
10658
 
10650
10659
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html
10660
+ :cloudformationResource: AWS::CloudFront::PublicKey
10651
10661
  :exampleMetadata: fixture=_generated
10652
10662
 
10653
10663
  Example::
@@ -10945,6 +10955,7 @@ class CfnRealtimeLogConfig(
10945
10955
  '''A real-time log configuration.
10946
10956
 
10947
10957
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-realtimelogconfig.html
10958
+ :cloudformationResource: AWS::CloudFront::RealtimeLogConfig
10948
10959
  :exampleMetadata: fixture=_generated
10949
10960
 
10950
10961
  Example::
@@ -11387,6 +11398,7 @@ class CfnResponseHeadersPolicy(
11387
11398
  For more information, see `Adding or removing HTTP headers in CloudFront responses <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html>`_ in the *Amazon CloudFront Developer Guide* .
11388
11399
 
11389
11400
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-responseheaderspolicy.html
11401
+ :cloudformationResource: AWS::CloudFront::ResponseHeadersPolicy
11390
11402
  :exampleMetadata: fixture=_generated
11391
11403
 
11392
11404
  Example::
@@ -13432,6 +13444,7 @@ class CfnStreamingDistribution(
13432
13444
  Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, `read the announcement <https://docs.aws.amazon.com/ann.jspa?annID=7356>`_ on the Amazon CloudFront discussion forum.
13433
13445
 
13434
13446
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html
13447
+ :cloudformationResource: AWS::CloudFront::StreamingDistribution
13435
13448
  :exampleMetadata: fixture=_generated
13436
13449
 
13437
13450
  Example::
@@ -353,6 +353,7 @@ class CfnChannel(
353
353
  '''Contains information about a returned CloudTrail channel.
354
354
 
355
355
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html
356
+ :cloudformationResource: AWS::CloudTrail::Channel
356
357
  :exampleMetadata: fixture=_generated
357
358
 
358
359
  Example::
@@ -708,6 +709,7 @@ class CfnEventDataStore(
708
709
  '''Creates a new event data store.
709
710
 
710
711
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html
712
+ :cloudformationResource: AWS::CloudTrail::EventDataStore
711
713
  :exampleMetadata: fixture=_generated
712
714
 
713
715
  Example::
@@ -1672,6 +1674,7 @@ class CfnResourcePolicy(
1672
1674
  For more information about resource-based policies, see `CloudTrail resource-based policy examples <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/security_iam_resource-based-policy-examples.html>`_ in the *CloudTrail User Guide* .
1673
1675
 
1674
1676
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-resourcepolicy.html
1677
+ :cloudformationResource: AWS::CloudTrail::ResourcePolicy
1675
1678
  :exampleMetadata: fixture=_generated
1676
1679
 
1677
1680
  Example::
@@ -1865,6 +1868,7 @@ class CfnTrail(
1865
1868
  '''Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.
1866
1869
 
1867
1870
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html
1871
+ :cloudformationResource: AWS::CloudTrail::Trail
1868
1872
  :exampleMetadata: fixture=_generated
1869
1873
 
1870
1874
  Example::
@@ -1956,7 +1960,7 @@ class CfnTrail(
1956
1960
  :param cloud_watch_logs_log_group_arn: Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs are delivered. You must use a log group that exists in your account. Not required unless you specify ``CloudWatchLogsRoleArn`` .
1957
1961
  :param cloud_watch_logs_role_arn: Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. You must use a role that exists in your account.
1958
1962
  :param enable_log_file_validation: Specifies whether log file validation is enabled. The default is false. .. epigraph:: When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail does not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.
1959
- :param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail. For more information about how to configure event selectors, see `Examples <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#aws-resource-cloudtrail-trail--examples>`_ and `Configuring event selectors <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-additional-cli-commands.html#configuring-event-selector-examples>`_ in the *AWS CloudTrail User Guide* .
1963
+ :param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail. You cannot apply both event selectors and advanced event selectors to a trail.
1960
1964
  :param include_global_service_events: Specifies whether the trail is publishing events from global services such as IAM to the log files.
1961
1965
  :param insight_selectors: A JSON string that contains the insight types you want to log on a trail. ``ApiCallRateInsight`` and ``ApiErrorRateInsight`` are valid Insight types. The ``ApiCallRateInsight`` Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ``ApiErrorRateInsight`` Insights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.
1962
1966
  :param is_multi_region_trail: Specifies whether the trail applies only to the current Region or to all Regions. The default is false. If the trail exists only in the current Region and this value is set to true, shadow trails (replications of the trail) will be created in the other Regions. If the trail exists in all Regions and this value is set to false, the trail will remain in the Region where it was created, and its shadow trails in other Regions will be deleted. As a best practice, consider using trails that log events in all Regions.
@@ -3108,7 +3112,7 @@ class CfnTrailProps:
3108
3112
  :param cloud_watch_logs_log_group_arn: Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs are delivered. You must use a log group that exists in your account. Not required unless you specify ``CloudWatchLogsRoleArn`` .
3109
3113
  :param cloud_watch_logs_role_arn: Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. You must use a role that exists in your account.
3110
3114
  :param enable_log_file_validation: Specifies whether log file validation is enabled. The default is false. .. epigraph:: When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail does not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.
3111
- :param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail. For more information about how to configure event selectors, see `Examples <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#aws-resource-cloudtrail-trail--examples>`_ and `Configuring event selectors <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-additional-cli-commands.html#configuring-event-selector-examples>`_ in the *AWS CloudTrail User Guide* .
3115
+ :param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail. You cannot apply both event selectors and advanced event selectors to a trail.
3112
3116
  :param include_global_service_events: Specifies whether the trail is publishing events from global services such as IAM to the log files.
3113
3117
  :param insight_selectors: A JSON string that contains the insight types you want to log on a trail. ``ApiCallRateInsight`` and ``ApiErrorRateInsight`` are valid Insight types. The ``ApiCallRateInsight`` Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ``ApiErrorRateInsight`` Insights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.
3114
3118
  :param is_multi_region_trail: Specifies whether the trail applies only to the current Region or to all Regions. The default is false. If the trail exists only in the current Region and this value is set to true, shadow trails (replications of the trail) will be created in the other Regions. If the trail exists in all Regions and this value is set to false, the trail will remain in the Region where it was created, and its shadow trails in other Regions will be deleted. As a best practice, consider using trails that log events in all Regions.
@@ -3314,7 +3318,7 @@ class CfnTrailProps:
3314
3318
 
3315
3319
  You can configure up to five event selectors for a trail.
3316
3320
 
3317
- For more information about how to configure event selectors, see `Examples <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#aws-resource-cloudtrail-trail--examples>`_ and `Configuring event selectors <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-additional-cli-commands.html#configuring-event-selector-examples>`_ in the *AWS CloudTrail User Guide* .
3321
+ You cannot apply both event selectors and advanced event selectors to a trail.
3318
3322
 
3319
3323
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-eventselectors
3320
3324
  '''
@@ -1238,6 +1238,7 @@ class CfnAlarm(
1238
1238
  When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.
1239
1239
 
1240
1240
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-alarm.html
1241
+ :cloudformationResource: AWS::CloudWatch::Alarm
1241
1242
  :exampleMetadata: fixture=_generated
1242
1243
 
1243
1244
  Example::
@@ -2708,6 +2709,7 @@ class CfnAnomalyDetector(
2708
2709
  The band represents the expected "normal" range for the metric values. Anomaly detection bands can be used for visualization of a metric's expected values, and for alarms.
2709
2710
 
2710
2711
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html
2712
+ :cloudformationResource: AWS::CloudWatch::AnomalyDetector
2711
2713
  :exampleMetadata: fixture=_generated
2712
2714
 
2713
2715
  Example::
@@ -4064,6 +4066,7 @@ class CfnCompositeAlarm(
4064
4066
  When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.
4065
4067
 
4066
4068
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html
4069
+ :cloudformationResource: AWS::CloudWatch::CompositeAlarm
4067
4070
  :exampleMetadata: fixture=_generated
4068
4071
 
4069
4072
  Example::
@@ -4584,6 +4587,7 @@ class CfnDashboard(
4584
4587
  All dashboards in your account are global, not region-specific.
4585
4588
 
4586
4589
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html
4590
+ :cloudformationResource: AWS::CloudWatch::Dashboard
4587
4591
  :exampleMetadata: fixture=_generated
4588
4592
 
4589
4593
  Example::
@@ -4788,6 +4792,7 @@ class CfnInsightRule(
4788
4792
  Rules evaluate log events in a CloudWatch Logs log group, enabling you to find contributor data for the log events in that log group. For more information, see `Using Contributor Insights to Analyze High-Cardinality Data <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContributorInsights.html>`_ in the *Amazon CloudWatch User Guide* .
4789
4793
 
4790
4794
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html
4795
+ :cloudformationResource: AWS::CloudWatch::InsightRule
4791
4796
  :exampleMetadata: fixture=_generated
4792
4797
 
4793
4798
  Example::
@@ -5102,6 +5107,7 @@ class CfnMetricStream(
5102
5107
  If you create a metric stream in an account that has been set up as a monitoring account in CloudWatch cross-account observability, you can choose whether to include metrics from linked source accounts in the metric stream.
5103
5108
 
5104
5109
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-metricstream.html
5110
+ :cloudformationResource: AWS::CloudWatch::MetricStream
5105
5111
  :exampleMetadata: fixture=_generated
5106
5112
 
5107
5113
  Example::
@@ -61,6 +61,7 @@ class CfnDomain(
61
61
  CodeArtifact *domains* make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different AWS accounts. For more information about domains, see the `Domain concepts information <https://docs.aws.amazon.com/codeartifact/latest/ug/codeartifact-concepts.html#welcome-concepts-domain>`_ in the *CodeArtifact User Guide* . For more information about the ``CreateDomain`` API, see `CreateDomain <https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_CreateDomain.html>`_ in the *CodeArtifact API Reference* .
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeartifact-domain.html
64
+ :cloudformationResource: AWS::CodeArtifact::Domain
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -370,6 +371,7 @@ class CfnRepository(
370
371
  CodeArtifact *repositories* contain a set of package versions. For more information about repositories, see the `Repository concepts information <https://docs.aws.amazon.com/codeartifact/latest/ug/codeartifact-concepts.html#welcome-concepts-repository>`_ in the *CodeArtifact User Guide* . For more information about the ``CreateRepository`` API, see `CreateRepository <https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_CreateRepository.html>`_ in the *CodeArtifact API Reference* .
371
372
 
372
373
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeartifact-repository.html
374
+ :cloudformationResource: AWS::CodeArtifact::Repository
373
375
  :exampleMetadata: fixture=_generated
374
376
 
375
377
  Example::
@@ -2005,6 +2005,7 @@ class CfnProject(
2005
2005
  To unset or remove a project value via CFN, explicitly provide the attribute with value as empty input.
2006
2006
 
2007
2007
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html
2008
+ :cloudformationResource: AWS::CodeBuild::Project
2008
2009
  :exampleMetadata: fixture=_generated
2009
2010
 
2010
2011
  Example::
@@ -5687,6 +5688,7 @@ class CfnReportGroup(
5687
5688
  A report group contains a collection of reports.
5688
5689
 
5689
5690
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html
5691
+ :cloudformationResource: AWS::CodeBuild::ReportGroup
5690
5692
  :exampleMetadata: fixture=_generated
5691
5693
 
5692
5694
  Example::
@@ -6299,6 +6301,7 @@ class CfnSourceCredential(
6299
6301
  For security purposes, do not use plain text in your AWS CloudFormation template to store your credentials.
6300
6302
 
6301
6303
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html
6304
+ :cloudformationResource: AWS::CodeBuild::SourceCredential
6302
6305
  :exampleMetadata: fixture=_generated
6303
6306
 
6304
6307
  Example::
@@ -140,6 +140,7 @@ class CfnRepository(
140
140
  '''Creates a new, empty repository.
141
141
 
142
142
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html
143
+ :cloudformationResource: AWS::CodeCommit::Repository
143
144
  :exampleMetadata: fixture=_generated
144
145
 
145
146
  Example::