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
@@ -60,6 +60,7 @@ class CfnCalculatedAttributeDefinition(
60
60
  '''A calculated attribute definition for Customer Profiles.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html
63
+ :cloudformationResource: AWS::CustomerProfiles::CalculatedAttributeDefinition
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -875,6 +876,7 @@ class CfnDomain(
875
876
  '''Specifies an Amazon Connect Customer Profiles Domain.
876
877
 
877
878
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html
879
+ :cloudformationResource: AWS::CustomerProfiles::Domain
878
880
  :exampleMetadata: fixture=_generated
879
881
 
880
882
  Example::
@@ -1197,6 +1199,7 @@ class CfnEventStream(
1197
1199
  '''An Event Stream resource of Amazon Connect Customer Profiles.
1198
1200
 
1199
1201
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-eventstream.html
1202
+ :cloudformationResource: AWS::CustomerProfiles::EventStream
1200
1203
  :exampleMetadata: fixture=_generated
1201
1204
 
1202
1205
  Example::
@@ -1584,6 +1587,7 @@ class CfnIntegration(
1584
1587
  '''Specifies an Amazon Connect Customer Profiles Integration.
1585
1588
 
1586
1589
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-integration.html
1590
+ :cloudformationResource: AWS::CustomerProfiles::Integration
1587
1591
  :exampleMetadata: fixture=_generated
1588
1592
 
1589
1593
  Example::
@@ -3717,6 +3721,7 @@ class CfnObjectType(
3717
3721
  '''Specifies an Amazon Connect Customer Profiles Object Type Mapping.
3718
3722
 
3719
3723
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html
3724
+ :cloudformationResource: AWS::CustomerProfiles::ObjectType
3720
3725
  :exampleMetadata: fixture=_generated
3721
3726
 
3722
3727
  Example::
@@ -60,6 +60,7 @@ class CfnDataset(
60
60
  '''Specifies a new DataBrew dataset.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-dataset.html
63
+ :cloudformationResource: AWS::DataBrew::Dataset
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -2122,6 +2123,7 @@ class CfnJob(
2122
2123
  '''Specifies a new DataBrew job.
2123
2124
 
2124
2125
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html
2126
+ :cloudformationResource: AWS::DataBrew::Job
2125
2127
  :exampleMetadata: fixture=_generated
2126
2128
 
2127
2129
  Example::
@@ -4987,6 +4989,7 @@ class CfnProject(
4987
4989
  '''Specifies a new AWS Glue DataBrew project.
4988
4990
 
4989
4991
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-project.html
4992
+ :cloudformationResource: AWS::DataBrew::Project
4990
4993
  :exampleMetadata: fixture=_generated
4991
4994
 
4992
4995
  Example::
@@ -5412,6 +5415,7 @@ class CfnRecipe(
5412
5415
  '''Specifies a new AWS Glue DataBrew transformation recipe.
5413
5416
 
5414
5417
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html
5418
+ :cloudformationResource: AWS::DataBrew::Recipe
5415
5419
  :exampleMetadata: fixture=_generated
5416
5420
 
5417
5421
  Example::
@@ -8066,6 +8070,7 @@ class CfnRuleset(
8066
8070
  '''Specifies a new ruleset that can be used in a profile job to validate the data quality of a dataset.
8067
8071
 
8068
8072
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-ruleset.html
8073
+ :cloudformationResource: AWS::DataBrew::Ruleset
8069
8074
  :exampleMetadata: fixture=_generated
8070
8075
 
8071
8076
  Example::
@@ -8826,6 +8831,7 @@ class CfnSchedule(
8826
8831
  Jobs can be run at a specific date and time, or at regular intervals.
8827
8832
 
8828
8833
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-schedule.html
8834
+ :cloudformationResource: AWS::DataBrew::Schedule
8829
8835
  :exampleMetadata: fixture=_generated
8830
8836
 
8831
8837
  Example::
@@ -70,6 +70,7 @@ class CfnPipeline(
70
70
  Pipeline object definitions are passed to the `PutPipelineDefinition <https://docs.aws.amazon.com/datapipeline/latest/APIReference/API_PutPipelineDefinition.html>`_ action and returned by the `GetPipelineDefinition <https://docs.aws.amazon.com/datapipeline/latest/APIReference/API_GetPipelineDefinition.html>`_ action.
71
71
 
72
72
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html
73
+ :cloudformationResource: AWS::DataPipeline::Pipeline
73
74
  :exampleMetadata: fixture=_generated
74
75
 
75
76
  Example::
@@ -68,6 +68,7 @@ class CfnAgent(
68
68
  - `Create a DataSync agent <https://docs.aws.amazon.com/datasync/latest/userguide/configure-agent.html>`_
69
69
 
70
70
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html
71
+ :cloudformationResource: AWS::DataSync::Agent
71
72
  :exampleMetadata: fixture=_generated
72
73
 
73
74
  Example::
@@ -441,6 +442,7 @@ class CfnLocationAzureBlob(
441
442
  Before you begin, make sure you know `how DataSync accesses Azure Blob Storage <https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-access>`_ and works with `access tiers <https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-access-tiers>`_ and `blob types <https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#blob-types>`_ . You also need a `DataSync agent <https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-creating-agent>`_ that can connect to your container.
442
443
 
443
444
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationazureblob.html
445
+ :cloudformationResource: AWS::DataSync::LocationAzureBlob
444
446
  :exampleMetadata: fixture=_generated
445
447
 
446
448
  Example::
@@ -939,6 +941,7 @@ class CfnLocationEFS(
939
941
  AWS DataSync can access this endpoint as a source or destination location.
940
942
 
941
943
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html
944
+ :cloudformationResource: AWS::DataSync::LocationEFS
942
945
  :exampleMetadata: fixture=_generated
943
946
 
944
947
  Example::
@@ -1428,6 +1431,7 @@ class CfnLocationFSxLustre(
1428
1431
  '''The ``AWS::DataSync::LocationFSxLustre`` resource specifies an endpoint for an Amazon FSx for Lustre file system.
1429
1432
 
1430
1433
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxlustre.html
1434
+ :cloudformationResource: AWS::DataSync::LocationFSxLustre
1431
1435
  :exampleMetadata: fixture=_generated
1432
1436
 
1433
1437
  Example::
@@ -1723,6 +1727,7 @@ class CfnLocationFSxONTAP(
1723
1727
  AWS DataSync can access this endpoint as a source or destination location.
1724
1728
 
1725
1729
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxontap.html
1730
+ :cloudformationResource: AWS::DataSync::LocationFSxONTAP
1726
1731
  :exampleMetadata: fixture=_generated
1727
1732
 
1728
1733
  Example::
@@ -2508,6 +2513,7 @@ class CfnLocationFSxOpenZFS(
2508
2513
  '''The ``AWS::DataSync::LocationFSxOpenZFS`` resource specifies an endpoint for an Amazon FSx for OpenZFS file system.
2509
2514
 
2510
2515
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxopenzfs.html
2516
+ :cloudformationResource: AWS::DataSync::LocationFSxOpenZFS
2511
2517
  :exampleMetadata: fixture=_generated
2512
2518
 
2513
2519
  Example::
@@ -3033,6 +3039,7 @@ class CfnLocationFSxWindows(
3033
3039
  '''The ``AWS::DataSync::LocationFSxWindows`` resource specifies an endpoint for an Amazon FSx for Windows Server file system.
3034
3040
 
3035
3041
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxwindows.html
3042
+ :cloudformationResource: AWS::DataSync::LocationFSxWindows
3036
3043
  :exampleMetadata: fixture=_generated
3037
3044
 
3038
3045
  Example::
@@ -3427,6 +3434,7 @@ class CfnLocationHDFS(
3427
3434
  '''The ``AWS::DataSync::LocationHDFS`` resource specifies an endpoint for a Hadoop Distributed File System (HDFS).
3428
3435
 
3429
3436
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationhdfs.html
3437
+ :cloudformationResource: AWS::DataSync::LocationHDFS
3430
3438
  :exampleMetadata: fixture=_generated
3431
3439
 
3432
3440
  Example::
@@ -4210,6 +4218,7 @@ class CfnLocationNFS(
4210
4218
  '''The ``AWS::DataSync::LocationNFS`` resource specifies a Network File System (NFS) file server that AWS DataSync can use as a transfer source or destination.
4211
4219
 
4212
4220
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html
4221
+ :cloudformationResource: AWS::DataSync::LocationNFS
4213
4222
  :exampleMetadata: fixture=_generated
4214
4223
 
4215
4224
  Example::
@@ -4674,6 +4683,7 @@ class CfnLocationObjectStorage(
4674
4683
  For more information about self-managed object storage locations, see `Creating a Location for Object Storage <https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html>`_ .
4675
4684
 
4676
4685
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html
4686
+ :cloudformationResource: AWS::DataSync::LocationObjectStorage
4677
4687
  :exampleMetadata: fixture=_generated
4678
4688
 
4679
4689
  Example::
@@ -5174,6 +5184,7 @@ class CfnLocationS3(
5174
5184
  For more information, see `Create an Amazon S3 location <https://docs.aws.amazon.com/datasync/latest/userguide/create-locations-cli.html#create-location-s3-cli>`_ in the *AWS DataSync User Guide* .
5175
5185
 
5176
5186
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html
5187
+ :cloudformationResource: AWS::DataSync::LocationS3
5177
5188
  :exampleMetadata: fixture=_generated
5178
5189
 
5179
5190
  Example::
@@ -5569,6 +5580,7 @@ class CfnLocationSMB(
5569
5580
  '''The ``AWS::DataSync::LocationSMB`` resource specifies a Server Message Block (SMB) location.
5570
5581
 
5571
5582
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html
5583
+ :cloudformationResource: AWS::DataSync::LocationSMB
5572
5584
  :exampleMetadata: fixture=_generated
5573
5585
 
5574
5586
  Example::
@@ -6084,6 +6096,7 @@ class CfnStorageSystem(
6084
6096
  For more information, see `discovering your storage with DataSync Discovery. <https://docs.aws.amazon.com/datasync/latest/userguide/understanding-your-storage.html>`_
6085
6097
 
6086
6098
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-storagesystem.html
6099
+ :cloudformationResource: AWS::DataSync::StorageSystem
6087
6100
  :exampleMetadata: fixture=_generated
6088
6101
 
6089
6102
  Example::
@@ -6663,6 +6676,7 @@ class CfnTask(
6663
6676
  A task is a set of two locations (source and destination) and a set of ``Options`` that you use to control the behavior of a task. If you don't specify ``Options`` when you create a task, AWS DataSync populates them with service defaults.
6664
6677
 
6665
6678
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html
6679
+ :cloudformationResource: AWS::DataSync::Task
6666
6680
  :exampleMetadata: fixture=_generated
6667
6681
 
6668
6682
  Example::
@@ -61,6 +61,7 @@ class CfnCluster(
61
61
  All nodes in the cluster run the same DAX caching software.
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html
64
+ :cloudformationResource: AWS::DAX::Cluster
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -816,6 +817,7 @@ class CfnParameterGroup(
816
817
  '''A named set of parameters that are applied to all of the nodes in a DAX cluster.
817
818
 
818
819
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html
820
+ :cloudformationResource: AWS::DAX::ParameterGroup
819
821
  :exampleMetadata: fixture=_generated
820
822
 
821
823
  Example::
@@ -1050,6 +1052,7 @@ class CfnSubnetGroup(
1050
1052
  '''Creates a new subnet group.
1051
1053
 
1052
1054
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html
1055
+ :cloudformationResource: AWS::DAX::SubnetGroup
1053
1056
  :exampleMetadata: fixture=_generated
1054
1057
 
1055
1058
  Example::
@@ -62,6 +62,7 @@ class CfnGraph(
62
62
  The requesting account becomes the administrator account for the behavior graph.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html
65
+ :cloudformationResource: AWS::Detective::Graph
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -274,6 +275,7 @@ class CfnMemberInvitation(
274
275
  The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
275
276
 
276
277
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html
278
+ :cloudformationResource: AWS::Detective::MemberInvitation
277
279
  :exampleMetadata: fixture=_generated
278
280
 
279
281
  Example::
@@ -577,6 +579,7 @@ class CfnOrganizationAdmin(
577
579
  If the account does not have Detective enabled, then this resource enables Detective for that account and creates a new behavior graph.
578
580
 
579
581
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-organizationadmin.html
582
+ :cloudformationResource: AWS::Detective::OrganizationAdmin
580
583
  :exampleMetadata: fixture=_generated
581
584
 
582
585
  Example::
@@ -60,6 +60,7 @@ class CfnDevicePool(
60
60
  '''Represents a request to the create device pool operation.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html
63
+ :cloudformationResource: AWS::DeviceFarm::DevicePool
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -572,6 +573,7 @@ class CfnInstanceProfile(
572
573
  '''Creates a profile that can be applied to one or more private fleet device instances.
573
574
 
574
575
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html
576
+ :cloudformationResource: AWS::DeviceFarm::InstanceProfile
575
577
  :exampleMetadata: fixture=_generated
576
578
 
577
579
  Example::
@@ -945,6 +947,7 @@ class CfnNetworkProfile(
945
947
  '''Creates a network profile.
946
948
 
947
949
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html
950
+ :cloudformationResource: AWS::DeviceFarm::NetworkProfile
948
951
  :exampleMetadata: fixture=_generated
949
952
 
950
953
  Example::
@@ -1489,6 +1492,7 @@ class CfnProject(
1489
1492
  '''Creates a project.
1490
1493
 
1491
1494
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-project.html
1495
+ :cloudformationResource: AWS::DeviceFarm::Project
1492
1496
  :exampleMetadata: fixture=_generated
1493
1497
 
1494
1498
  Example::
@@ -1884,6 +1888,7 @@ class CfnTestGridProject(
1884
1888
  Projects are used to collect and collate sessions.
1885
1889
 
1886
1890
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-testgridproject.html
1891
+ :cloudformationResource: AWS::DeviceFarm::TestGridProject
1887
1892
  :exampleMetadata: fixture=_generated
1888
1893
 
1889
1894
  Example::
@@ -2272,6 +2277,7 @@ class CfnVPCEConfiguration(
2272
2277
  '''Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint service.
2273
2278
 
2274
2279
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html
2280
+ :cloudformationResource: AWS::DeviceFarm::VPCEConfiguration
2275
2281
  :exampleMetadata: fixture=_generated
2276
2282
 
2277
2283
  Example::
@@ -57,6 +57,7 @@ class CfnLogAnomalyDetectionIntegration(
57
57
  '''Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
58
58
 
59
59
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-loganomalydetectionintegration.html
60
+ :cloudformationResource: AWS::DevOpsGuru::LogAnomalyDetectionIntegration
60
61
  :exampleMetadata: fixture=_generated
61
62
 
62
63
  Example::
@@ -175,6 +176,7 @@ class CfnNotificationChannel(
175
176
  If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see `Permissions for AWS KMS–encrypted Amazon SNS topics <https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html>`_ .
176
177
 
177
178
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-notificationchannel.html
179
+ :cloudformationResource: AWS::DevOpsGuru::NotificationChannel
178
180
  :exampleMetadata: fixture=_generated
179
181
 
180
182
  Example::
@@ -575,6 +577,7 @@ class CfnResourceCollection(
575
577
  The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks.
576
578
 
577
579
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-resourcecollection.html
580
+ :cloudformationResource: AWS::DevOpsGuru::ResourceCollection
578
581
  :exampleMetadata: fixture=_generated
579
582
 
580
583
  Example::
@@ -59,6 +59,7 @@ class CfnMicrosoftAD(
59
59
  For more information, see `AWS Managed Microsoft AD <https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html>`_ in the *AWS Directory Service Admin Guide* .
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html
62
+ :cloudformationResource: AWS::DirectoryService::MicrosoftAD
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -556,6 +557,7 @@ class CfnSimpleAD(
556
557
  Simple AD is a Microsoft Active Directory–compatible directory. For more information, see `Simple Active Directory <https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html>`_ in the *AWS Directory Service Admin Guide* .
557
558
 
558
559
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html
560
+ :cloudformationResource: AWS::DirectoryService::SimpleAD
559
561
  :exampleMetadata: fixture=_generated
560
562
 
561
563
  Example::
@@ -62,6 +62,7 @@ class CfnLifecyclePolicy(
62
62
  The properties are required when you add a lifecycle policy and optional when you update a lifecycle policy.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html
65
+ :cloudformationResource: AWS::DLM::LifecyclePolicy
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -60,6 +60,7 @@ class CfnCertificate(
60
60
  '''The ``AWS::DMS::Certificate`` resource creates an Secure Sockets Layer (SSL) certificate that encrypts connections between AWS DMS endpoints and the replication instance.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html
63
+ :cloudformationResource: AWS::DMS::Certificate
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -291,6 +292,7 @@ class CfnEndpoint(
291
292
  Currently, AWS CloudFormation supports all AWS DMS endpoint types.
292
293
 
293
294
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html
295
+ :cloudformationResource: AWS::DMS::Endpoint
294
296
  :exampleMetadata: fixture=_generated
295
297
 
296
298
  Example::
@@ -7155,6 +7157,7 @@ class CfnEventSubscription(
7155
7157
  For more information, see `Working with events and notifications in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html>`_ in the *AWS Database Migration Service User Guide* .
7156
7158
 
7157
7159
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html
7160
+ :cloudformationResource: AWS::DMS::EventSubscription
7158
7161
  :exampleMetadata: fixture=_generated
7159
7162
 
7160
7163
  Example::
@@ -7555,6 +7558,7 @@ class CfnReplicationConfig(
7555
7558
  '''A replication configuration that you later provide to configure and start a AWS DMS Serverless replication.
7556
7559
 
7557
7560
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html
7561
+ :cloudformationResource: AWS::DMS::ReplicationConfig
7558
7562
  :exampleMetadata: fixture=_generated
7559
7563
 
7560
7564
  Example::
@@ -8325,6 +8329,7 @@ class CfnReplicationInstance(
8325
8329
  To create a ReplicationInstance, you need permissions to create instances. You'll need similar permissions to terminate instances when you delete stacks with instances.
8326
8330
 
8327
8331
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html
8332
+ :cloudformationResource: AWS::DMS::ReplicationInstance
8328
8333
  :exampleMetadata: fixture=_generated
8329
8334
 
8330
8335
  Example::
@@ -9071,6 +9076,7 @@ class CfnReplicationSubnetGroup(
9071
9076
  Resource creation fails if the ``dms-vpc-role`` AWS Identity and Access Management ( IAM ) role doesn't already exist. For more information, see `Creating the IAM Roles to Use With the AWS CLI and AWS DMS API <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.APIRole.html>`_ in the *AWS Database Migration Service User Guide* .
9072
9077
 
9073
9078
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html
9079
+ :cloudformationResource: AWS::DMS::ReplicationSubnetGroup
9074
9080
  :exampleMetadata: fixture=_generated
9075
9081
 
9076
9082
  Example::
@@ -9351,6 +9357,7 @@ class CfnReplicationTask(
9351
9357
  '''The ``AWS::DMS::ReplicationTask`` resource creates an AWS DMS replication task.
9352
9358
 
9353
9359
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html
9360
+ :cloudformationResource: AWS::DMS::ReplicationTask
9354
9361
  :exampleMetadata: fixture=_generated
9355
9362
 
9356
9363
  Example::
@@ -338,6 +338,7 @@ class CfnDBCluster(
338
338
  Amazon DocumentDB is a fully managed, MongoDB-compatible document database engine. For more information, see `DBCluster <https://docs.aws.amazon.com/documentdb/latest/developerguide/API_DBCluster.html>`_ in the *Amazon DocumentDB Developer Guide* .
339
339
 
340
340
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html
341
+ :cloudformationResource: AWS::DocDB::DBCluster
341
342
  :exampleMetadata: fixture=_generated
342
343
 
343
344
  Example::
@@ -914,6 +915,7 @@ class CfnDBClusterParameterGroup(
914
915
  After you create a cluster parameter group, you should wait at least 5 minutes before creating your first cluster that uses that cluster parameter group as the default parameter group. This allows Amazon DocumentDB to fully complete the create action before the cluster parameter group is used as the default for a new cluster. This step is especially important for parameters that are critical when creating the default database for a cluster, such as the character set for the default database defined by the ``character_set_database`` parameter.
915
916
 
916
917
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html
918
+ :cloudformationResource: AWS::DocDB::DBClusterParameterGroup
917
919
  :exampleMetadata: fixture=_generated
918
920
 
919
921
  Example::
@@ -1719,6 +1721,7 @@ class CfnDBInstance(
1719
1721
  For more information, see `DBInstance <https://docs.aws.amazon.com/documentdb/latest/developerguide/API_DBInstance.html>`_ in the *Amazon DocumentDB Developer Guide* .
1720
1722
 
1721
1723
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html
1724
+ :cloudformationResource: AWS::DocDB::DBInstance
1722
1725
  :exampleMetadata: fixture=_generated
1723
1726
 
1724
1727
  Example::
@@ -2194,6 +2197,7 @@ class CfnDBSubnetGroup(
2194
2197
  subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region . For more information, see `DBSubnetGroup <https://docs.aws.amazon.com/documentdb/latest/developerguide/API_DBSubnetGroup.html>`_ in the *Amazon DocumentDB Developer Guide* .
2195
2198
 
2196
2199
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html
2200
+ :cloudformationResource: AWS::DocDB::DBSubnetGroup
2197
2201
  :exampleMetadata: fixture=_generated
2198
2202
 
2199
2203
  Example::
@@ -59,6 +59,7 @@ class CfnCluster(
59
59
  '''Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html
62
+ :cloudformationResource: AWS::DocDBElastic::Cluster
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -1213,6 +1213,7 @@ class CfnGlobalTable(
1213
1213
  - In AWS CloudFormation , each global table is controlled by a single stack, in a single region, regardless of the number of replicas. When you deploy your template, CloudFormation will create/update all replicas as part of a single stack operation. You should not deploy the same ``AWS::DynamoDB::GlobalTable`` resource in multiple regions. Doing so will result in errors, and is unsupported. If you deploy your application template in multiple regions, you can use conditions to only create the resource in a single region. Alternatively, you can choose to define your ``AWS::DynamoDB::GlobalTable`` resources in a stack separate from your application stack, and make sure it is only deployed to a single region.
1214
1214
 
1215
1215
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html
1216
+ :cloudformationResource: AWS::DynamoDB::GlobalTable
1216
1217
  :exampleMetadata: fixture=_generated
1217
1218
 
1218
1219
  Example::
@@ -3865,6 +3866,7 @@ class CfnTable(
3865
3866
  Our guidance is to use the latest schema documented here for your AWS CloudFormation templates. This schema supports the provisioning of all table settings below. When using this schema in your AWS CloudFormation templates, please ensure that your Identity and Access Management ( IAM ) policies are updated with appropriate permissions to allow for the authorization of these setting changes.
3866
3867
 
3867
3868
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html
3869
+ :cloudformationResource: AWS::DynamoDB::Table
3868
3870
  :exampleMetadata: fixture=_generated
3869
3871
 
3870
3872
  Example::