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
@@ -60,6 +60,7 @@ class CfnDetector(
60
60
  '''Manages a detector and associated detector versions.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-detector.html
63
+ :cloudformationResource: AWS::FraudDetector::Detector
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -1993,6 +1994,7 @@ class CfnEntityType(
1993
1994
  An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.
1994
1995
 
1995
1996
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-entitytype.html
1997
+ :cloudformationResource: AWS::FraudDetector::EntityType
1996
1998
  :exampleMetadata: fixture=_generated
1997
1999
 
1998
2000
  Example::
@@ -2250,6 +2252,7 @@ class CfnEventType(
2250
2252
  An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.
2251
2253
 
2252
2254
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html
2255
+ :cloudformationResource: AWS::FraudDetector::EventType
2253
2256
  :exampleMetadata: fixture=_generated
2254
2257
 
2255
2258
  Example::
@@ -3277,6 +3280,7 @@ class CfnLabel(
3277
3280
  A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector.
3278
3281
 
3279
3282
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-label.html
3283
+ :cloudformationResource: AWS::FraudDetector::Label
3280
3284
  :exampleMetadata: fixture=_generated
3281
3285
 
3282
3286
  Example::
@@ -3536,6 +3540,7 @@ class CfnList(
3536
3540
  List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see `Lists <https://docs.aws.amazon.com//frauddetector/latest/ug/lists.html>`_ .
3537
3541
 
3538
3542
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-list.html
3543
+ :cloudformationResource: AWS::FraudDetector::List
3539
3544
  :exampleMetadata: fixture=_generated
3540
3545
 
3541
3546
  Example::
@@ -3867,6 +3872,7 @@ class CfnOutcome(
3867
3872
  '''Creates or updates an outcome.
3868
3873
 
3869
3874
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-outcome.html
3875
+ :cloudformationResource: AWS::FraudDetector::Outcome
3870
3876
  :exampleMetadata: fixture=_generated
3871
3877
 
3872
3878
  Example::
@@ -4122,6 +4128,7 @@ class CfnVariable(
4122
4128
  '''Manages a variable.
4123
4129
 
4124
4130
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html
4131
+ :cloudformationResource: AWS::FraudDetector::Variable
4125
4132
  :exampleMetadata: fixture=_generated
4126
4133
 
4127
4134
  Example::
@@ -243,6 +243,7 @@ class CfnDataRepositoryAssociation(
243
243
  Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see `Linking your file system to an S3 bucket <https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html>`_ .
244
244
 
245
245
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-datarepositoryassociation.html
246
+ :cloudformationResource: AWS::FSx::DataRepositoryAssociation
246
247
  :exampleMetadata: fixture=_generated
247
248
 
248
249
  Example::
@@ -900,6 +901,7 @@ class CfnFileSystem(
900
901
  - Amazon FSx for Windows File Server
901
902
 
902
903
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
904
+ :cloudformationResource: AWS::FSx::FileSystem
903
905
  :exampleMetadata: fixture=_generated
904
906
 
905
907
  Example::
@@ -3688,6 +3690,7 @@ class CfnSnapshot(
3688
3690
  '''A snapshot of an Amazon FSx for OpenZFS volume.
3689
3691
 
3690
3692
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-snapshot.html
3693
+ :cloudformationResource: AWS::FSx::Snapshot
3691
3694
  :exampleMetadata: fixture=_generated
3692
3695
 
3693
3696
  Example::
@@ -3935,6 +3938,7 @@ class CfnStorageVirtualMachine(
3935
3938
  '''Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
3936
3939
 
3937
3940
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-storagevirtualmachine.html
3941
+ :cloudformationResource: AWS::FSx::StorageVirtualMachine
3938
3942
  :exampleMetadata: fixture=_generated
3939
3943
 
3940
3944
  Example::
@@ -4573,6 +4577,7 @@ class CfnVolume(
4573
4577
  '''Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
4574
4578
 
4575
4579
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-volume.html
4580
+ :cloudformationResource: AWS::FSx::Volume
4576
4581
  :exampleMetadata: fixture=_generated
4577
4582
 
4578
4583
  Example::
@@ -67,6 +67,7 @@ class CfnAlias(
67
67
  There are two types of routing strategies for aliases: simple and terminal. A simple alias points to an active fleet. A terminal alias displays a message instead of routing players to an active fleet. For example, a terminal alias might display a URL link that directs players to an upgrade site. You can use aliases to define destinations in a game session queue or when requesting new game sessions.
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html
70
+ :cloudformationResource: AWS::GameLift::Alias
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -418,6 +419,7 @@ class CfnBuild(
418
419
  This resource points to an Amazon S3 location that contains a zip file with all of the components of the game server build.
419
420
 
420
421
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html
422
+ :cloudformationResource: AWS::GameLift::Build
421
423
  :exampleMetadata: fixture=_generated
422
424
 
423
425
  Example::
@@ -859,6 +861,7 @@ class CfnFleet(
859
861
  A fleet is a set of EC2 instances, configured with instructions to run game servers on each instance.
860
862
 
861
863
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html
864
+ :cloudformationResource: AWS::GameLift::Fleet
862
865
  :exampleMetadata: fixture=_generated
863
866
 
864
867
  Example::
@@ -2700,6 +2703,7 @@ class CfnGameServerGroup(
2700
2703
  `GameLift FleetIQ Guide <https://docs.aws.amazon.com/gamelift/latest/fleetiqguide/gsg-intro.html>`_
2701
2704
 
2702
2705
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gameservergroup.html
2706
+ :cloudformationResource: AWS::GameLift::GameServerGroup
2703
2707
  :exampleMetadata: fixture=_generated
2704
2708
 
2705
2709
  Example::
@@ -3651,6 +3655,7 @@ class CfnGameSessionQueue(
3651
3655
  A queue uses FleetIQ algorithms to determine the best placement locations and find an available game server, then prompts the game server to start a new game session. Queues can have destinations (GameLift fleets or aliases), which determine where the queue can place new game sessions. A queue can have destinations with varied fleet type (Spot and On-Demand), instance type, and AWS Region .
3652
3656
 
3653
3657
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html
3658
+ :cloudformationResource: AWS::GameLift::GameSessionQueue
3654
3659
  :exampleMetadata: fixture=_generated
3655
3660
 
3656
3661
  Example::
@@ -4461,6 +4466,7 @@ class CfnLocation(
4461
4466
  '''Creates a custom location for use in an Anywhere fleet.
4462
4467
 
4463
4468
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-location.html
4469
+ :cloudformationResource: AWS::GameLift::Location
4464
4470
  :exampleMetadata: fixture=_generated
4465
4471
 
4466
4472
  Example::
@@ -4666,6 +4672,7 @@ class CfnMatchmakingConfiguration(
4666
4672
  Whether you're using FlexMatch with GameLift hosting or as a standalone matchmaking service, the matchmaking configuration sets out rules for matching players and forming teams. If you're using GameLift hosting, it also defines how to start game sessions for each match. Your matchmaking system can use multiple configurations to handle different game scenarios. All matchmaking requests identify the matchmaking configuration to use and provide player attributes that are consistent with that configuration.
4667
4673
 
4668
4674
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html
4675
+ :cloudformationResource: AWS::GameLift::MatchmakingConfiguration
4669
4676
  :exampleMetadata: fixture=_generated
4670
4677
 
4671
4678
  Example::
@@ -5444,6 +5451,7 @@ class CfnMatchmakingRuleSet(
5444
5451
  - `Matchmaking with FlexMatch <https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-intro.html>`_
5445
5452
 
5446
5453
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html
5454
+ :cloudformationResource: AWS::GameLift::MatchmakingRuleSet
5447
5455
  :exampleMetadata: fixture=_generated
5448
5456
 
5449
5457
  Example::
@@ -5706,6 +5714,7 @@ class CfnScript(
5706
5714
  Realtime scripts are JavaScript that provide configuration settings and optional custom game logic for your game. The script is deployed when you create a Realtime Servers fleet to host your game sessions. Script logic is executed during an active game session.
5707
5715
 
5708
5716
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html
5717
+ :cloudformationResource: AWS::GameLift::Script
5709
5718
  :exampleMetadata: fixture=_generated
5710
5719
 
5711
5720
  Example::
@@ -360,6 +360,7 @@ class CfnAccelerator(
360
360
  An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Application Load Balancers, Network Load Balancers, and Amazon EC2 instances.
361
361
 
362
362
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html
363
+ :cloudformationResource: AWS::GlobalAccelerator::Accelerator
363
364
  :exampleMetadata: fixture=_generated
364
365
 
365
366
  Example::
@@ -741,6 +742,7 @@ class CfnEndpointGroup(
741
742
  An endpoint group is a collection of endpoints in one AWS Region .
742
743
 
743
744
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html
745
+ :cloudformationResource: AWS::GlobalAccelerator::EndpointGroup
744
746
  :exampleMetadata: fixture=_generated
745
747
 
746
748
  Example::
@@ -1464,6 +1466,7 @@ class CfnListener(
1464
1466
  Connections arrive to assigned static IP addresses on a port, port range, or list of port ranges that you specify.
1465
1467
 
1466
1468
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html
1469
+ :cloudformationResource: AWS::GlobalAccelerator::Listener
1467
1470
  :exampleMetadata: fixture=_generated
1468
1471
 
1469
1472
  Example::
@@ -67,6 +67,7 @@ class CfnClassifier(
67
67
  For more information, see `Adding Classifiers to a Crawler <https://docs.aws.amazon.com/glue/latest/dg/add-classifier.html>`_ and `Classifier Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-crawler-classifiers.html#aws-glue-api-crawler-classifiers-Classifier>`_ in the *AWS Glue Developer Guide* .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html
70
+ :cloudformationResource: AWS::Glue::Classifier
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -893,6 +894,7 @@ class CfnConnection(
893
894
  For more information, see `Adding a Connection to Your Data Store <https://docs.aws.amazon.com/glue/latest/dg/populate-add-connection.html>`_ and `Connection Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-connections.html#aws-glue-api-catalog-connections-Connection>`_ in the *AWS Glue Developer Guide* .
894
895
 
895
896
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html
897
+ :cloudformationResource: AWS::Glue::Connection
896
898
  :exampleMetadata: fixture=_generated
897
899
 
898
900
  Example::
@@ -1408,6 +1410,7 @@ class CfnCrawler(
1408
1410
  For more information, see `Cataloging Tables with a Crawler <https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html>`_ and `Crawler Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-crawler-crawling.html#aws-glue-api-crawler-crawling-Crawler>`_ in the *AWS Glue Developer Guide* .
1409
1411
 
1410
1412
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html
1413
+ :cloudformationResource: AWS::Glue::Crawler
1411
1414
  :exampleMetadata: fixture=_generated
1412
1415
 
1413
1416
  Example::
@@ -3207,6 +3210,7 @@ class CfnDataCatalogEncryptionSettings(
3207
3210
  After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
3208
3211
 
3209
3212
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html
3213
+ :cloudformationResource: AWS::Glue::DataCatalogEncryptionSettings
3210
3214
  :exampleMetadata: fixture=_generated
3211
3215
 
3212
3216
  Example::
@@ -3670,6 +3674,7 @@ class CfnDataQualityRuleset(
3670
3674
  For more information, see AWS Glue Data Quality in the AWS Glue Developer Guide.
3671
3675
 
3672
3676
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-dataqualityruleset.html
3677
+ :cloudformationResource: AWS::Glue::DataQualityRuleset
3673
3678
  :exampleMetadata: fixture=_generated
3674
3679
 
3675
3680
  Example::
@@ -4085,6 +4090,7 @@ class CfnDatabase(
4085
4090
  For more information, see `Defining a Database in Your Data Catalog <https://docs.aws.amazon.com/glue/latest/dg/define-database.html>`_ and `Database Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-databases.html#aws-glue-api-catalog-databases-Database>`_ in the *AWS Glue Developer Guide* .
4086
4091
 
4087
4092
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html
4093
+ :cloudformationResource: AWS::Glue::Database
4088
4094
  :exampleMetadata: fixture=_generated
4089
4095
 
4090
4096
  Example::
@@ -4793,6 +4799,7 @@ class CfnDevEndpoint(
4793
4799
  For more information, see `DevEndpoint Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-dev-endpoint.html#aws-glue-api-jobs-dev-endpoint-DevEndpoint>`_ in the AWS Glue Developer Guide.
4794
4800
 
4795
4801
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html
4802
+ :cloudformationResource: AWS::Glue::DevEndpoint
4796
4803
  :exampleMetadata: fixture=_generated
4797
4804
 
4798
4805
  Example::
@@ -5478,6 +5485,7 @@ class CfnJob(
5478
5485
  For more information, see `Adding Jobs in AWS Glue <https://docs.aws.amazon.com/glue/latest/dg/add-job.html>`_ and `Job Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job>`_ in the *AWS Glue Developer Guide.*
5479
5486
 
5480
5487
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html
5488
+ :cloudformationResource: AWS::Glue::Job
5481
5489
  :exampleMetadata: fixture=_generated
5482
5490
 
5483
5491
  Example::
@@ -6654,6 +6662,7 @@ class CfnMLTransform(
6654
6662
  '''The AWS::Glue::MLTransform is an AWS Glue resource type that manages machine learning transforms.
6655
6663
 
6656
6664
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html
6665
+ :cloudformationResource: AWS::Glue::MLTransform
6657
6666
  :exampleMetadata: fixture=_generated
6658
6667
 
6659
6668
  Example::
@@ -7905,6 +7914,7 @@ class CfnPartition(
7905
7914
  For more information, see `CreatePartition Action <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-partitions.html#aws-glue-api-catalog-partitions-CreatePartition>`_ and `Partition Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-partitions.html#aws-glue-api-catalog-partitions-Partition>`_ in the *AWS Glue Developer Guide* .
7906
7915
 
7907
7916
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html
7917
+ :cloudformationResource: AWS::Glue::Partition
7908
7918
  :exampleMetadata: fixture=_generated
7909
7919
 
7910
7920
  Example::
@@ -9258,6 +9268,7 @@ class CfnRegistry(
9258
9268
  '''The AWS::Glue::Registry is an AWS Glue resource type that manages registries of schemas in the AWS Glue Schema Registry.
9259
9269
 
9260
9270
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-registry.html
9271
+ :cloudformationResource: AWS::Glue::Registry
9261
9272
  :exampleMetadata: fixture=_generated
9262
9273
 
9263
9274
  Example::
@@ -9493,6 +9504,7 @@ class CfnSchema(
9493
9504
  '''The ``AWS::Glue::Schema`` is an AWS Glue resource type that manages schemas in the AWS Glue Schema Registry.
9494
9505
 
9495
9506
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html
9507
+ :cloudformationResource: AWS::Glue::Schema
9496
9508
  :exampleMetadata: fixture=_generated
9497
9509
 
9498
9510
  Example::
@@ -10084,6 +10096,7 @@ class CfnSchemaVersion(
10084
10096
  '''The ``AWS::Glue::SchemaVersion`` is an AWS Glue resource type that manages schema versions of schemas in the AWS Glue Schema Registry.
10085
10097
 
10086
10098
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversion.html
10099
+ :cloudformationResource: AWS::Glue::SchemaVersion
10087
10100
  :exampleMetadata: fixture=_generated
10088
10101
 
10089
10102
  Example::
@@ -10308,6 +10321,7 @@ class CfnSchemaVersionMetadata(
10308
10321
  '''The ``AWS::Glue::SchemaVersionMetadata`` is an AWS Glue resource type that defines the metadata key-value pairs for a schema version in AWS Glue Schema Registry.
10309
10322
 
10310
10323
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversionmetadata.html
10324
+ :cloudformationResource: AWS::Glue::SchemaVersionMetadata
10311
10325
  :exampleMetadata: fixture=_generated
10312
10326
 
10313
10327
  Example::
@@ -10604,6 +10618,7 @@ class CfnSecurityConfiguration(
10604
10618
  A security configuration is a set of security properties that can be used by AWS Glue . You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS Glue , see `Encrypting Data Written by Crawlers, Jobs, and Development Endpoints <https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html>`_ .
10605
10619
 
10606
10620
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html
10621
+ :cloudformationResource: AWS::Glue::SecurityConfiguration
10607
10622
  :exampleMetadata: fixture=_generated
10608
10623
 
10609
10624
  Example::
@@ -11154,6 +11169,7 @@ class CfnTable(
11154
11169
  For more information, see `Defining Tables in the AWS Glue Data Catalog <https://docs.aws.amazon.com/glue/latest/dg/tables-described.html>`_ and `Table Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-tables.html#aws-glue-api-catalog-tables-Table>`_ in the *AWS Glue Developer Guide* .
11155
11170
 
11156
11171
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html
11172
+ :cloudformationResource: AWS::Glue::Table
11157
11173
  :exampleMetadata: fixture=_generated
11158
11174
 
11159
11175
  Example::
@@ -12927,6 +12943,7 @@ class CfnTrigger(
12927
12943
  For more information, see `Triggering Jobs in AWS Glue <https://docs.aws.amazon.com/glue/latest/dg/trigger-job.html>`_ and `Trigger Structure <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-trigger.html#aws-glue-api-jobs-trigger-Trigger>`_ in the *AWS Glue Developer Guide* .
12928
12944
 
12929
12945
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html
12946
+ :cloudformationResource: AWS::Glue::Trigger
12930
12947
  :exampleMetadata: fixture=_generated
12931
12948
 
12932
12949
  Example::
@@ -13966,6 +13983,7 @@ class CfnWorkflow(
13966
13983
  A workflow is a container for a set of related jobs, crawlers, and triggers in AWS Glue . Using a workflow, you can design a complex multi-job extract, transform, and load (ETL) activity that AWS Glue can execute and track as single entity.
13967
13984
 
13968
13985
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html
13986
+ :cloudformationResource: AWS::Glue::Workflow
13969
13987
  :exampleMetadata: fixture=_generated
13970
13988
 
13971
13989
  Example::
@@ -59,6 +59,7 @@ class CfnWorkspace(
59
59
  In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware to run the Grafana server.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html
62
+ :cloudformationResource: AWS::Grafana::Workspace
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -68,6 +68,7 @@ class CfnConnectorDefinition(
68
68
  After you create the connector definition version that contains the connectors you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
69
69
 
70
70
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html
71
+ :cloudformationResource: AWS::Greengrass::ConnectorDefinition
71
72
  :exampleMetadata: fixture=_generated
72
73
 
73
74
  Example::
@@ -552,6 +553,7 @@ class CfnConnectorDefinitionVersion(
552
553
  After you create a connector definition version that contains the connectors you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
553
554
 
554
555
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html
556
+ :cloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
555
557
  :exampleMetadata: fixture=_generated
556
558
 
557
559
  Example::
@@ -884,6 +886,7 @@ class CfnCoreDefinition(
884
886
  After you create the core definition version that contains the core you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
885
887
 
886
888
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html
889
+ :cloudformationResource: AWS::Greengrass::CoreDefinition
887
890
  :exampleMetadata: fixture=_generated
888
891
 
889
892
  Example::
@@ -1383,6 +1386,7 @@ class CfnCoreDefinitionVersion(
1383
1386
  After you create a core definition version that contains the core you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
1384
1387
 
1385
1388
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html
1389
+ :cloudformationResource: AWS::Greengrass::CoreDefinitionVersion
1386
1390
  :exampleMetadata: fixture=_generated
1387
1391
 
1388
1392
  Example::
@@ -1726,6 +1730,7 @@ class CfnDeviceDefinition(
1726
1730
  After you create the device definition version that contains the devices you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
1727
1731
 
1728
1732
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html
1733
+ :cloudformationResource: AWS::Greengrass::DeviceDefinition
1729
1734
  :exampleMetadata: fixture=_generated
1730
1735
 
1731
1736
  Example::
@@ -2221,6 +2226,7 @@ class CfnDeviceDefinitionVersion(
2221
2226
  After you create a device definition version that contains the devices you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
2222
2227
 
2223
2228
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html
2229
+ :cloudformationResource: AWS::Greengrass::DeviceDefinitionVersion
2224
2230
  :exampleMetadata: fixture=_generated
2225
2231
 
2226
2232
  Example::
@@ -2560,6 +2566,7 @@ class CfnFunctionDefinition(
2560
2566
  After you create the function definition version that contains the functions you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
2561
2567
 
2562
2568
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html
2569
+ :cloudformationResource: AWS::Greengrass::FunctionDefinition
2563
2570
  :exampleMetadata: fixture=_generated
2564
2571
 
2565
2572
  Example::
@@ -3831,6 +3838,7 @@ class CfnFunctionDefinitionVersion(
3831
3838
  After you create a function definition version that contains the functions you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
3832
3839
 
3833
3840
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html
3841
+ :cloudformationResource: AWS::Greengrass::FunctionDefinitionVersion
3834
3842
  :exampleMetadata: fixture=_generated
3835
3843
 
3836
3844
  Example::
@@ -4951,6 +4959,7 @@ class CfnGroup(
4951
4959
  After you create the group version in your AWS CloudFormation template, you can deploy it using the ```aws greengrass create-deployment`` <https://docs.aws.amazon.com/greengrass/latest/apireference/createdeployment-post.html>`_ command in the AWS CLI or from the *Greengrass* node in the AWS IoT console. To deploy a group version, you must have a Greengrass service role associated with your AWS account . For more information, see `AWS CloudFormation Support for AWS IoT Greengrass <https://docs.aws.amazon.com/greengrass/latest/developerguide/cloudformation-support.html>`_ in the *Developer Guide* .
4952
4960
 
4953
4961
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html
4962
+ :cloudformationResource: AWS::Greengrass::Group
4954
4963
  :exampleMetadata: fixture=_generated
4955
4964
 
4956
4965
  Example::
@@ -5468,6 +5477,7 @@ class CfnGroupVersion(
5468
5477
  To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
5469
5478
 
5470
5479
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html
5480
+ :cloudformationResource: AWS::Greengrass::GroupVersion
5471
5481
  :exampleMetadata: fixture=_generated
5472
5482
 
5473
5483
  Example::
@@ -5894,6 +5904,7 @@ class CfnLoggerDefinition(
5894
5904
  After you create the logger definition version that contains the loggers you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
5895
5905
 
5896
5906
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html
5907
+ :cloudformationResource: AWS::Greengrass::LoggerDefinition
5897
5908
  :exampleMetadata: fixture=_generated
5898
5909
 
5899
5910
  Example::
@@ -6412,6 +6423,7 @@ class CfnLoggerDefinitionVersion(
6412
6423
  After you create a logger definition version that contains the loggers you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
6413
6424
 
6414
6425
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html
6426
+ :cloudformationResource: AWS::Greengrass::LoggerDefinitionVersion
6415
6427
  :exampleMetadata: fixture=_generated
6416
6428
 
6417
6429
  Example::
@@ -6773,6 +6785,7 @@ class CfnResourceDefinition(
6773
6785
  After you create the resource definition version that contains the resources you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
6774
6786
 
6775
6787
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html
6788
+ :cloudformationResource: AWS::Greengrass::ResourceDefinition
6776
6789
  :exampleMetadata: fixture=_generated
6777
6790
 
6778
6791
  Example::
@@ -8282,6 +8295,7 @@ class CfnResourceDefinitionVersion(
8282
8295
  After you create a resource definition version that contains the resources you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
8283
8296
 
8284
8297
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html
8298
+ :cloudformationResource: AWS::Greengrass::ResourceDefinitionVersion
8285
8299
  :exampleMetadata: fixture=_generated
8286
8300
 
8287
8301
  Example::
@@ -9591,6 +9605,7 @@ class CfnSubscriptionDefinition(
9591
9605
  After you create the subscription definition version that contains the subscriptions you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
9592
9606
 
9593
9607
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html
9608
+ :cloudformationResource: AWS::Greengrass::SubscriptionDefinition
9594
9609
  :exampleMetadata: fixture=_generated
9595
9610
 
9596
9611
  Example::
@@ -10078,6 +10093,7 @@ class CfnSubscriptionDefinitionVersion(
10078
10093
  After you create a subscription definition version that contains the subscriptions you want to deploy, you must add it to your group version. For more information, see ```AWS::Greengrass::Group`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html>`_ .
10079
10094
 
10080
10095
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html
10096
+ :cloudformationResource: AWS::Greengrass::SubscriptionDefinitionVersion
10081
10097
  :exampleMetadata: fixture=_generated
10082
10098
 
10083
10099
  Example::
@@ -84,6 +84,7 @@ class CfnComponentVersion(
84
84
  To create a component from a Lambda function, specify ``lambdaFunction`` when you call this operation.
85
85
 
86
86
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-componentversion.html
87
+ :cloudformationResource: AWS::GreengrassV2::ComponentVersion
87
88
  :exampleMetadata: fixture=_generated
88
89
 
89
90
  Example::
@@ -1585,6 +1586,7 @@ class CfnDeployment(
1585
1586
  You can only delete up to 10 deployment resources at a time. If you delete more than 10 resources, you receive an error.
1586
1587
 
1587
1588
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html
1589
+ :cloudformationResource: AWS::GreengrassV2::Deployment
1588
1590
  :exampleMetadata: fixture=_generated
1589
1591
 
1590
1592
  Example::
@@ -62,6 +62,7 @@ class CfnConfig(
62
62
  Config objects provide Ground Station with the details necessary in order to schedule and execute satellite contacts.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html
65
+ :cloudformationResource: AWS::GroundStation::Config
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -1791,6 +1792,7 @@ class CfnDataflowEndpointGroup(
1791
1792
  For more information about dataflow endpoint groups, see `Dataflow Endpoint Groups <https://docs.aws.amazon.com/ground-station/latest/ug/dataflowendpointgroups.html>`_ .
1792
1793
 
1793
1794
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html
1795
+ :cloudformationResource: AWS::GroundStation::DataflowEndpointGroup
1794
1796
  :exampleMetadata: fixture=_generated
1795
1797
 
1796
1798
  Example::
@@ -2966,6 +2968,7 @@ class CfnMissionProfile(
2966
2968
  '''Mission profiles specify parameters and provide references to config objects to define how Ground Station lists and executes contacts.
2967
2969
 
2968
2970
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html
2971
+ :cloudformationResource: AWS::GroundStation::MissionProfile
2969
2972
  :exampleMetadata: fixture=_generated
2970
2973
 
2971
2974
  Example::
@@ -64,6 +64,7 @@ class CfnDetector(
64
64
  Make sure you use either ``DataSources`` or ``Features`` in a one request, and not both.
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html
67
+ :cloudformationResource: AWS::GuardDuty::Detector
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -1062,6 +1063,7 @@ class CfnFilter(
1062
1063
  '''The ``AWS::GuardDuty::Filter`` resource specifies a new filter defined by the provided ``findingCriteria`` .
1063
1064
 
1064
1065
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html
1066
+ :cloudformationResource: AWS::GuardDuty::Filter
1065
1067
  :exampleMetadata: fixture=_generated
1066
1068
 
1067
1069
  Example::
@@ -1915,6 +1917,7 @@ class CfnIPSet(
1915
1917
  An ``IPSet`` is a list of trusted IP addresses from which secure communication is allowed with AWS infrastructure and applications.
1916
1918
 
1917
1919
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html
1920
+ :cloudformationResource: AWS::GuardDuty::IPSet
1918
1921
  :exampleMetadata: fixture=_generated
1919
1922
 
1920
1923
  Example::
@@ -2267,6 +2270,7 @@ class CfnMaster(
2267
2270
  The invitation to the member account must be sent prior to using the ``AWS::GuardDuty::Master`` resource to accept the administrator account's invitation. You can invite a member account by using the ``InviteMembers`` operation of the GuardDuty API, or by creating an ``AWS::GuardDuty::Member`` resource.
2268
2271
 
2269
2272
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html
2273
+ :cloudformationResource: AWS::GuardDuty::Master
2270
2274
  :exampleMetadata: fixture=_generated
2271
2275
 
2272
2276
  Example::
@@ -2491,6 +2495,7 @@ class CfnMember(
2491
2495
  If the value of the ``Status`` property is not provided or is set to ``Created`` , a member account is created but not invited. If the value of the ``Status`` property is set to ``Invited`` , a member account is created and invited. An ``AWS::GuardDuty::Member`` resource must be created with the ``Status`` property set to ``Invited`` before the ``AWS::GuardDuty::Master`` resource can be created in a GuardDuty member account.
2492
2496
 
2493
2497
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html
2498
+ :cloudformationResource: AWS::GuardDuty::Member
2494
2499
  :exampleMetadata: fixture=_generated
2495
2500
 
2496
2501
  Example::
@@ -2823,6 +2828,7 @@ class CfnThreatIntelSet(
2823
2828
  A ``ThreatIntelSet`` consists of known malicious IP addresses. GuardDuty generates findings based on the ``ThreatIntelSet`` when it is activated.
2824
2829
 
2825
2830
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html
2831
+ :cloudformationResource: AWS::GuardDuty::ThreatIntelSet
2826
2832
  :exampleMetadata: fixture=_generated
2827
2833
 
2828
2834
  Example::