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
@@ -62,6 +62,7 @@ class CfnApplication(
62
62
  For more information, see the `Amazon Kinesis Data Analytics Developer Guide <https://docs.aws.amazon.com//kinesisanalytics/latest/dev/what-is.html>`_ .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html
65
+ :cloudformationResource: AWS::KinesisAnalytics::Application
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -1331,6 +1332,7 @@ class CfnApplicationCloudWatchLoggingOptionV2(
1331
1332
  Only one *ApplicationCloudWatchLoggingOption* resource can be attached per application.
1332
1333
 
1333
1334
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html
1335
+ :cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption
1334
1336
  :exampleMetadata: fixture=_generated
1335
1337
 
1336
1338
  Example::
@@ -1597,6 +1599,7 @@ class CfnApplicationOutput(
1597
1599
  This operation requires permissions to perform the ``kinesisanalytics:AddApplicationOutput`` action.
1598
1600
 
1599
1601
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html
1602
+ :cloudformationResource: AWS::KinesisAnalytics::ApplicationOutput
1600
1603
  :exampleMetadata: fixture=_generated
1601
1604
 
1602
1605
  Example::
@@ -2277,6 +2280,7 @@ class CfnApplicationOutputV2(
2277
2280
  Creation of multiple outputs should be sequential (use of DependsOn) to avoid a problem with a stale application version ( *ConcurrentModificationException* ).
2278
2281
 
2279
2282
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html
2283
+ :cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationOutput
2280
2284
  :exampleMetadata: fixture=_generated
2281
2285
 
2282
2286
  Example::
@@ -3046,6 +3050,7 @@ class CfnApplicationReferenceDataSource(
3046
3050
  This operation requires permissions to perform the ``kinesisanalytics:AddApplicationOutput`` action.
3047
3051
 
3048
3052
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html
3053
+ :cloudformationResource: AWS::KinesisAnalytics::ApplicationReferenceDataSource
3049
3054
  :exampleMetadata: fixture=_generated
3050
3055
 
3051
3056
  Example::
@@ -4056,6 +4061,7 @@ class CfnApplicationReferenceDataSourceV2(
4056
4061
  Managed Service for Apache Flink reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.
4057
4062
 
4058
4063
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
4064
+ :cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource
4059
4065
  :exampleMetadata: fixture=_generated
4060
4066
 
4061
4067
  Example::
@@ -5031,6 +5037,7 @@ class CfnApplicationV2(
5031
5037
  For information about creating a Kinesis Data Analytics application, see `Creating an Application <https://docs.aws.amazon.com/kinesisanalytics/latest/java/getting-started.html>`_ .
5032
5038
 
5033
5039
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html
5040
+ :cloudformationResource: AWS::KinesisAnalyticsV2::Application
5034
5041
  :exampleMetadata: fixture=_generated
5035
5042
 
5036
5043
  Example::
@@ -62,6 +62,7 @@ class CfnApplication(
62
62
  For information about creating a Kinesis Data Analytics application, see `Creating an Application <https://docs.aws.amazon.com/kinesisanalytics/latest/java/getting-started.html>`_ .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html
65
+ :cloudformationResource: AWS::KinesisAnalyticsV2::Application
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -3791,6 +3792,7 @@ class CfnApplicationCloudWatchLoggingOption(
3791
3792
  Only one *ApplicationCloudWatchLoggingOption* resource can be attached per application.
3792
3793
 
3793
3794
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html
3795
+ :cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption
3794
3796
  :exampleMetadata: fixture=_generated
3795
3797
 
3796
3798
  Example::
@@ -4056,6 +4058,7 @@ class CfnApplicationOutput(
4056
4058
  Creation of multiple outputs should be sequential (use of DependsOn) to avoid a problem with a stale application version ( *ConcurrentModificationException* ).
4057
4059
 
4058
4060
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html
4061
+ :cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationOutput
4059
4062
  :exampleMetadata: fixture=_generated
4060
4063
 
4061
4064
  Example::
@@ -5006,6 +5009,7 @@ class CfnApplicationReferenceDataSource(
5006
5009
  Managed Service for Apache Flink reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.
5007
5010
 
5008
5011
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
5012
+ :cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource
5009
5013
  :exampleMetadata: fixture=_generated
5010
5014
 
5011
5015
  Example::
@@ -67,6 +67,7 @@ class CfnDeliveryStream(
67
67
  For more information, see `Creating an Amazon Kinesis Data Firehose Delivery Stream <https://docs.aws.amazon.com/firehose/latest/dev/basic-create.html>`_ in the *Amazon Kinesis Data Firehose Developer Guide* .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html
70
+ :cloudformationResource: AWS::KinesisFirehose::DeliveryStream
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -61,6 +61,7 @@ class CfnSignalingChannel(
61
61
  ``CreateSignalingChannel`` is an asynchronous operation.
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisvideo-signalingchannel.html
64
+ :cloudformationResource: AWS::KinesisVideo::SignalingChannel
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -343,6 +344,7 @@ class CfnStream(
343
344
  You must have permissions for the ``KinesisVideo:CreateStream`` action.
344
345
 
345
346
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisvideo-stream.html
347
+ :cloudformationResource: AWS::KinesisVideo::Stream
346
348
  :exampleMetadata: fixture=_generated
347
349
 
348
350
  Example::
@@ -471,6 +471,7 @@ class CfnAlias(
471
471
  AWS KMS CloudFormation resources are available in all AWS Regions in which AWS KMS and AWS CloudFormation are supported.
472
472
 
473
473
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html
474
+ :cloudformationResource: AWS::KMS::Alias
474
475
  :exampleMetadata: fixture=_generated
475
476
 
476
477
  Example::
@@ -696,6 +697,7 @@ class CfnKey(
696
697
  AWS KMS CloudFormation resources are available in all Regions in which AWS KMS and AWS CloudFormation are supported. You can use the ``AWS::KMS::Key`` resource to create and manage all KMS key types that are supported in a Region.
697
698
 
698
699
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html
700
+ :cloudformationResource: AWS::KMS::Key
699
701
  :exampleMetadata: infused
700
702
 
701
703
  Example::
@@ -1383,6 +1385,7 @@ class CfnReplicaKey(
1383
1385
  AWS KMS CloudFormation resources are available in all AWS Regions in which AWS KMS and AWS CloudFormation are supported. You can use the ``AWS::KMS::ReplicaKey`` resource to create replica keys in all Regions that support multi-Region KMS keys. For details, see `Multi-Region keys in AWS KMS <https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html>`_ in the ** .
1384
1386
 
1385
1387
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-replicakey.html
1388
+ :cloudformationResource: AWS::KMS::ReplicaKey
1386
1389
  :exampleMetadata: fixture=_generated
1387
1390
 
1388
1391
  Example::
@@ -59,6 +59,7 @@ class CfnDataCellsFilter(
59
59
  Data cell filters belong to a specific table in a Data Catalog . During a stack operation, AWS CloudFormation calls the AWS Lake Formation ``CreateDataCellsFilter`` API operation to create a ``DataCellsFilter`` resource, and calls the ``DeleteDataCellsFilter`` API operation to delete it.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datacellsfilter.html
62
+ :cloudformationResource: AWS::LakeFormation::DataCellsFilter
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -585,6 +586,7 @@ class CfnDataLakeSettings(
585
586
  '''The ``AWS::LakeFormation::DataLakeSettings`` resource is an AWS Lake Formation resource type that manages the data lake settings for your account.
586
587
 
587
588
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html
589
+ :cloudformationResource: AWS::LakeFormation::DataLakeSettings
588
590
  :exampleMetadata: fixture=_generated
589
591
 
590
592
  Example::
@@ -1433,6 +1435,7 @@ class CfnPermissions(
1433
1435
  New versions of AWS Lake Formation permission resources are now available. For more information, see: `AWS:LakeFormation::PrincipalPermissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-principalpermissions.html>`_
1434
1436
 
1435
1437
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html
1438
+ :cloudformationResource: AWS::LakeFormation::Permissions
1436
1439
  :exampleMetadata: fixture=_generated
1437
1440
 
1438
1441
  Example::
@@ -2450,6 +2453,7 @@ class CfnPrincipalPermissions(
2450
2453
  When you create a ``PrincipalPermissions`` resource, the permissions are granted via the AWS Lake Formation ``GrantPermissions`` API operation. When you delete a ``PrincipalPermissions`` resource, the permissions on principal-resource pair are revoked via the AWS Lake Formation ``RevokePermissions`` API operation.
2451
2454
 
2452
2455
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-principalpermissions.html
2456
+ :cloudformationResource: AWS::LakeFormation::PrincipalPermissions
2453
2457
  :exampleMetadata: fixture=_generated
2454
2458
 
2455
2459
  Example::
@@ -3988,6 +3992,7 @@ class CfnResource(
3988
3992
  During a stack operation, AWS CloudFormation calls the AWS Lake Formation ```RegisterResource`` <https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-credential-vending.html#aws-lake-formation-api-credential-vending-RegisterResource>`_ API operation to register the resource. To remove a ``Resource`` type, AWS CloudFormation calls the AWS Lake Formation ```DeregisterResource`` <https://docs.aws.amazon.com/lake-formation/latest/dg/aws-lake-formation-api-credential-vending.html#aws-lake-formation-api-credential-vending-DeregisterResource>`_ API operation.
3989
3993
 
3990
3994
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html
3995
+ :cloudformationResource: AWS::LakeFormation::Resource
3991
3996
  :exampleMetadata: fixture=_generated
3992
3997
 
3993
3998
  Example::
@@ -4267,6 +4272,7 @@ class CfnTag(
4267
4272
  During a stack operation, AWS CloudFormation calls the AWS Lake Formation ``CreateLFTag`` API to create a tag, and ``UpdateLFTag`` API to update a tag resource, and a ``DeleteLFTag`` to delete it.
4268
4273
 
4269
4274
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-tag.html
4275
+ :cloudformationResource: AWS::LakeFormation::Tag
4270
4276
  :exampleMetadata: fixture=_generated
4271
4277
 
4272
4278
  Example::
@@ -4396,6 +4402,7 @@ class CfnTagAssociation(
4396
4402
  During a stack operation, CloudFormation calls AWS Lake Formation ``AddLFTagsToResource`` API to create a ``TagAssociation`` resource and calls the ``RemoveLFTagsToResource`` API to delete it.
4397
4403
 
4398
4404
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-tagassociation.html
4405
+ :cloudformationResource: AWS::LakeFormation::TagAssociation
4399
4406
  :exampleMetadata: fixture=_generated
4400
4407
 
4401
4408
  Example::
@@ -2570,6 +2570,7 @@ class CfnAlias(
2570
2570
  You can also map an alias to split invocation requests between two versions. Use the ``RoutingConfig`` parameter to specify a second version and the percentage of invocation requests that it receives.
2571
2571
 
2572
2572
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html
2573
+ :cloudformationResource: AWS::Lambda::Alias
2573
2574
  :exampleMetadata: fixture=_generated
2574
2575
 
2575
2576
  Example::
@@ -3123,6 +3124,7 @@ class CfnCodeSigningConfig(
3123
3124
  '''Details about a `Code signing configuration <https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html>`_ .
3124
3125
 
3125
3126
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html
3127
+ :cloudformationResource: AWS::Lambda::CodeSigningConfig
3126
3128
  :exampleMetadata: fixture=_generated
3127
3129
 
3128
3130
  Example::
@@ -3505,6 +3507,7 @@ class CfnEventInvokeConfig(
3505
3507
  By default, Lambda retries an asynchronous invocation twice if the function returns an error. It retains events in a queue for up to six hours. When an event fails all processing attempts or stays in the asynchronous invocation queue for too long, Lambda discards it.
3506
3508
 
3507
3509
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html
3510
+ :cloudformationResource: AWS::Lambda::EventInvokeConfig
3508
3511
  :exampleMetadata: fixture=_generated
3509
3512
 
3510
3513
  Example::
@@ -4032,6 +4035,7 @@ class CfnEventSourceMapping(
4032
4035
  - `Configuring Amazon DocumentDB as an event source <https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html>`_
4033
4036
 
4034
4037
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html
4038
+ :cloudformationResource: AWS::Lambda::EventSourceMapping
4035
4039
  :exampleMetadata: fixture=_generated
4036
4040
 
4037
4041
  Example::
@@ -5816,6 +5820,7 @@ class CfnFunction(
5816
5820
  For a complete introduction to Lambda functions, see `What is Lambda? <https://docs.aws.amazon.com/lambda/latest/dg/lambda-welcome.html>`_ in the *Lambda developer guide.*
5817
5821
 
5818
5822
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html
5823
+ :cloudformationResource: AWS::Lambda::Function
5819
5824
  :exampleMetadata: fixture=_generated
5820
5825
 
5821
5826
  Example::
@@ -7756,6 +7761,7 @@ class CfnLayerVersion(
7756
7761
  '''The ``AWS::Lambda::LayerVersion`` resource creates a `Lambda layer <https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html>`_ from a ZIP archive.
7757
7762
 
7758
7763
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html
7764
+ :cloudformationResource: AWS::Lambda::LayerVersion
7759
7765
  :exampleMetadata: fixture=_generated
7760
7766
 
7761
7767
  Example::
@@ -8060,6 +8066,7 @@ class CfnLayerVersionPermission(
8060
8066
  Since the release of the `UpdateReplacePolicy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html>`_ both ``UpdateReplacePolicy`` and ``DeletionPolicy`` are required to protect your Resources/LayerPermissions from deletion.
8061
8067
 
8062
8068
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html
8069
+ :cloudformationResource: AWS::Lambda::LayerVersionPermission
8063
8070
  :exampleMetadata: fixture=_generated
8064
8071
 
8065
8072
  Example::
@@ -8569,6 +8576,7 @@ class CfnPermission(
8569
8576
  This resource adds a statement to a resource-based permission policy for the function. For more information about function policies, see `Lambda Function Policies <https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html>`_ .
8570
8577
 
8571
8578
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html
8579
+ :cloudformationResource: AWS::Lambda::Permission
8572
8580
  :exampleMetadata: fixture=_generated
8573
8581
 
8574
8582
  Example::
@@ -8988,6 +8996,7 @@ class CfnUrl(
8988
8996
  A `function URL <https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html>`_ is a dedicated HTTP(S) endpoint that you can use to invoke your function.
8989
8997
 
8990
8998
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html
8999
+ :cloudformationResource: AWS::Lambda::Url
8991
9000
  :exampleMetadata: fixture=_generated
8992
9001
 
8993
9002
  Example::
@@ -9480,6 +9489,7 @@ class CfnVersion(
9480
9489
  '''The ``AWS::Lambda::Version`` resource creates a `version <https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html>`_ from the current code and configuration of a function. Use versions to create a snapshot of your function code and configuration that doesn't change.
9481
9490
 
9482
9491
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html
9492
+ :cloudformationResource: AWS::Lambda::Version
9483
9493
  :exampleMetadata: fixture=_generated
9484
9494
 
9485
9495
  Example::
@@ -64,6 +64,7 @@ class CfnBot(
64
64
  You must configure an intent based on the ``AMAZON.FallbackIntent`` built-in intent. If you don't add one, creating the bot will fail.
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html
67
+ :cloudformationResource: AWS::Lex::Bot
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -9287,6 +9288,7 @@ class CfnBotAlias(
9287
9288
  For example, you can specify an alias called "PROD" that your applications use to call the Amazon Lex bot.
9288
9289
 
9289
9290
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-botalias.html
9291
+ :cloudformationResource: AWS::Lex::BotAlias
9290
9292
  :exampleMetadata: fixture=_generated
9291
9293
 
9292
9294
  Example::
@@ -10965,6 +10967,7 @@ class CfnBotVersion(
10965
10967
  When you specify the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1.
10966
10968
 
10967
10969
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-botversion.html
10970
+ :cloudformationResource: AWS::Lex::BotVersion
10968
10971
  :exampleMetadata: fixture=_generated
10969
10972
 
10970
10973
  Example::
@@ -11351,6 +11354,7 @@ class CfnResourcePolicy(
11351
11354
  Specifies a new resource policy with the specified policy statements.
11352
11355
 
11353
11356
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-resourcepolicy.html
11357
+ :cloudformationResource: AWS::Lex::ResourcePolicy
11354
11358
  :exampleMetadata: fixture=_generated
11355
11359
 
11356
11360
  Example::
@@ -59,6 +59,7 @@ class CfnGrant(
59
59
  A grant shares the use of license entitlements with specific AWS accounts . For more information, see `Granted licenses <https://docs.aws.amazon.com/license-manager/latest/userguide/granted-licenses.html>`_ in the *AWS License Manager User Guide* .
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html
62
+ :cloudformationResource: AWS::LicenseManager::Grant
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -405,6 +406,7 @@ class CfnLicense(
405
406
  Granted licenses are licenses for products that your organization purchased from AWS Marketplace or directly from a seller who integrated their software with managed entitlements. For more information, see `Granted licenses <https://docs.aws.amazon.com/license-manager/latest/userguide/granted-licenses.html>`_ in the *AWS License Manager User Guide* .
406
407
 
407
408
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-license.html
409
+ :cloudformationResource: AWS::LicenseManager::License
408
410
  :exampleMetadata: fixture=_generated
409
411
 
410
412
  Example::
@@ -60,6 +60,7 @@ class CfnAlarm(
60
60
  '''The ``AWS::Lightsail::Alarm`` resource specifies an alarm that can be used to monitor a single metric for one of your Lightsail resources.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html
63
+ :cloudformationResource: AWS::Lightsail::Alarm
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -598,6 +599,7 @@ class CfnBucket(
598
599
  '''The ``AWS::Lightsail::Bucket`` resource specifies a bucket.
599
600
 
600
601
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-bucket.html
602
+ :cloudformationResource: AWS::Lightsail::Bucket
601
603
  :exampleMetadata: fixture=_generated
602
604
 
603
605
  Example::
@@ -1121,6 +1123,7 @@ class CfnCertificate(
1121
1123
  For information about certificates that you can use with a load balancer, see `AWS::Lightsail::LoadBalancerTlsCertificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-loadbalancertlscertificate.html>`_ .
1122
1124
 
1123
1125
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-certificate.html
1126
+ :cloudformationResource: AWS::Lightsail::Certificate
1124
1127
  :exampleMetadata: fixture=_generated
1125
1128
 
1126
1129
  Example::
@@ -1416,6 +1419,7 @@ class CfnContainer(
1416
1419
  A Lightsail container service is a compute resource to which you can deploy containers.
1417
1420
 
1418
1421
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-container.html
1422
+ :cloudformationResource: AWS::Lightsail::Container
1419
1423
  :exampleMetadata: fixture=_generated
1420
1424
 
1421
1425
  Example::
@@ -2795,6 +2799,7 @@ class CfnDatabase(
2795
2799
  '''The ``AWS::Lightsail::Database`` resource specifies an Amazon Lightsail database.
2796
2800
 
2797
2801
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html
2802
+ :cloudformationResource: AWS::Lightsail::Database
2798
2803
  :exampleMetadata: fixture=_generated
2799
2804
 
2800
2805
  Example::
@@ -3729,6 +3734,7 @@ class CfnDisk(
3729
3734
  '''The ``AWS::Lightsail::Disk`` resource specifies a disk that can be attached to an Amazon Lightsail instance that is in the same AWS Region and Availability Zone.
3730
3735
 
3731
3736
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disk.html
3737
+ :cloudformationResource: AWS::Lightsail::Disk
3732
3738
  :exampleMetadata: fixture=_generated
3733
3739
 
3734
3740
  Example::
@@ -4456,6 +4462,7 @@ class CfnDistribution(
4456
4462
  A distribution is a globally distributed network of caching servers that improve the performance of your website or web application hosted on a Lightsail instance, static content hosted on a Lightsail bucket, or through a Lightsail load balancer.
4457
4463
 
4458
4464
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-distribution.html
4465
+ :cloudformationResource: AWS::Lightsail::Distribution
4459
4466
  :exampleMetadata: fixture=_generated
4460
4467
 
4461
4468
  Example::
@@ -5752,6 +5759,7 @@ class CfnInstance(
5752
5759
  '''The ``AWS::Lightsail::Instance`` resource specifies an Amazon Lightsail instance.
5753
5760
 
5754
5761
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html
5762
+ :cloudformationResource: AWS::Lightsail::Instance
5755
5763
  :exampleMetadata: fixture=_generated
5756
5764
 
5757
5765
  Example::
@@ -7537,6 +7545,7 @@ class CfnLoadBalancer(
7537
7545
  You cannot attach a TLS certificate to a load balancer using the ``AWS::Lightsail::LoadBalancer`` resource type. Instead, use the ``AWS::Lightsail::LoadBalancerTlsCertificate`` resource type to create a certificate and attach it to a load balancer.
7538
7546
 
7539
7547
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-loadbalancer.html
7548
+ :cloudformationResource: AWS::Lightsail::LoadBalancer
7540
7549
  :exampleMetadata: fixture=_generated
7541
7550
 
7542
7551
  Example::
@@ -8010,6 +8019,7 @@ class CfnLoadBalancerTlsCertificate(
8010
8019
  '''The ``AWS::Lightsail::LoadBalancerTlsCertificate`` resource specifies a TLS certificate that can be used with a Lightsail load balancer.
8011
8020
 
8012
8021
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-loadbalancertlscertificate.html
8022
+ :cloudformationResource: AWS::Lightsail::LoadBalancerTlsCertificate
8013
8023
  :exampleMetadata: fixture=_generated
8014
8024
 
8015
8025
  Example::
@@ -8376,6 +8386,7 @@ class CfnStaticIp(
8376
8386
  '''The ``AWS::Lightsail::StaticIp`` resource specifies a static IP that can be attached to an Amazon Lightsail instance that is in the same AWS Region and Availability Zone.
8377
8387
 
8378
8388
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-staticip.html
8389
+ :cloudformationResource: AWS::Lightsail::StaticIp
8379
8390
  :exampleMetadata: fixture=_generated
8380
8391
 
8381
8392
  Example::
@@ -62,6 +62,7 @@ class CfnGeofenceCollection(
62
62
  '''The ``AWS::Location::GeofenceCollection`` resource specifies the ability to detect and act when a tracked device enters or exits a defined geographical boundary known as a geofence.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html
65
+ :cloudformationResource: AWS::Location::GeofenceCollection
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -412,6 +413,7 @@ class CfnMap(
412
413
  '''The ``AWS::Location::Map`` resource specifies a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
413
414
 
414
415
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-map.html
416
+ :cloudformationResource: AWS::Location::Map
415
417
  :exampleMetadata: fixture=_generated
416
418
 
417
419
  Example::
@@ -841,6 +843,7 @@ class CfnPlaceIndex(
841
843
  If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the `AWS service terms <https://docs.aws.amazon.com/service-terms>`_ for more details.
842
844
 
843
845
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-placeindex.html
846
+ :cloudformationResource: AWS::Location::PlaceIndex
844
847
  :exampleMetadata: fixture=_generated
845
848
 
846
849
  Example::
@@ -1276,6 +1279,7 @@ class CfnRouteCalculator(
1276
1279
  If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the `AWS service terms <https://docs.aws.amazon.com/service-terms>`_ for more details.
1277
1280
 
1278
1281
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html
1282
+ :cloudformationResource: AWS::Location::RouteCalculator
1279
1283
  :exampleMetadata: fixture=_generated
1280
1284
 
1281
1285
  Example::
@@ -1601,6 +1605,7 @@ class CfnTracker(
1601
1605
  '''Specifies a tracker resource in your AWS account , which lets you receive current and historical location of devices.
1602
1606
 
1603
1607
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html
1608
+ :cloudformationResource: AWS::Location::Tracker
1604
1609
  :exampleMetadata: fixture=_generated
1605
1610
 
1606
1611
  Example::
@@ -1838,6 +1843,7 @@ class CfnTrackerConsumer(
1838
1843
  Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.
1839
1844
 
1840
1845
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-trackerconsumer.html
1846
+ :cloudformationResource: AWS::Location::TrackerConsumer
1841
1847
  :exampleMetadata: fixture=_generated
1842
1848
 
1843
1849
  Example::
@@ -466,6 +466,7 @@ class CfnAccountPolicy(
466
466
  An account-level policy applies to all log groups in the account. You can also create a data protection policy that applies to just one log group. If a log group has its own data protection policy and the account also has an account-level data protection policy, then the two policies are cumulative. Any sensitive term specified in either policy is masked.
467
467
 
468
468
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html
469
+ :cloudformationResource: AWS::Logs::AccountPolicy
469
470
  :exampleMetadata: fixture=_generated
470
471
 
471
472
  Example::
@@ -751,6 +752,7 @@ class CfnDestination(
751
752
  A destination encapsulates a physical resource (such as an Amazon Kinesis data stream) and enables you to subscribe that resource to a stream of log events.
752
753
 
753
754
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html
755
+ :cloudformationResource: AWS::Logs::Destination
754
756
  :exampleMetadata: fixture=_generated
755
757
 
756
758
  Example::
@@ -1023,6 +1025,7 @@ class CfnLogGroup(
1023
1025
  - Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), and '.' (period).
1024
1026
 
1025
1027
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html
1028
+ :cloudformationResource: AWS::Logs::LogGroup
1026
1029
  :exampleMetadata: fixture=_generated
1027
1030
 
1028
1031
  Example::
@@ -1359,6 +1362,7 @@ class CfnLogStream(
1359
1362
  - The ':' (colon) and '*' (asterisk) characters are not allowed.
1360
1363
 
1361
1364
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html
1365
+ :cloudformationResource: AWS::Logs::LogStream
1362
1366
  :exampleMetadata: fixture=_generated
1363
1367
 
1364
1368
  Example::
@@ -1553,6 +1557,7 @@ class CfnMetricFilter(
1553
1557
  The maximum number of metric filters that can be associated with a log group is 100.
1554
1558
 
1555
1559
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html
1560
+ :cloudformationResource: AWS::Logs::MetricFilter
1556
1561
  :exampleMetadata: fixture=_generated
1557
1562
 
1558
1563
  Example::
@@ -2085,6 +2090,7 @@ class CfnQueryDefinition(
2085
2090
  For more information, see `Analyzing Log Data with CloudWatch Logs Insights <https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html>`_ .
2086
2091
 
2087
2092
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-querydefinition.html
2093
+ :cloudformationResource: AWS::Logs::QueryDefinition
2088
2094
  :exampleMetadata: fixture=_generated
2089
2095
 
2090
2096
  Example::
@@ -2321,6 +2327,7 @@ class CfnResourcePolicy(
2321
2327
  An account can have up to 10 resource policies per AWS Region.
2322
2328
 
2323
2329
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-resourcepolicy.html
2330
+ :cloudformationResource: AWS::Logs::ResourcePolicy
2324
2331
  :exampleMetadata: fixture=_generated
2325
2332
 
2326
2333
  Example::
@@ -2513,6 +2520,7 @@ class CfnSubscriptionFilter(
2513
2520
  There can be as many as two subscription filters associated with a log group.
2514
2521
 
2515
2522
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html
2523
+ :cloudformationResource: AWS::Logs::SubscriptionFilter
2516
2524
  :exampleMetadata: fixture=_generated
2517
2525
 
2518
2526
  Example::
@@ -65,6 +65,7 @@ class CfnInferenceScheduler(
65
65
  Updating some properties below (for example, InferenceSchedulerName and ServerSideKmsKeyId) triggers a resource replacement, which requires a new model. To replace such a property using AWS CloudFormation , but without creating a completely new stack, you must replace ModelName. If you need to replace the property, but want to use the same model, delete the current stack and create a new one with the updated properties.
66
66
 
67
67
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html
68
+ :cloudformationResource: AWS::LookoutEquipment::InferenceScheduler
68
69
  :exampleMetadata: fixture=_generated
69
70
 
70
71
  Example::
@@ -57,6 +57,7 @@ class CfnAlert(
57
57
  '''The ``AWS::LookoutMetrics::Alert`` type creates an alert for an anomaly detector.
58
58
 
59
59
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-alert.html
60
+ :cloudformationResource: AWS::LookoutMetrics::Alert
60
61
  :exampleMetadata: fixture=_generated
61
62
 
62
63
  Example::
@@ -597,6 +598,7 @@ class CfnAnomalyDetector(
597
598
  '''The ``AWS::LookoutMetrics::AnomalyDetector`` type creates an anomaly detector.
598
599
 
599
600
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-anomalydetector.html
601
+ :cloudformationResource: AWS::LookoutMetrics::AnomalyDetector
600
602
  :exampleMetadata: fixture=_generated
601
603
 
602
604
  Example::
@@ -58,6 +58,7 @@ class CfnProject(
58
58
  A project is a grouping of the resources needed to create and manage an Amazon Lookout for Vision model.
59
59
 
60
60
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutvision-project.html
61
+ :cloudformationResource: AWS::LookoutVision::Project
61
62
  :exampleMetadata: fixture=_generated
62
63
 
63
64
  Example::
@@ -61,6 +61,7 @@ class CfnApplication(
61
61
  For information about application definitions, see the `AWS Mainframe Modernization User Guide <https://docs.aws.amazon.com/m2/latest/userguide/applications-m2-definition.html>`_ .
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html
64
+ :cloudformationResource: AWS::M2::Application
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -538,6 +539,7 @@ class CfnEnvironment(
538
539
  '''Specifies a runtime environment for a given runtime engine.
539
540
 
540
541
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html
542
+ :cloudformationResource: AWS::M2::Environment
541
543
  :exampleMetadata: fixture=_generated
542
544
 
543
545
  Example::