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
@@ -62,6 +62,7 @@ class CfnApp(
62
62
  *Required Permissions* : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see `Managing User Permissions <https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html>`_ .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html
65
+ :cloudformationResource: AWS::OpsWorks::App
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -1115,6 +1116,7 @@ class CfnElasticLoadBalancerAttachment(
1115
1116
  '''Attaches an Elastic Load Balancing load balancer to an AWS OpsWorks layer that you specify.
1116
1117
 
1117
1118
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elasticloadbalancerattachment.html
1119
+ :cloudformationResource: AWS::OpsWorks::ElasticLoadBalancerAttachment
1118
1120
  :exampleMetadata: fixture=_generated
1119
1121
 
1120
1122
  Example::
@@ -1309,6 +1311,7 @@ class CfnInstance(
1309
1311
  *Required Permissions* : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see `Managing User Permissions <https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html>`_ .
1310
1312
 
1311
1313
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html
1314
+ :cloudformationResource: AWS::OpsWorks::Instance
1312
1315
  :exampleMetadata: fixture=_generated
1313
1316
 
1314
1317
  Example::
@@ -2766,6 +2769,7 @@ class CfnLayer(
2766
2769
  *Required Permissions* : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see `Managing User Permissions <https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html>`_ .
2767
2770
 
2768
2771
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html
2772
+ :cloudformationResource: AWS::OpsWorks::Layer
2769
2773
  :exampleMetadata: fixture=_generated
2770
2774
 
2771
2775
  Example::
@@ -4397,6 +4401,7 @@ class CfnStack(
4397
4401
  *Required Permissions* : To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see `Managing User Permissions <https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html>`_ .
4398
4402
 
4399
4403
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html
4404
+ :cloudformationResource: AWS::OpsWorks::Stack
4400
4405
  :exampleMetadata: fixture=_generated
4401
4406
 
4402
4407
  Example::
@@ -6050,6 +6055,7 @@ class CfnUserProfile(
6050
6055
  '''Describes a user's SSH information.
6051
6056
 
6052
6057
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html
6058
+ :cloudformationResource: AWS::OpsWorks::UserProfile
6053
6059
  :exampleMetadata: fixture=_generated
6054
6060
 
6055
6061
  Example::
@@ -6331,6 +6337,7 @@ class CfnVolume(
6331
6337
  '''Describes an instance's Amazon EBS volume.
6332
6338
 
6333
6339
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html
6340
+ :cloudformationResource: AWS::OpsWorks::Volume
6334
6341
  :exampleMetadata: fixture=_generated
6335
6342
 
6336
6343
  Example::
@@ -62,6 +62,7 @@ class CfnServer(
62
62
  For more information, see `Create a Chef Automate Server in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-create-server-cfn.html>`_ or `Create a Puppet Enterprise Master in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opspup-create-server-cfn.html>`_ in the *AWS OpsWorks User Guide* , and `CreateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`_ in the *AWS OpsWorks CM API Reference* .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html
65
+ :cloudformationResource: AWS::OpsWorksCM::Server
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -95,6 +95,7 @@ class CfnAccount(
95
95
  - We don't recommend that you use the ``CreateAccount`` operation to create multiple temporary accounts. You can close accounts using the ```CloseAccount`` <https://docs.aws.amazon.com/organizations/latest/APIReference/API_CloseAccount.html>`_ operation or from the AWS Organizations console in the organization's management account. For information on the requirements and process for closing an account, see `Closing a member account in your organization <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html>`_ in the *AWS Organizations User Guide* .
96
96
 
97
97
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html
98
+ :cloudformationResource: AWS::Organizations::Account
98
99
  :exampleMetadata: fixture=_generated
99
100
 
100
101
  Example::
@@ -490,6 +491,7 @@ class CfnOrganization(
490
491
  For more information, see `Deleting an organization <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_delete.html>`_ in the *AWS Organizations User Guide* .
491
492
 
492
493
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organization.html
494
+ :cloudformationResource: AWS::Organizations::Organization
493
495
  :exampleMetadata: fixture=_generated
494
496
 
495
497
  Example::
@@ -713,6 +715,7 @@ class CfnOrganizationalUnit(
713
715
  This operation can be called only from the organization's management account.
714
716
 
715
717
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organizationalunit.html
718
+ :cloudformationResource: AWS::Organizations::OrganizationalUnit
716
719
  :exampleMetadata: fixture=_generated
717
720
 
718
721
  Example::
@@ -986,6 +989,7 @@ class CfnPolicy(
986
989
  Before you can create a policy of a given type, you must first `enable that policy type <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_enable-disable.html>`_ in your organization.
987
990
 
988
991
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html
992
+ :cloudformationResource: AWS::Organizations::Policy
989
993
  :exampleMetadata: fixture=_generated
990
994
 
991
995
  Example::
@@ -1391,6 +1395,7 @@ class CfnResourcePolicy(
1391
1395
  You can only call this operation from the organization's management account.
1392
1396
 
1393
1397
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-resourcepolicy.html
1398
+ :cloudformationResource: AWS::Organizations::ResourcePolicy
1394
1399
  :exampleMetadata: fixture=_generated
1395
1400
 
1396
1401
  Example::
@@ -70,6 +70,7 @@ class CfnPipeline(
70
70
  '''The AWS::OSIS::Pipeline resource creates an Amazon OpenSearch Ingestion pipeline.
71
71
 
72
72
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-osis-pipeline.html
73
+ :cloudformationResource: AWS::OSIS::Pipeline
73
74
  :exampleMetadata: fixture=_generated
74
75
 
75
76
  Example::
@@ -60,6 +60,7 @@ class CfnApplicationInstance(
60
60
  '''Creates an application instance and deploys it to a device.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html
63
+ :cloudformationResource: AWS::Panorama::ApplicationInstance
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -670,6 +671,7 @@ class CfnPackage(
670
671
  '''Creates a package and storage location in an Amazon S3 access point.
671
672
 
672
673
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html
674
+ :cloudformationResource: AWS::Panorama::Package
673
675
  :exampleMetadata: fixture=_generated
674
676
 
675
677
  Example::
@@ -1101,6 +1103,7 @@ class CfnPackageVersion(
1101
1103
  '''Registers a package version.
1102
1104
 
1103
1105
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-packageversion.html
1106
+ :cloudformationResource: AWS::Panorama::PackageVersion
1104
1107
  :exampleMetadata: fixture=_generated
1105
1108
 
1106
1109
  Example::
@@ -69,6 +69,7 @@ class CfnConnector(
69
69
  You must specify the private CA, directory ID, and security groups.
70
70
 
71
71
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-connector.html
72
+ :cloudformationResource: AWS::PCAConnectorAD::Connector
72
73
  :exampleMetadata: fixture=_generated
73
74
 
74
75
  Example::
@@ -409,6 +410,7 @@ class CfnDirectoryRegistration(
409
410
  '''Creates a directory registration that authorizes communication between AWS Private CA and an Active Directory.
410
411
 
411
412
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-directoryregistration.html
413
+ :cloudformationResource: AWS::PCAConnectorAD::DirectoryRegistration
412
414
  :exampleMetadata: fixture=_generated
413
415
 
414
416
  Example::
@@ -610,6 +612,7 @@ class CfnServicePrincipalName(
610
612
  Kerberos authentication uses SPNs to associate a service instance with a service sign-in account.
611
613
 
612
614
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-serviceprincipalname.html
615
+ :cloudformationResource: AWS::PCAConnectorAD::ServicePrincipalName
613
616
  :exampleMetadata: fixture=_generated
614
617
 
615
618
  Example::
@@ -796,6 +799,7 @@ class CfnTemplate(
796
799
  The connectors issues certificates using these templates based on the requester’s Active Directory group membership.
797
800
 
798
801
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-template.html
802
+ :cloudformationResource: AWS::PCAConnectorAD::Template
799
803
  :exampleMetadata: fixture=_generated
800
804
 
801
805
  Example::
@@ -5448,6 +5452,7 @@ class CfnTemplateGroupAccessControlEntry(
5448
5452
  Allow or deny Active Directory groups from enrolling and/or autoenrolling with the template based on the group security identifiers (SIDs).
5449
5453
 
5450
5454
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html
5455
+ :cloudformationResource: AWS::PCAConnectorAD::TemplateGroupAccessControlEntry
5451
5456
  :exampleMetadata: fixture=_generated
5452
5457
 
5453
5458
  Example::
@@ -80,6 +80,7 @@ class CfnDataset(
80
80
  - `DeleteDataset <https://docs.aws.amazon.com/personalize/latest/dg/API_DeleteDataset.html>`_
81
81
 
82
82
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-dataset.html
83
+ :cloudformationResource: AWS::Personalize::Dataset
83
84
  :exampleMetadata: fixture=_generated
84
85
 
85
86
  Example::
@@ -457,6 +458,7 @@ class CfnDatasetGroup(
457
458
  You can specify an AWS Key Management Service (KMS) key to encrypt the datasets in the group.
458
459
 
459
460
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-datasetgroup.html
461
+ :cloudformationResource: AWS::Personalize::DatasetGroup
460
462
  :exampleMetadata: fixture=_generated
461
463
 
462
464
  Example::
@@ -870,6 +872,7 @@ class CfnSchema(
870
872
  - `DeleteSchema <https://docs.aws.amazon.com/personalize/latest/dg/API_DeleteSchema.html>`_
871
873
 
872
874
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html
875
+ :cloudformationResource: AWS::Personalize::Schema
873
876
  :exampleMetadata: fixture=_generated
874
877
 
875
878
  Example::
@@ -1095,6 +1098,7 @@ class CfnSolution(
1095
1098
  A solution is a trained model that can be deployed as a campaign.
1096
1099
 
1097
1100
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-solution.html
1101
+ :cloudformationResource: AWS::Personalize::Solution
1098
1102
  :exampleMetadata: fixture=_generated
1099
1103
 
1100
1104
  Example::
@@ -63,6 +63,7 @@ class CfnADMChannel(
63
63
  The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.
64
64
 
65
65
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html
66
+ :cloudformationResource: AWS::Pinpoint::ADMChannel
66
67
  :exampleMetadata: fixture=_generated
67
68
 
68
69
  Example::
@@ -337,6 +338,7 @@ class CfnAPNSChannel(
337
338
  The APNSChannel resource represents the status and authentication settings for the APNs channel for an application.
338
339
 
339
340
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html
341
+ :cloudformationResource: AWS::Pinpoint::APNSChannel
340
342
  :exampleMetadata: fixture=_generated
341
343
 
342
344
  Example::
@@ -789,6 +791,7 @@ class CfnAPNSSandboxChannel(
789
791
  The APNSSandboxChannel resource represents the status and authentication settings of the APNs sandbox channel for an application.
790
792
 
791
793
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html
794
+ :cloudformationResource: AWS::Pinpoint::APNSSandboxChannel
792
795
  :exampleMetadata: fixture=_generated
793
796
 
794
797
  Example::
@@ -1241,6 +1244,7 @@ class CfnAPNSVoipChannel(
1241
1244
  The APNSVoipChannel resource represents the status and authentication settings of the APNs VoIP channel for an application.
1242
1245
 
1243
1246
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html
1247
+ :cloudformationResource: AWS::Pinpoint::APNSVoipChannel
1244
1248
  :exampleMetadata: fixture=_generated
1245
1249
 
1246
1250
  Example::
@@ -1693,6 +1697,7 @@ class CfnAPNSVoipSandboxChannel(
1693
1697
  The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
1694
1698
 
1695
1699
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html
1700
+ :cloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
1696
1701
  :exampleMetadata: fixture=_generated
1697
1702
 
1698
1703
  Example::
@@ -2145,6 +2150,7 @@ class CfnApp(
2145
2150
  The App resource represents an Amazon Pinpoint application.
2146
2151
 
2147
2152
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html
2153
+ :cloudformationResource: AWS::Pinpoint::App
2148
2154
  :exampleMetadata: fixture=_generated
2149
2155
 
2150
2156
  Example::
@@ -2354,6 +2360,7 @@ class CfnApplicationSettings(
2354
2360
  In Amazon Pinpoint, an *application* (also referred to as an *app* or *project* ) is a collection of related settings, customer information, segments, and campaigns, and other types of Amazon Pinpoint resources.
2355
2361
 
2356
2362
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html
2363
+ :cloudformationResource: AWS::Pinpoint::ApplicationSettings
2357
2364
  :exampleMetadata: fixture=_generated
2358
2365
 
2359
2366
  Example::
@@ -2995,6 +3002,7 @@ class CfnBaiduChannel(
2995
3002
  The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
2996
3003
 
2997
3004
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html
3005
+ :cloudformationResource: AWS::Pinpoint::BaiduChannel
2998
3006
  :exampleMetadata: fixture=_generated
2999
3007
 
3000
3008
  Example::
@@ -3267,6 +3275,7 @@ class CfnCampaign(
3267
3275
  A *campaign* is a messaging initiative that engages a specific segment of users for an Amazon Pinpoint application.
3268
3276
 
3269
3277
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html
3278
+ :cloudformationResource: AWS::Pinpoint::Campaign
3270
3279
  :exampleMetadata: fixture=_generated
3271
3280
 
3272
3281
  Example::
@@ -8223,6 +8232,7 @@ class CfnEmailChannel(
8223
8232
  The EmailChannel resource represents the status, identity, and other settings of the email channel for an application
8224
8233
 
8225
8234
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html
8235
+ :cloudformationResource: AWS::Pinpoint::EmailChannel
8226
8236
  :exampleMetadata: fixture=_generated
8227
8237
 
8228
8238
  Example::
@@ -8561,6 +8571,7 @@ class CfnEmailTemplate(
8561
8571
  A *message template* is a set of content and settings that you can define, save, and reuse in messages for any of your Amazon Pinpoint applications.
8562
8572
 
8563
8573
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html
8574
+ :cloudformationResource: AWS::Pinpoint::EmailTemplate
8564
8575
  :exampleMetadata: fixture=_generated
8565
8576
 
8566
8577
  Example::
@@ -8950,6 +8961,7 @@ class CfnEventStream(
8950
8961
  '''Creates a new event stream for an application or updates the settings of an existing event stream for an application.
8951
8962
 
8952
8963
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html
8964
+ :cloudformationResource: AWS::Pinpoint::EventStream
8953
8965
  :exampleMetadata: fixture=_generated
8954
8966
 
8955
8967
  Example::
@@ -9184,6 +9196,7 @@ class CfnGCMChannel(
9184
9196
  The GCMChannel resource represents the status and authentication settings of the GCM channel for an application.
9185
9197
 
9186
9198
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html
9199
+ :cloudformationResource: AWS::Pinpoint::GCMChannel
9187
9200
  :exampleMetadata: fixture=_generated
9188
9201
 
9189
9202
  Example::
@@ -9421,6 +9434,7 @@ class CfnInAppTemplate(
9421
9434
  A message template is a set of content and settings that you can define, save, and reuse in messages for any of your Amazon Pinpoint applications. The In-App channel is unavailable in AWS GovCloud (US).
9422
9435
 
9423
9436
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-inapptemplate.html
9437
+ :cloudformationResource: AWS::Pinpoint::InAppTemplate
9424
9438
  :exampleMetadata: fixture=_generated
9425
9439
 
9426
9440
  Example::
@@ -10633,6 +10647,7 @@ class CfnPushTemplate(
10633
10647
  A *message template* is a set of content and settings that you can define, save, and reuse in messages for any of your Amazon Pinpoint applications.
10634
10648
 
10635
10649
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html
10650
+ :cloudformationResource: AWS::Pinpoint::PushTemplate
10636
10651
  :exampleMetadata: fixture=_generated
10637
10652
 
10638
10653
  Example::
@@ -11670,6 +11685,7 @@ class CfnSMSChannel(
11670
11685
  The SMSChannel resource represents the status, sender ID, and other settings for the SMS channel for an application.
11671
11686
 
11672
11687
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html
11688
+ :cloudformationResource: AWS::Pinpoint::SMSChannel
11673
11689
  :exampleMetadata: fixture=_generated
11674
11690
 
11675
11691
  Example::
@@ -11948,6 +11964,7 @@ class CfnSegment(
11948
11964
  '''Updates the configuration, dimension, and other settings for an existing segment.
11949
11965
 
11950
11966
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html
11967
+ :cloudformationResource: AWS::Pinpoint::Segment
11951
11968
  :exampleMetadata: fixture=_generated
11952
11969
 
11953
11970
  Example::
@@ -13780,6 +13797,7 @@ class CfnSmsTemplate(
13780
13797
  A *message template* is a set of content and settings that you can define, save, and reuse in messages for any of your Amazon Pinpoint applications.
13781
13798
 
13782
13799
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html
13800
+ :cloudformationResource: AWS::Pinpoint::SmsTemplate
13783
13801
  :exampleMetadata: fixture=_generated
13784
13802
 
13785
13803
  Example::
@@ -14103,6 +14121,7 @@ class CfnVoiceChannel(
14103
14121
  The VoiceChannel resource represents the status and other information about the voice channel for an application.
14104
14122
 
14105
14123
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html
14124
+ :cloudformationResource: AWS::Pinpoint::VoiceChannel
14106
14125
  :exampleMetadata: fixture=_generated
14107
14126
 
14108
14127
  Example::
@@ -59,6 +59,7 @@ class CfnConfigurationSet(
59
59
  *Configuration sets* are groups of rules that you can apply to the emails you send using Amazon Pinpoint. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html
62
+ :cloudformationResource: AWS::PinpointEmail::ConfigurationSet
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -593,6 +594,7 @@ class CfnConfigurationSetEventDestination(
593
594
  A single configuration set can include more than one event destination.
594
595
 
595
596
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html
597
+ :cloudformationResource: AWS::PinpointEmail::ConfigurationSetEventDestination
596
598
  :exampleMetadata: fixture=_generated
597
599
 
598
600
  Example::
@@ -1569,6 +1571,7 @@ class CfnDedicatedIpPool(
1569
1571
  '''A request to create a new dedicated IP pool.
1570
1572
 
1571
1573
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html
1574
+ :cloudformationResource: AWS::PinpointEmail::DedicatedIpPool
1572
1575
  :exampleMetadata: fixture=_generated
1573
1576
 
1574
1577
  Example::
@@ -1849,6 +1852,7 @@ class CfnIdentity(
1849
1852
  When you use CloudFormation to specify an identity, CloudFormation might indicate that the identity was created successfully. However, you have to verify the identity before you can use it to send email.
1850
1853
 
1851
1854
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html
1855
+ :cloudformationResource: AWS::PinpointEmail::Identity
1852
1856
  :exampleMetadata: fixture=_generated
1853
1857
 
1854
1858
  Example::
@@ -62,6 +62,7 @@ class CfnPipe(
62
62
  Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pipes-pipe.html
65
+ :cloudformationResource: AWS::Pipes::Pipe
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -69,6 +69,7 @@ class CfnEnvironmentAccountConnection(
69
69
  '''Detailed data of an AWS Proton environment account connection resource.
70
70
 
71
71
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-proton-environmentaccountconnection.html
72
+ :cloudformationResource: AWS::Proton::EnvironmentAccountConnection
72
73
  :exampleMetadata: fixture=_generated
73
74
 
74
75
  Example::
@@ -476,6 +477,7 @@ class CfnEnvironmentTemplate(
476
477
  - Register and publish a *customer managed* environment template that connects AWS Proton to your existing provisioned infrastructure that you manage. AWS Proton *doesn't* manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the ``provisioning`` parameter and set the value to ``CUSTOMER_MANAGED`` . For more information, see `Register and publish an environment template <https://docs.aws.amazon.com/proton/latest/userguide/template-create.html>`_ in the *AWS Proton User Guide* .
477
478
 
478
479
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-proton-environmenttemplate.html
480
+ :cloudformationResource: AWS::Proton::EnvironmentTemplate
479
481
  :exampleMetadata: fixture=_generated
480
482
 
481
483
  Example::
@@ -819,6 +821,7 @@ class CfnServiceTemplate(
819
821
  The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from AWS Proton . If the selected service template includes a service pipeline definition, they provide a link to their source code repository. AWS Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see `AWS Proton templates <https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html>`_ in the *AWS Proton User Guide* .
820
822
 
821
823
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-proton-servicetemplate.html
824
+ :cloudformationResource: AWS::Proton::ServiceTemplate
822
825
  :exampleMetadata: fixture=_generated
823
826
 
824
827
  Example::
@@ -64,6 +64,7 @@ class CfnLedger(
64
64
  For more information, see `CreateLedger <https://docs.aws.amazon.com/qldb/latest/developerguide/API_CreateLedger.html>`_ in the *Amazon QLDB API Reference* .
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html
67
+ :cloudformationResource: AWS::QLDB::Ledger
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -427,6 +428,7 @@ class CfnStream(
427
428
  For more information, see `StreamJournalToKinesis <https://docs.aws.amazon.com/qldb/latest/developerguide/API_StreamJournalToKinesis.html>`_ in the *Amazon QLDB API Reference* .
428
429
 
429
430
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html
431
+ :cloudformationResource: AWS::QLDB::Stream
430
432
  :exampleMetadata: fixture=_generated
431
433
 
432
434
  Example::