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

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

Potentially problematic release.


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

Files changed (237) hide show
  1. aws_cdk/__init__.py +18 -309
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.97.0.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +1 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +1 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -0
  7. aws_cdk/aws_amazonmq/__init__.py +3 -0
  8. aws_cdk/aws_amplify/__init__.py +3 -0
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  10. aws_cdk/aws_apigateway/__init__.py +19 -0
  11. aws_cdk/aws_apigatewayv2/__init__.py +13 -0
  12. aws_cdk/aws_appconfig/__init__.py +8 -0
  13. aws_cdk/aws_appflow/__init__.py +3 -0
  14. aws_cdk/aws_appintegrations/__init__.py +2 -0
  15. aws_cdk/aws_applicationautoscaling/__init__.py +47 -69
  16. aws_cdk/aws_applicationinsights/__init__.py +1 -0
  17. aws_cdk/aws_appmesh/__init__.py +7 -0
  18. aws_cdk/aws_apprunner/__init__.py +5 -0
  19. aws_cdk/aws_appstream/__init__.py +31 -26
  20. aws_cdk/aws_appsync/__init__.py +10 -0
  21. aws_cdk/aws_aps/__init__.py +2 -0
  22. aws_cdk/aws_athena/__init__.py +5 -0
  23. aws_cdk/aws_auditmanager/__init__.py +1 -0
  24. aws_cdk/aws_autoscaling/__init__.py +44 -98
  25. aws_cdk/aws_autoscalingplans/__init__.py +1 -0
  26. aws_cdk/aws_backup/__init__.py +9 -128
  27. aws_cdk/aws_backupgateway/__init__.py +1 -0
  28. aws_cdk/aws_batch/__init__.py +8 -2
  29. aws_cdk/aws_billingconductor/__init__.py +4 -0
  30. aws_cdk/aws_budgets/__init__.py +2 -0
  31. aws_cdk/aws_cassandra/__init__.py +2 -0
  32. aws_cdk/aws_ce/__init__.py +3 -0
  33. aws_cdk/aws_certificatemanager/__init__.py +2 -0
  34. aws_cdk/aws_chatbot/__init__.py +2 -0
  35. aws_cdk/aws_cleanrooms/__init__.py +5 -0
  36. aws_cdk/aws_cloud9/__init__.py +1 -0
  37. aws_cdk/aws_cloudformation/__init__.py +16 -0
  38. aws_cdk/aws_cloudfront/__init__.py +13 -0
  39. aws_cdk/aws_cloudtrail/__init__.py +7 -3
  40. aws_cdk/aws_cloudwatch/__init__.py +6 -0
  41. aws_cdk/aws_codeartifact/__init__.py +2 -0
  42. aws_cdk/aws_codebuild/__init__.py +3 -0
  43. aws_cdk/aws_codecommit/__init__.py +1 -0
  44. aws_cdk/aws_codedeploy/__init__.py +3 -0
  45. aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
  46. aws_cdk/aws_codegurureviewer/__init__.py +1 -0
  47. aws_cdk/aws_codepipeline/__init__.py +3 -0
  48. aws_cdk/aws_codestar/__init__.py +1 -0
  49. aws_cdk/aws_codestarconnections/__init__.py +1 -0
  50. aws_cdk/aws_codestarnotifications/__init__.py +1 -0
  51. aws_cdk/aws_cognito/__init__.py +42 -18
  52. aws_cdk/aws_comprehend/__init__.py +2 -0
  53. aws_cdk/aws_config/__init__.py +10 -0
  54. aws_cdk/aws_connect/__init__.py +491 -0
  55. aws_cdk/aws_connectcampaigns/__init__.py +1 -0
  56. aws_cdk/aws_controltower/__init__.py +1 -0
  57. aws_cdk/aws_cur/__init__.py +1 -0
  58. aws_cdk/aws_customerprofiles/__init__.py +5 -0
  59. aws_cdk/aws_databrew/__init__.py +6 -0
  60. aws_cdk/aws_datapipeline/__init__.py +1 -0
  61. aws_cdk/aws_datasync/__init__.py +14 -0
  62. aws_cdk/aws_dax/__init__.py +3 -0
  63. aws_cdk/aws_detective/__init__.py +3 -0
  64. aws_cdk/aws_devicefarm/__init__.py +6 -0
  65. aws_cdk/aws_devopsguru/__init__.py +3 -0
  66. aws_cdk/aws_directoryservice/__init__.py +2 -0
  67. aws_cdk/aws_dlm/__init__.py +1 -0
  68. aws_cdk/aws_dms/__init__.py +7 -0
  69. aws_cdk/aws_docdb/__init__.py +4 -0
  70. aws_cdk/aws_docdbelastic/__init__.py +1 -0
  71. aws_cdk/aws_dynamodb/__init__.py +2 -0
  72. aws_cdk/aws_ec2/__init__.py +109 -14
  73. aws_cdk/aws_ecr/__init__.py +5 -0
  74. aws_cdk/aws_ecs/__init__.py +7 -0
  75. aws_cdk/aws_efs/__init__.py +3 -0
  76. aws_cdk/aws_eks/__init__.py +5 -0
  77. aws_cdk/aws_elasticache/__init__.py +9 -0
  78. aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
  79. aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
  80. aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
  81. aws_cdk/aws_elasticsearch/__init__.py +1 -0
  82. aws_cdk/aws_emr/__init__.py +8 -0
  83. aws_cdk/aws_emrcontainers/__init__.py +1 -0
  84. aws_cdk/aws_emrserverless/__init__.py +1 -0
  85. aws_cdk/aws_entityresolution/__init__.py +2 -0
  86. aws_cdk/aws_events/__init__.py +37 -32
  87. aws_cdk/aws_eventschemas/__init__.py +4 -0
  88. aws_cdk/aws_evidently/__init__.py +5 -0
  89. aws_cdk/aws_finspace/__init__.py +1 -0
  90. aws_cdk/aws_fis/__init__.py +1 -0
  91. aws_cdk/aws_fms/__init__.py +3 -0
  92. aws_cdk/aws_forecast/__init__.py +2 -0
  93. aws_cdk/aws_frauddetector/__init__.py +7 -0
  94. aws_cdk/aws_fsx/__init__.py +5 -0
  95. aws_cdk/aws_gamelift/__init__.py +9 -0
  96. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  97. aws_cdk/aws_glue/__init__.py +18 -0
  98. aws_cdk/aws_grafana/__init__.py +1 -0
  99. aws_cdk/aws_greengrass/__init__.py +16 -0
  100. aws_cdk/aws_greengrassv2/__init__.py +2 -0
  101. aws_cdk/aws_groundstation/__init__.py +3 -0
  102. aws_cdk/aws_guardduty/__init__.py +6 -0
  103. aws_cdk/aws_healthimaging/__init__.py +382 -0
  104. aws_cdk/aws_healthlake/__init__.py +1 -0
  105. aws_cdk/aws_iam/__init__.py +16 -0
  106. aws_cdk/aws_identitystore/__init__.py +2 -0
  107. aws_cdk/aws_imagebuilder/__init__.py +7 -0
  108. aws_cdk/aws_inspector/__init__.py +3 -0
  109. aws_cdk/aws_inspectorv2/__init__.py +1 -0
  110. aws_cdk/aws_internetmonitor/__init__.py +1 -0
  111. aws_cdk/aws_iot/__init__.py +25 -0
  112. aws_cdk/aws_iot1click/__init__.py +3 -0
  113. aws_cdk/aws_iotanalytics/__init__.py +4 -0
  114. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
  115. aws_cdk/aws_iotevents/__init__.py +3 -0
  116. aws_cdk/aws_iotfleethub/__init__.py +1 -0
  117. aws_cdk/aws_iotfleetwise/__init__.py +6 -0
  118. aws_cdk/aws_iotsitewise/__init__.py +7 -0
  119. aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
  120. aws_cdk/aws_iottwinmaker/__init__.py +5 -0
  121. aws_cdk/aws_iotwireless/__init__.py +11 -0
  122. aws_cdk/aws_ivs/__init__.py +4 -0
  123. aws_cdk/aws_ivschat/__init__.py +2 -0
  124. aws_cdk/aws_kafkaconnect/__init__.py +1 -0
  125. aws_cdk/aws_kendra/__init__.py +3 -0
  126. aws_cdk/aws_kendraranking/__init__.py +1 -0
  127. aws_cdk/aws_kinesis/__init__.py +2 -0
  128. aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
  129. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
  130. aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
  131. aws_cdk/aws_kinesisvideo/__init__.py +2 -0
  132. aws_cdk/aws_kms/__init__.py +3 -0
  133. aws_cdk/aws_lakeformation/__init__.py +7 -0
  134. aws_cdk/aws_lambda/__init__.py +10 -0
  135. aws_cdk/aws_lex/__init__.py +4 -0
  136. aws_cdk/aws_licensemanager/__init__.py +2 -0
  137. aws_cdk/aws_lightsail/__init__.py +11 -0
  138. aws_cdk/aws_location/__init__.py +6 -0
  139. aws_cdk/aws_logs/__init__.py +8 -0
  140. aws_cdk/aws_lookoutequipment/__init__.py +1 -0
  141. aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
  142. aws_cdk/aws_lookoutvision/__init__.py +1 -0
  143. aws_cdk/aws_m2/__init__.py +2 -0
  144. aws_cdk/aws_macie/__init__.py +53 -2
  145. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  146. aws_cdk/aws_mediaconnect/__init__.py +9 -0
  147. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  148. aws_cdk/aws_medialive/__init__.py +3 -0
  149. aws_cdk/aws_mediapackage/__init__.py +5 -0
  150. aws_cdk/aws_mediapackagev2/__init__.py +5 -0
  151. aws_cdk/aws_mediastore/__init__.py +1 -0
  152. aws_cdk/aws_mediatailor/__init__.py +6 -0
  153. aws_cdk/aws_memorydb/__init__.py +5 -0
  154. aws_cdk/aws_msk/__init__.py +180 -2
  155. aws_cdk/aws_mwaa/__init__.py +1 -0
  156. aws_cdk/aws_neptune/__init__.py +5 -0
  157. aws_cdk/aws_networkfirewall/__init__.py +4 -0
  158. aws_cdk/aws_networkmanager/__init__.py +14 -0
  159. aws_cdk/aws_nimblestudio/__init__.py +4 -0
  160. aws_cdk/aws_oam/__init__.py +2 -0
  161. aws_cdk/aws_omics/__init__.py +6 -0
  162. aws_cdk/aws_opensearchserverless/__init__.py +5 -0
  163. aws_cdk/aws_opensearchservice/__init__.py +1 -0
  164. aws_cdk/aws_opsworks/__init__.py +7 -0
  165. aws_cdk/aws_opsworkscm/__init__.py +1 -0
  166. aws_cdk/aws_organizations/__init__.py +5 -0
  167. aws_cdk/aws_osis/__init__.py +1 -0
  168. aws_cdk/aws_panorama/__init__.py +3 -0
  169. aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
  170. aws_cdk/aws_personalize/__init__.py +4 -0
  171. aws_cdk/aws_pinpoint/__init__.py +19 -0
  172. aws_cdk/aws_pinpointemail/__init__.py +4 -0
  173. aws_cdk/aws_pipes/__init__.py +1 -0
  174. aws_cdk/aws_proton/__init__.py +3 -0
  175. aws_cdk/aws_qldb/__init__.py +2 -0
  176. aws_cdk/aws_quicksight/__init__.py +473 -464
  177. aws_cdk/aws_ram/__init__.py +2 -0
  178. aws_cdk/aws_rds/__init__.py +14 -0
  179. aws_cdk/aws_redshift/__init__.py +9 -0
  180. aws_cdk/aws_redshiftserverless/__init__.py +2 -0
  181. aws_cdk/aws_refactorspaces/__init__.py +4 -0
  182. aws_cdk/aws_rekognition/__init__.py +3 -0
  183. aws_cdk/aws_resiliencehub/__init__.py +2 -0
  184. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  185. aws_cdk/aws_resourcegroups/__init__.py +1 -0
  186. aws_cdk/aws_robomaker/__init__.py +6 -0
  187. aws_cdk/aws_rolesanywhere/__init__.py +77 -58
  188. aws_cdk/aws_route53/__init__.py +7 -0
  189. aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
  190. aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
  191. aws_cdk/aws_route53resolver/__init__.py +11 -0
  192. aws_cdk/aws_rum/__init__.py +1 -0
  193. aws_cdk/aws_s3/__init__.py +6 -0
  194. aws_cdk/aws_s3objectlambda/__init__.py +2 -0
  195. aws_cdk/aws_s3outposts/__init__.py +4 -0
  196. aws_cdk/aws_sagemaker/__init__.py +37 -3
  197. aws_cdk/aws_sam/__init__.py +7 -0
  198. aws_cdk/aws_scheduler/__init__.py +2 -0
  199. aws_cdk/aws_sdb/__init__.py +1 -0
  200. aws_cdk/aws_secretsmanager/__init__.py +4 -0
  201. aws_cdk/aws_securityhub/__init__.py +3 -0
  202. aws_cdk/aws_servicecatalog/__init__.py +16 -0
  203. aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
  204. aws_cdk/aws_servicediscovery/__init__.py +5 -0
  205. aws_cdk/aws_ses/__init__.py +10 -0
  206. aws_cdk/aws_shield/__init__.py +30 -11
  207. aws_cdk/aws_signer/__init__.py +2 -0
  208. aws_cdk/aws_simspaceweaver/__init__.py +1 -0
  209. aws_cdk/aws_sns/__init__.py +9 -5
  210. aws_cdk/aws_sqs/__init__.py +3 -0
  211. aws_cdk/aws_ssm/__init__.py +9 -0
  212. aws_cdk/aws_ssmcontacts/__init__.py +4 -0
  213. aws_cdk/aws_ssmincidents/__init__.py +2 -0
  214. aws_cdk/aws_sso/__init__.py +3 -0
  215. aws_cdk/aws_stepfunctions/__init__.py +4 -0
  216. aws_cdk/aws_supportapp/__init__.py +3 -0
  217. aws_cdk/aws_synthetics/__init__.py +2 -0
  218. aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
  219. aws_cdk/aws_timestream/__init__.py +3 -0
  220. aws_cdk/aws_transfer/__init__.py +7 -0
  221. aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
  222. aws_cdk/aws_voiceid/__init__.py +1 -0
  223. aws_cdk/aws_vpclattice/__init__.py +10 -0
  224. aws_cdk/aws_waf/__init__.py +7 -0
  225. aws_cdk/aws_wafregional/__init__.py +11 -0
  226. aws_cdk/aws_wafv2/__init__.py +6 -0
  227. aws_cdk/aws_wisdom/__init__.py +3 -0
  228. aws_cdk/aws_workspaces/__init__.py +2 -0
  229. aws_cdk/aws_workspacesweb/__init__.py +8 -0
  230. aws_cdk/aws_xray/__init__.py +3 -0
  231. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
  232. aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
  233. aws_cdk_lib-2.97.0.dist-info/RECORD +0 -271
  234. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
  235. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
  236. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
  237. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
@@ -66,6 +66,7 @@ class CfnMonitor(
66
66
  For more information, see `Using Amazon CloudWatch Internet Monitor <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-InternetMonitor.html>`_ in the *Amazon CloudWatch User Guide* .
67
67
 
68
68
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-internetmonitor-monitor.html
69
+ :cloudformationResource: AWS::InternetMonitor::Monitor
69
70
  :exampleMetadata: fixture=_generated
70
71
 
71
72
  Example::
@@ -67,6 +67,7 @@ class CfnAccountAuditConfiguration(
67
67
  Settings include how audit notifications are sent and which audit checks are enabled or disabled. For API reference, see `UpdateAccountAuditConfiguration <https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateAccountAuditConfiguration.html>`_ and for detailed information on all available audit checks, see `Audit checks <https://docs.aws.amazon.com/iot/latest/developerguide/device-defender-audit-checks.html>`_ .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-accountauditconfiguration.html
70
+ :cloudformationResource: AWS::IoT::AccountAuditConfiguration
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -1036,6 +1037,7 @@ class CfnAuthorizer(
1036
1037
  '''Specifies an authorizer.
1037
1038
 
1038
1039
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-authorizer.html
1040
+ :cloudformationResource: AWS::IoT::Authorizer
1039
1041
  :exampleMetadata: fixture=_generated
1040
1042
 
1041
1043
  Example::
@@ -1483,6 +1485,7 @@ class CfnBillingGroup(
1483
1485
  Requires permission to access the `CreateBillingGroup <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
1484
1486
 
1485
1487
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-billinggroup.html
1488
+ :cloudformationResource: AWS::IoT::BillingGroup
1486
1489
  :exampleMetadata: fixture=_generated
1487
1490
 
1488
1491
  Example::
@@ -1796,6 +1799,7 @@ class CfnCACertificate(
1796
1799
  '''Specifies a CA certificate.
1797
1800
 
1798
1801
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-cacertificate.html
1802
+ :cloudformationResource: AWS::IoT::CACertificate
1799
1803
  :exampleMetadata: fixture=_generated
1800
1804
 
1801
1805
  Example::
@@ -2343,6 +2347,7 @@ class CfnCertificate(
2343
2347
  '''Use the ``AWS::IoT::Certificate`` resource to declare an AWS IoT X.509 certificate. For information about working with X.509 certificates, see `X.509 Client Certificates <https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html>`_ in the *AWS IoT Developer Guide* .
2344
2348
 
2345
2349
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html
2350
+ :cloudformationResource: AWS::IoT::Certificate
2346
2351
  :exampleMetadata: fixture=_generated
2347
2352
 
2348
2353
  Example::
@@ -2669,6 +2674,7 @@ class CfnCustomMetric(
2669
2674
  For API reference, see `CreateCustomMetric <https://docs.aws.amazon.com/iot/latest/apireference/API_CreateCustomMetric.html>`_ and for general information, see `Custom metrics <https://docs.aws.amazon.com/iot/latest/developerguide/dd-detect-custom-metrics.html>`_ .
2670
2675
 
2671
2676
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-custommetric.html
2677
+ :cloudformationResource: AWS::IoT::CustomMetric
2672
2678
  :exampleMetadata: fixture=_generated
2673
2679
 
2674
2680
  Example::
@@ -2960,6 +2966,7 @@ class CfnDimension(
2960
2966
  For example, using a ``TOPIC_FILTER`` dimension, you can narrow down the scope of the metric to only MQTT topics where the name matches the pattern specified in the dimension. For API reference, see `CreateDimension <https://docs.aws.amazon.com/iot/latest/apireference/API_CreateDimension.html>`_ and for general information, see `Scoping metrics in security profiles using dimensions <https://docs.aws.amazon.com/iot/latest/developerguide/scoping-security-behavior.html>`_ .
2961
2967
 
2962
2968
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-dimension.html
2969
+ :cloudformationResource: AWS::IoT::Dimension
2963
2970
  :exampleMetadata: fixture=_generated
2964
2971
 
2965
2972
  Example::
@@ -3237,6 +3244,7 @@ class CfnDomainConfiguration(
3237
3244
  '''Specifies a domain configuration.
3238
3245
 
3239
3246
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-domainconfiguration.html
3247
+ :cloudformationResource: AWS::IoT::DomainConfiguration
3240
3248
  :exampleMetadata: fixture=_generated
3241
3249
 
3242
3250
  Example::
@@ -3961,6 +3969,7 @@ class CfnFleetMetric(
3961
3969
  '''Use the ``AWS::IoT::FleetMetric`` resource to declare a fleet metric.
3962
3970
 
3963
3971
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-fleetmetric.html
3972
+ :cloudformationResource: AWS::IoT::FleetMetric
3964
3973
  :exampleMetadata: fixture=_generated
3965
3974
 
3966
3975
  Example::
@@ -4550,6 +4559,7 @@ class CfnJobTemplate(
4550
4559
  '''Represents a job template.
4551
4560
 
4552
4561
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-jobtemplate.html
4562
+ :cloudformationResource: AWS::IoT::JobTemplate
4553
4563
  :exampleMetadata: fixture=_generated
4554
4564
 
4555
4565
  Example::
@@ -5913,6 +5923,7 @@ class CfnLogging(
5913
5923
  '''Configure logging.
5914
5924
 
5915
5925
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-logging.html
5926
+ :cloudformationResource: AWS::IoT::Logging
5916
5927
  :exampleMetadata: fixture=_generated
5917
5928
 
5918
5929
  Example::
@@ -6135,6 +6146,7 @@ class CfnMitigationAction(
6135
6146
  For API reference, see `CreateMitigationAction <https://docs.aws.amazon.com/iot/latest/apireference/API_CreateMitigationAction.html>`_ and for general information, see `Mitigation actions <https://docs.aws.amazon.com/iot/latest/developerguide/dd-mitigation-actions.html>`_ .
6136
6147
 
6137
6148
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-mitigationaction.html
6149
+ :cloudformationResource: AWS::IoT::MitigationAction
6138
6150
  :exampleMetadata: fixture=_generated
6139
6151
 
6140
6152
  Example::
@@ -7020,6 +7032,7 @@ class CfnPolicy(
7020
7032
  For more information about working with AWS IoT policies, see `Authorization <https://docs.aws.amazon.com/iot/latest/developerguide/authorization.html>`_ in the *AWS IoT Developer Guide* .
7021
7033
 
7022
7034
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html
7035
+ :cloudformationResource: AWS::IoT::Policy
7023
7036
  :exampleMetadata: fixture=_generated
7024
7037
 
7025
7038
  Example::
@@ -7153,6 +7166,7 @@ class CfnPolicyPrincipalAttachment(
7153
7166
  For information about working with AWS IoT policies and principals, see `Authorization <https://docs.aws.amazon.com/iot/latest/developerguide/authorization.html>`_ in the *AWS IoT Developer Guide* .
7154
7167
 
7155
7168
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html
7169
+ :cloudformationResource: AWS::IoT::PolicyPrincipalAttachment
7156
7170
  :exampleMetadata: fixture=_generated
7157
7171
 
7158
7172
  Example::
@@ -7413,6 +7427,7 @@ class CfnProvisioningTemplate(
7413
7427
  '''Creates a fleet provisioning template.
7414
7428
 
7415
7429
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html
7430
+ :cloudformationResource: AWS::IoT::ProvisioningTemplate
7416
7431
  :exampleMetadata: fixture=_generated
7417
7432
 
7418
7433
  Example::
@@ -7917,6 +7932,7 @@ class CfnResourceSpecificLogging(
7917
7932
  '''Configure resource-specific logging.
7918
7933
 
7919
7934
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-resourcespecificlogging.html
7935
+ :cloudformationResource: AWS::IoT::ResourceSpecificLogging
7920
7936
  :exampleMetadata: fixture=_generated
7921
7937
 
7922
7938
  Example::
@@ -8146,6 +8162,7 @@ class CfnRoleAlias(
8146
8162
  Requires permission to access the `CreateRoleAlias <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
8147
8163
 
8148
8164
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-rolealias.html
8165
+ :cloudformationResource: AWS::IoT::RoleAlias
8149
8166
  :exampleMetadata: fixture=_generated
8150
8167
 
8151
8168
  Example::
@@ -8428,6 +8445,7 @@ class CfnScheduledAudit(
8428
8445
  For API reference, see `CreateScheduleAudit <https://docs.aws.amazon.com/iot/latest/apireference/API_CreateScheduledAudit.html>`_ and for general information, see `Audit <https://docs.aws.amazon.com/iot/latest/developerguide/device-defender-audit.html>`_ .
8429
8446
 
8430
8447
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-scheduledaudit.html
8448
+ :cloudformationResource: AWS::IoT::ScheduledAudit
8431
8449
  :exampleMetadata: fixture=_generated
8432
8450
 
8433
8451
  Example::
@@ -8793,6 +8811,7 @@ class CfnSecurityProfile(
8793
8811
  For API reference, see `CreateSecurityProfile <https://docs.aws.amazon.com/iot/latest/apireference/API_CreateSecurityProfile.html>`_ and for general information, see `Detect <https://docs.aws.amazon.com/iot/latest/developerguide/device-defender-detect.html>`_ .
8794
8812
 
8795
8813
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html
8814
+ :cloudformationResource: AWS::IoT::SecurityProfile
8796
8815
  :exampleMetadata: fixture=_generated
8797
8816
 
8798
8817
  Example::
@@ -10111,6 +10130,7 @@ class CfnThing(
10111
10130
  For information about working with things, see `How AWS IoT Works <https://docs.aws.amazon.com/iot/latest/developerguide/aws-iot-how-it-works.html>`_ and `Device Registry for AWS IoT <https://docs.aws.amazon.com/iot/latest/developerguide/thing-registry.html>`_ in the *AWS IoT Developer Guide* .
10112
10131
 
10113
10132
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html
10133
+ :cloudformationResource: AWS::IoT::Thing
10114
10134
  :exampleMetadata: fixture=_generated
10115
10135
 
10116
10136
  Example::
@@ -10317,6 +10337,7 @@ class CfnThingGroup(
10317
10337
  Requires permission to access the `CreateThingGroup <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
10318
10338
 
10319
10339
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thinggroup.html
10340
+ :cloudformationResource: AWS::IoT::ThingGroup
10320
10341
  :exampleMetadata: fixture=_generated
10321
10342
 
10322
10343
  Example::
@@ -10797,6 +10818,7 @@ class CfnThingPrincipalAttachment(
10797
10818
  For more information about working with AWS IoT things and principals, see `Authorization <https://docs.aws.amazon.com/iot/latest/developerguide/authorization.html>`_ in the *AWS IoT Developer Guide* .
10798
10819
 
10799
10820
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html
10821
+ :cloudformationResource: AWS::IoT::ThingPrincipalAttachment
10800
10822
  :exampleMetadata: fixture=_generated
10801
10823
 
10802
10824
  Example::
@@ -11062,6 +11084,7 @@ class CfnThingType(
11062
11084
  '''Creates a new thing type.
11063
11085
 
11064
11086
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingtype.html
11087
+ :cloudformationResource: AWS::IoT::ThingType
11065
11088
  :exampleMetadata: fixture=_generated
11066
11089
 
11067
11090
  Example::
@@ -11444,6 +11467,7 @@ class CfnTopicRule(
11444
11467
  For information about working with AWS IoT rules, see `Rules for AWS IoT <https://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html>`_ in the *AWS IoT Developer Guide* .
11445
11468
 
11446
11469
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html
11470
+ :cloudformationResource: AWS::IoT::TopicRule
11447
11471
  :exampleMetadata: fixture=_generated
11448
11472
 
11449
11473
  Example::
@@ -16967,6 +16991,7 @@ class CfnTopicRuleDestination(
16967
16991
  '''A topic rule destination.
16968
16992
 
16969
16993
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicruledestination.html
16994
+ :cloudformationResource: AWS::IoT::TopicRuleDestination
16970
16995
  :exampleMetadata: fixture=_generated
16971
16996
 
16972
16997
  Example::
@@ -59,6 +59,7 @@ class CfnDevice(
59
59
  For more information, see `Device <https://docs.aws.amazon.com/iot-1-click/1.0/devices-apireference/devices-deviceid.html>`_ in the *AWS IoT 1-Click Devices API Reference* .
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html
62
+ :cloudformationResource: AWS::IoT1Click::Device
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -270,6 +271,7 @@ class CfnPlacement(
270
271
  A placement is an instance of a device in a location. For more information, see `Projects, Templates, and Placements <https://docs.aws.amazon.com/iot-1-click/latest/developerguide/1click-PTP.html>`_ in the *AWS IoT 1-Click Developer Guide* .
271
272
 
272
273
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html
274
+ :cloudformationResource: AWS::IoT1Click::Placement
273
275
  :exampleMetadata: fixture=_generated
274
276
 
275
277
  Example::
@@ -559,6 +561,7 @@ class CfnProject(
559
561
  A project contains zero or more placements that adhere to the placement template defined in the project. For more information, see `CreateProject <https://docs.aws.amazon.com/iot-1-click/latest/projects-apireference/API_CreateProject.html>`_ in the *AWS IoT 1-Click Projects API Reference* .
560
562
 
561
563
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html
564
+ :cloudformationResource: AWS::IoT1Click::Project
562
565
  :exampleMetadata: fixture=_generated
563
566
 
564
567
  Example::
@@ -62,6 +62,7 @@ class CfnChannel(
62
62
  For more information, see `How to Use AWS IoT Analytics <https://docs.aws.amazon.com/iotanalytics/latest/userguide/welcome.html#aws-iot-analytics-how>`_ in the *AWS IoT Analytics User Guide* .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html
65
+ :cloudformationResource: AWS::IoTAnalytics::Channel
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -635,6 +636,7 @@ class CfnDataset(
635
636
  The data set can be populated manually by calling ``CreateDatasetContent`` or automatically according to a ``trigger`` you specify. For more information, see `How to Use AWS IoT Analytics <https://docs.aws.amazon.com/iotanalytics/latest/userguide/welcome.html#aws-iot-analytics-how>`_ in the *AWS IoT Analytics User Guide* .
636
637
 
637
638
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html
639
+ :cloudformationResource: AWS::IoTAnalytics::Dataset
638
640
  :exampleMetadata: fixture=_generated
639
641
 
640
642
  Example::
@@ -3035,6 +3037,7 @@ class CfnDatastore(
3035
3037
  For more information, see `How to Use AWS IoT Analytics <https://docs.aws.amazon.com/iotanalytics/latest/userguide/welcome.html#aws-iot-analytics-how>`_ in the *AWS IoT Analytics User Guide* .
3036
3038
 
3037
3039
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html
3040
+ :cloudformationResource: AWS::IoTAnalytics::Datastore
3038
3041
  :exampleMetadata: fixture=_generated
3039
3042
 
3040
3043
  Example::
@@ -4492,6 +4495,7 @@ class CfnPipeline(
4492
4495
  You must specify both a ``channel`` and a ``datastore`` activity and, optionally, as many as 23 additional activities in the ``pipelineActivities`` array. For more information, see `How to Use AWS IoT Analytics <https://docs.aws.amazon.com/iotanalytics/latest/userguide/welcome.html#aws-iot-analytics-how>`_ in the *AWS IoT Analytics User Guide* .
4493
4496
 
4494
4497
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html
4498
+ :cloudformationResource: AWS::IoTAnalytics::Pipeline
4495
4499
  :exampleMetadata: fixture=_generated
4496
4500
 
4497
4501
  Example::
@@ -62,6 +62,7 @@ class CfnSuiteDefinition(
62
62
  Requires permission to access the `CreateSuiteDefinition <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html
65
+ :cloudformationResource: AWS::IoTCoreDeviceAdvisor::SuiteDefinition
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -67,6 +67,7 @@ class CfnAlarmModel(
67
67
  You can use the alarm to get notified when the value is outside a specified range. For more information, see `Create an alarm model <https://docs.aws.amazon.com/iotevents/latest/developerguide/create-alarms.html>`_ in the *AWS IoT Events Developer Guide* .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-alarmmodel.html
70
+ :cloudformationResource: AWS::IoTEvents::AlarmModel
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -3112,6 +3113,7 @@ class CfnDetectorModel(
3112
3113
  Also, be aware that if you attempt to update several detector models at once using AWS CloudFormation , some updates may succeed and others fail. In this case, the effects on each detector model's detector instances and version number depend on whether the update succeeded or failed, with the results as stated.
3113
3114
 
3114
3115
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html
3116
+ :cloudformationResource: AWS::IoTEvents::DetectorModel
3115
3117
  :exampleMetadata: fixture=_generated
3116
3118
 
3117
3119
  Example::
@@ -6909,6 +6911,7 @@ class CfnInput(
6909
6911
  To monitor your devices and processes, they must have a way to get telemetry data into AWS IoT Events . This is done by sending messages as *inputs* to AWS IoT Events . For more information, see `How to Use AWS IoT Events <https://docs.aws.amazon.com/iotevents/latest/developerguide/how-to-use-iotevents.html>`_ in the *AWS IoT Events Developer Guide* .
6910
6912
 
6911
6913
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html
6914
+ :cloudformationResource: AWS::IoTEvents::Input
6912
6915
  :exampleMetadata: fixture=_generated
6913
6916
 
6914
6917
  Example::
@@ -59,6 +59,7 @@ class CfnApplication(
59
59
  '''Represents a Fleet Hub for AWS IoT Device Management web application.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleethub-application.html
62
+ :cloudformationResource: AWS::IoTFleetHub::Application
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -64,6 +64,7 @@ class CfnCampaign(
64
64
  For more information, see `Collect and transfer data with campaigns <https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/campaigns.html>`_ in the *AWS IoT FleetWise Developer Guide* .
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html
67
+ :cloudformationResource: AWS::IoTFleetWise::Campaign
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -1590,6 +1591,7 @@ class CfnDecoderManifest(
1590
1591
  - The signal decoders are specified in the model manifest.
1591
1592
 
1592
1593
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-decodermanifest.html
1594
+ :cloudformationResource: AWS::IoTFleetWise::DecoderManifest
1593
1595
  :exampleMetadata: fixture=_generated
1594
1596
 
1595
1597
  Example::
@@ -3431,6 +3433,7 @@ class CfnFleet(
3431
3433
  For more information, see `Fleets <https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleets.html>`_ in the *AWS IoT FleetWise Developer Guide* .
3432
3434
 
3433
3435
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-fleet.html
3436
+ :cloudformationResource: AWS::IoTFleetWise::Fleet
3434
3437
  :exampleMetadata: fixture=_generated
3435
3438
 
3436
3439
  Example::
@@ -3727,6 +3730,7 @@ class CfnModelManifest(
3727
3730
  For more information, see `Vehicle models <https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html>`_ in the *AWS IoT FleetWise Developer Guide* .
3728
3731
 
3729
3732
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-modelmanifest.html
3733
+ :cloudformationResource: AWS::IoTFleetWise::ModelManifest
3730
3734
  :exampleMetadata: fixture=_generated
3731
3735
 
3732
3736
  Example::
@@ -4091,6 +4095,7 @@ class CfnSignalCatalog(
4091
4095
  '''Creates a collection of standardized signals that can be reused to create vehicle models.
4092
4096
 
4093
4097
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-signalcatalog.html
4098
+ :cloudformationResource: AWS::IoTFleetWise::SignalCatalog
4094
4099
  :exampleMetadata: fixture=_generated
4095
4100
 
4096
4101
  Example::
@@ -5476,6 +5481,7 @@ class CfnVehicle(
5476
5481
  For more information, see `Create a vehicle (console) <https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicle-console.html>`_ in the *AWS IoT FleetWise Developer Guide* .
5477
5482
 
5478
5483
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-vehicle.html
5484
+ :cloudformationResource: AWS::IoTFleetWise::Vehicle
5479
5485
  :exampleMetadata: fixture=_generated
5480
5486
 
5481
5487
  Example::
@@ -60,6 +60,7 @@ class CfnAccessPolicy(
60
60
  '''Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-accesspolicy.html
63
+ :cloudformationResource: AWS::IoTSiteWise::AccessPolicy
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -794,6 +795,7 @@ class CfnAsset(
794
795
  For more information, see `Creating assets <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-assets.html>`_ in the *AWS IoT SiteWise User Guide* .
795
796
 
796
797
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html
798
+ :cloudformationResource: AWS::IoTSiteWise::Asset
797
799
  :exampleMetadata: fixture=_generated
798
800
 
799
801
  Example::
@@ -1217,6 +1219,7 @@ class CfnAssetModel(
1217
1219
  You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model's property and hierarchy definitions. For more information, see `Defining asset models <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/define-models.html>`_ in the *AWS IoT SiteWise User Guide* .
1218
1220
 
1219
1221
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-assetmodel.html
1222
+ :cloudformationResource: AWS::IoTSiteWise::AssetModel
1220
1223
  :exampleMetadata: fixture=_generated
1221
1224
 
1222
1225
  Example::
@@ -3210,6 +3213,7 @@ class CfnDashboard(
3210
3213
  '''Creates a dashboard in an AWS IoT SiteWise Monitor project.
3211
3214
 
3212
3215
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html
3216
+ :cloudformationResource: AWS::IoTSiteWise::Dashboard
3213
3217
  :exampleMetadata: fixture=_generated
3214
3218
 
3215
3219
  Example::
@@ -3536,6 +3540,7 @@ class CfnGateway(
3536
3540
  For more information, see `Ingesting data using a gateway <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/gateway-connector.html>`_ in the *AWS IoT SiteWise User Guide* .
3537
3541
 
3538
3542
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html
3543
+ :cloudformationResource: AWS::IoTSiteWise::Gateway
3539
3544
  :exampleMetadata: fixture=_generated
3540
3545
 
3541
3546
  Example::
@@ -4131,6 +4136,7 @@ class CfnPortal(
4131
4136
  Before you can sign in to a new portal, you must add at least one IAM Identity Center user or group to that portal. For more information, see `Adding or removing portal administrators <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/administer-portals.html#portal-change-admins>`_ in the *AWS IoT SiteWise User Guide* .
4132
4137
 
4133
4138
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html
4139
+ :cloudformationResource: AWS::IoTSiteWise::Portal
4134
4140
  :exampleMetadata: fixture=_generated
4135
4141
 
4136
4142
  Example::
@@ -4669,6 +4675,7 @@ class CfnProject(
4669
4675
  Make sure that the project name and description don't contain confidential information.
4670
4676
 
4671
4677
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-project.html
4678
+ :cloudformationResource: AWS::IoTSiteWise::Project
4672
4679
  :exampleMetadata: fixture=_generated
4673
4680
 
4674
4681
  Example::
@@ -57,6 +57,7 @@ class CfnFlowTemplate(
57
57
  '''Resource Type definition for AWS::IoTThingsGraph::FlowTemplate.
58
58
 
59
59
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html
60
+ :cloudformationResource: AWS::IoTThingsGraph::FlowTemplate
60
61
  :exampleMetadata: fixture=_generated
61
62
 
62
63
  Example::
@@ -59,6 +59,7 @@ class CfnComponentType(
59
59
  '''Use the ``AWS::IoTTwinMaker::ComponentType`` resource to declare a component type.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-componenttype.html
62
+ :cloudformationResource: AWS::IoTTwinMaker::ComponentType
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -1894,6 +1895,7 @@ class CfnEntity(
1894
1895
  '''Use the ``AWS::IoTTwinMaker::Entity`` resource to declare an entity.
1895
1896
 
1896
1897
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-entity.html
1898
+ :cloudformationResource: AWS::IoTTwinMaker::Entity
1897
1899
  :exampleMetadata: fixture=_generated
1898
1900
 
1899
1901
  Example::
@@ -3676,6 +3678,7 @@ class CfnScene(
3676
3678
  '''Use the ``AWS::IoTTwinMaker::Scene`` resource to declare a scene.
3677
3679
 
3678
3680
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html
3681
+ :cloudformationResource: AWS::IoTTwinMaker::Scene
3679
3682
  :exampleMetadata: fixture=_generated
3680
3683
 
3681
3684
  Example::
@@ -4090,6 +4093,7 @@ class CfnSyncJob(
4090
4093
  '''The SyncJob.
4091
4094
 
4092
4095
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html
4096
+ :cloudformationResource: AWS::IoTTwinMaker::SyncJob
4093
4097
  :exampleMetadata: fixture=_generated
4094
4098
 
4095
4099
  Example::
@@ -4400,6 +4404,7 @@ class CfnWorkspace(
4400
4404
  '''Use the ``AWS::IoTTwinMaker::Workspace`` resource to declare a workspace.
4401
4405
 
4402
4406
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-workspace.html
4407
+ :cloudformationResource: AWS::IoTTwinMaker::Workspace
4403
4408
  :exampleMetadata: fixture=_generated
4404
4409
 
4405
4410
  Example::
@@ -60,6 +60,7 @@ class CfnDestination(
60
60
  '''Creates a new destination that maps a device message to an AWS IoT rule.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-destination.html
63
+ :cloudformationResource: AWS::IoTWireless::Destination
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -406,6 +407,7 @@ class CfnDeviceProfile(
406
407
  '''Creates a new device profile.
407
408
 
408
409
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-deviceprofile.html
410
+ :cloudformationResource: AWS::IoTWireless::DeviceProfile
409
411
  :exampleMetadata: fixture=_generated
410
412
 
411
413
  Example::
@@ -1051,6 +1053,7 @@ class CfnFuotaTask(
1051
1053
  '''A FUOTA task.
1052
1054
 
1053
1055
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-fuotatask.html
1056
+ :cloudformationResource: AWS::IoTWireless::FuotaTask
1054
1057
  :exampleMetadata: fixture=_generated
1055
1058
 
1056
1059
  Example::
@@ -1650,6 +1653,7 @@ class CfnMulticastGroup(
1650
1653
  '''A multicast group.
1651
1654
 
1652
1655
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-multicastgroup.html
1656
+ :cloudformationResource: AWS::IoTWireless::MulticastGroup
1653
1657
  :exampleMetadata: fixture=_generated
1654
1658
 
1655
1659
  Example::
@@ -2164,6 +2168,7 @@ class CfnNetworkAnalyzerConfiguration(
2164
2168
  '''Network analyzer configuration.
2165
2169
 
2166
2170
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html
2171
+ :cloudformationResource: AWS::IoTWireless::NetworkAnalyzerConfiguration
2167
2172
  :exampleMetadata: fixture=_generated
2168
2173
 
2169
2174
  Example::
@@ -2601,6 +2606,7 @@ class CfnPartnerAccount(
2601
2606
  If ``PartnerAccountId`` and ``PartnerType`` are ``null`` , returns all partner accounts.
2602
2607
 
2603
2608
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-partneraccount.html
2609
+ :cloudformationResource: AWS::IoTWireless::PartnerAccount
2604
2610
  :exampleMetadata: fixture=_generated
2605
2611
 
2606
2612
  Example::
@@ -3222,6 +3228,7 @@ class CfnServiceProfile(
3222
3228
  '''Creates a new service profile.
3223
3229
 
3224
3230
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-serviceprofile.html
3231
+ :cloudformationResource: AWS::IoTWireless::ServiceProfile
3225
3232
  :exampleMetadata: fixture=_generated
3226
3233
 
3227
3234
  Example::
@@ -4055,6 +4062,7 @@ class CfnTaskDefinition(
4055
4062
  '''Creates a gateway task definition.
4056
4063
 
4057
4064
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-taskdefinition.html
4065
+ :cloudformationResource: AWS::IoTWireless::TaskDefinition
4058
4066
  :exampleMetadata: fixture=_generated
4059
4067
 
4060
4068
  Example::
@@ -4878,6 +4886,7 @@ class CfnWirelessDevice(
4878
4886
  '''Provisions a wireless device.
4879
4887
 
4880
4888
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessdevice.html
4889
+ :cloudformationResource: AWS::IoTWireless::WirelessDevice
4881
4890
  :exampleMetadata: fixture=_generated
4882
4891
 
4883
4892
  Example::
@@ -5844,6 +5853,7 @@ class CfnWirelessDeviceImportTask(
5844
5853
  When creating the resource, either create a single wireless device import task using the Sidewalk manufacturing serial number (SMSN) of the wireless device, or create an import task for multiple devices by specifying both the ``DeviceCreationFile`` and the ``Role`` .
5845
5854
 
5846
5855
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessdeviceimporttask.html
5856
+ :cloudformationResource: AWS::IoTWireless::WirelessDeviceImportTask
5847
5857
  :exampleMetadata: fixture=_generated
5848
5858
 
5849
5859
  Example::
@@ -6508,6 +6518,7 @@ class CfnWirelessGateway(
6508
6518
  '''Provisions a wireless gateway.
6509
6519
 
6510
6520
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html
6521
+ :cloudformationResource: AWS::IoTWireless::WirelessGateway
6511
6522
  :exampleMetadata: fixture=_generated
6512
6523
 
6513
6524
  Example::
@@ -70,6 +70,7 @@ class CfnChannel(
70
70
  By default, the IVS API CreateChannel endpoint creates a stream key in addition to a channel. The Channel resource *does not* create a stream key; to create a stream key, use the StreamKey resource instead.
71
71
 
72
72
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html
73
+ :cloudformationResource: AWS::IVS::Channel
73
74
  :exampleMetadata: fixture=_generated
74
75
 
75
76
  Example::
@@ -563,6 +564,7 @@ class CfnPlaybackKeyPair(
563
564
  uses a public playback key to validate playback tokens that have been signed with the corresponding private key. For more information, see `Setting Up Private Channels <https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html>`_ in the *Amazon Interactive Video Service User Guide* .
564
565
 
565
566
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-playbackkeypair.html
567
+ :cloudformationResource: AWS::IVS::PlaybackKeyPair
566
568
  :exampleMetadata: fixture=_generated
567
569
 
568
570
  Example::
@@ -818,6 +820,7 @@ class CfnRecordingConfiguration(
818
820
  A recording configuration enables the recording of a channel’s live streams to a data store. Multiple channels can reference the same recording configuration. For more information, see `RecordingConfiguration <https://docs.aws.amazon.com/ivs/latest/APIReference/API_RecordingConfiguration.html>`_ in the *Amazon Interactive Video Service API Reference* .
819
821
 
820
822
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-recordingconfiguration.html
823
+ :cloudformationResource: AWS::IVS::RecordingConfiguration
821
824
  :exampleMetadata: fixture=_generated
822
825
 
823
826
  Example::
@@ -1557,6 +1560,7 @@ class CfnStreamKey(
1557
1560
  Use a stream key to initiate a live stream.
1558
1561
 
1559
1562
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
1563
+ :cloudformationResource: AWS::IVS::StreamKey
1560
1564
  :exampleMetadata: fixture=_generated
1561
1565
 
1562
1566
  Example::
@@ -62,6 +62,7 @@ class CfnLoggingConfiguration(
62
62
  For more information, see `CreateLoggingConfiguration <https://docs.aws.amazon.com/ivs/latest/ChatAPIReference/API_CreateLoggingConfiguration.html>`_ in the *Amazon Interactive Video Service Chat API Reference* .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html
65
+ :cloudformationResource: AWS::IVSChat::LoggingConfiguration
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -619,6 +620,7 @@ class CfnRoom(
619
620
  For more information, see `CreateRoom <https://docs.aws.amazon.com/ivs/latest/ChatAPIReference/API_CreateRoom.html>`_ in the *Amazon Interactive Video Service Chat API Reference* .
620
621
 
621
622
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-room.html
623
+ :cloudformationResource: AWS::IVSChat::Room
622
624
  :exampleMetadata: fixture=_generated
623
625
 
624
626
  Example::
@@ -57,6 +57,7 @@ class CfnConnector(
57
57
  '''Creates a connector using the specified properties.
58
58
 
59
59
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-connector.html
60
+ :cloudformationResource: AWS::KafkaConnect::Connector
60
61
  :exampleMetadata: fixture=_generated
61
62
 
62
63
  Example::
@@ -62,6 +62,7 @@ class CfnDataSource(
62
62
  You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html
65
+ :cloudformationResource: AWS::Kendra::DataSource
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -7956,6 +7957,7 @@ class CfnFaq(
7956
7957
  '''Creates an new set of frequently asked question (FAQ) questions and answers.
7957
7958
 
7958
7959
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html
7960
+ :cloudformationResource: AWS::Kendra::Faq
7959
7961
  :exampleMetadata: fixture=_generated
7960
7962
 
7961
7963
  Example::
@@ -8431,6 +8433,7 @@ class CfnIndex(
8431
8433
  Once the index is active you can add documents to your index using the `BatchPutDocument <https://docs.aws.amazon.com/kendra/latest/dg/BatchPutDocument.html>`_ operation or using one of the supported data sources.
8432
8434
 
8433
8435
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html
8436
+ :cloudformationResource: AWS::Kendra::Index
8434
8437
  :exampleMetadata: fixture=_generated
8435
8438
 
8436
8439
  Example::
@@ -64,6 +64,7 @@ class CfnExecutionPlan(
64
64
  For an example of using the ``CreateRescoreExecutionPlan`` API, including using the Python and Java SDKs, see `Semantically ranking a search service's results <https://docs.aws.amazon.com/kendra/latest/dg/search-service-rerank.html>`_ .
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.html
67
+ :cloudformationResource: AWS::KendraRanking::ExecutionPlan
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -232,6 +232,7 @@ class CfnStream(
232
232
  For information about creating streams, see `CreateStream <https://docs.aws.amazon.com/kinesis/latest/APIReference/API_CreateStream.html>`_ in the Amazon Kinesis API Reference.
233
233
 
234
234
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html
235
+ :cloudformationResource: AWS::Kinesis::Stream
235
236
  :exampleMetadata: fixture=_generated
236
237
 
237
238
  Example::
@@ -596,6 +597,7 @@ class CfnStreamConsumer(
596
597
  For more information, see `Using Consumers with Enhanced Fan-Out <https://docs.aws.amazon.com/streams/latest/dev/introduction-to-enhanced-consumers.html>`_ .
597
598
 
598
599
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html
600
+ :cloudformationResource: AWS::Kinesis::StreamConsumer
599
601
  :exampleMetadata: fixture=_generated
600
602
 
601
603
  Example::