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
@@ -646,6 +646,7 @@ class CfnConfigurationSet(
646
646
  - ``ses:PutConfigurationSetTrackingOptions``
647
647
 
648
648
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html
649
+ :cloudformationResource: AWS::SES::ConfigurationSet
649
650
  :exampleMetadata: fixture=_generated
650
651
 
651
652
  Example::
@@ -1399,6 +1400,7 @@ class CfnConfigurationSetEventDestination(
1399
1400
  An event destination is an AWS service that Amazon SES publishes email sending events to. When you specify an event destination, you provide one, and only one, destination. You can send event data to Amazon CloudWatch, Amazon Kinesis Data Firehose, or Amazon Simple Notification Service (Amazon SNS).
1400
1401
 
1401
1402
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html
1403
+ :cloudformationResource: AWS::SES::ConfigurationSetEventDestination
1402
1404
  :exampleMetadata: fixture=_generated
1403
1405
 
1404
1406
  Example::
@@ -2308,6 +2310,7 @@ class CfnContactList(
2308
2310
  '''A list that contains contacts that have subscribed to a particular topic or topics.
2309
2311
 
2310
2312
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html
2313
+ :cloudformationResource: AWS::SES::ContactList
2311
2314
  :exampleMetadata: fixture=_generated
2312
2315
 
2313
2316
  Example::
@@ -2708,6 +2711,7 @@ class CfnDedicatedIpPool(
2708
2711
  You can't delete dedicated IP pools that have a ``STANDARD`` scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a ``MANAGED`` scaling mode.
2709
2712
 
2710
2713
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
2714
+ :cloudformationResource: AWS::SES::DedicatedIpPool
2711
2715
  :exampleMetadata: fixture=_generated
2712
2716
 
2713
2717
  Example::
@@ -2904,6 +2908,7 @@ class CfnEmailIdentity(
2904
2908
  Additionally, you can associate an existing configuration set with the email identity that you're verifying.
2905
2909
 
2906
2910
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html
2911
+ :cloudformationResource: AWS::SES::EmailIdentity
2907
2912
  :exampleMetadata: fixture=_generated
2908
2913
 
2909
2914
  Example::
@@ -3713,6 +3718,7 @@ class CfnReceiptFilter(
3713
3718
  You use IP address filters when you receive email with Amazon SES.
3714
3719
 
3715
3720
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html
3721
+ :cloudformationResource: AWS::SES::ReceiptFilter
3716
3722
  :exampleMetadata: fixture=_generated
3717
3723
 
3718
3724
  Example::
@@ -4044,6 +4050,7 @@ class CfnReceiptRule(
4044
4050
  '''Specifies a receipt rule.
4045
4051
 
4046
4052
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html
4053
+ :cloudformationResource: AWS::SES::ReceiptRule
4047
4054
  :exampleMetadata: fixture=_generated
4048
4055
 
4049
4056
  Example::
@@ -5497,6 +5504,7 @@ class CfnReceiptRuleSet(
5497
5504
  You can execute this operation no more than once per second.
5498
5505
 
5499
5506
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html
5507
+ :cloudformationResource: AWS::SES::ReceiptRuleSet
5500
5508
  :exampleMetadata: fixture=_generated
5501
5509
 
5502
5510
  Example::
@@ -5650,6 +5658,7 @@ class CfnTemplate(
5650
5658
  Email templates enable you to send personalized email to one or more destinations in a single API operation.
5651
5659
 
5652
5660
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html
5661
+ :cloudformationResource: AWS::SES::Template
5653
5662
  :exampleMetadata: fixture=_generated
5654
5663
 
5655
5664
  Example::
@@ -5934,6 +5943,7 @@ class CfnVdmAttributes(
5934
5943
  '''The Virtual Deliverability Manager (VDM) attributes that apply to your Amazon SES account.
5935
5944
 
5936
5945
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html
5946
+ :cloudformationResource: AWS::SES::VdmAttributes
5937
5947
  :exampleMetadata: fixture=_generated
5938
5948
 
5939
5949
  Example::
@@ -67,13 +67,18 @@ class CfnDRTAccess(
67
67
  ):
68
68
  '''Provides permissions for the AWS Shield Advanced Shield response team (SRT) to access your account and your resource protections, to help you mitigate potential distributed denial of service (DDoS) attacks.
69
69
 
70
- .. epigraph::
70
+ *Configure ``AWS::Shield::DRTAccess`` for one account*
71
71
 
72
- To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
72
+ To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
73
73
 
74
74
  See example templates for Shield Advanced in AWS CloudFormation at `aws-samples/aws-shield-advanced-examples <https://docs.aws.amazon.com/https://github.com/aws-samples/aws-shield-advanced-examples>`_ .
75
75
 
76
+ *Configure Shield Advanced using AWS CloudFormation and AWS Firewall Manager*
77
+
78
+ You might be able to use Firewall Manager with AWS CloudFormation to configure Shield Advanced across multiple accounts and protected resources. To do this, your accounts must be part of an organization in AWS Organizations . You can use Firewall Manager to configure Shield Advanced protections for any resource types except for Amazon Route 53 or AWS Global Accelerator .
79
+
76
80
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-drtaccess.html
81
+ :cloudformationResource: AWS::Shield::DRTAccess
77
82
  :exampleMetadata: fixture=_generated
78
83
 
79
84
  Example::
@@ -288,13 +293,19 @@ class CfnProactiveEngagement(
288
293
  '''Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.
289
294
 
290
295
  To enable proactive engagement, you must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ .
291
- .. epigraph::
292
296
 
293
- To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
297
+ *Configure ``AWS::Shield::ProactiveEngagement`` for one account*
298
+
299
+ To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
294
300
 
295
301
  See example templates for Shield Advanced in AWS CloudFormation at `aws-samples/aws-shield-advanced-examples <https://docs.aws.amazon.com/https://github.com/aws-samples/aws-shield-advanced-examples>`_ .
296
302
 
303
+ *Configure Shield Advanced using AWS CloudFormation and AWS Firewall Manager*
304
+
305
+ You might be able to use Firewall Manager with AWS CloudFormation to configure Shield Advanced across multiple accounts and protected resources. To do this, your accounts must be part of an organization in AWS Organizations . You can use Firewall Manager to configure Shield Advanced protections for any resource types except for Amazon Route 53 or AWS Global Accelerator .
306
+
297
307
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-proactiveengagement.html
308
+ :cloudformationResource: AWS::Shield::ProactiveEngagement
298
309
  :exampleMetadata: fixture=_generated
299
310
 
300
311
  Example::
@@ -616,14 +627,24 @@ class CfnProtection(
616
627
 
617
628
  The resource can be an Amazon CloudFront distribution, Amazon Route 53 hosted zone, AWS Global Accelerator standard accelerator, Elastic IP Address, Application Load Balancer, or a Classic Load Balancer. You can protect Amazon EC2 instances and Network Load Balancers by association with protected Amazon EC2 Elastic IP addresses.
618
629
 
619
- Use this to add protection to a single resource at a time. You can add protection to multiple resources at once through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ . For more information see `Getting Started with AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/getting-started-ddos.html>`_ and `Managing resource protections in AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/ddos-manage-protected-resources.html>`_ .
620
- .. epigraph::
630
+ *Configure a single ``AWS::Shield::Protection``*
631
+
632
+ Use this protection to protect a single resource at a time.
621
633
 
622
- To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
634
+ To configure this Shield Advanced protection through AWS CloudFormation , you must be subscribed to Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
623
635
 
624
636
  See example templates for Shield Advanced in AWS CloudFormation at `aws-samples/aws-shield-advanced-examples <https://docs.aws.amazon.com/https://github.com/aws-samples/aws-shield-advanced-examples>`_ .
625
637
 
638
+ *Configure Shield Advanced using AWS CloudFormation and AWS Firewall Manager*
639
+
640
+ You might be able to use Firewall Manager with AWS CloudFormation to configure Shield Advanced across multiple accounts and protected resources. To do this, your accounts must be part of an organization in AWS Organizations . You can use Firewall Manager to configure Shield Advanced protections for any resource types except for Amazon Route 53 or AWS Global Accelerator .
641
+
642
+ *Configure multiple protections through the Shield Advanced console*
643
+
644
+ You can add protection to multiple resources at once through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ . For more information see `Getting Started with AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/getting-started-ddos.html>`_ and `Managing resource protections in AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/ddos-manage-protected-resources.html>`_ .
645
+
626
646
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-protection.html
647
+ :cloudformationResource: AWS::Shield::Protection
627
648
  :exampleMetadata: fixture=_generated
628
649
 
629
650
  Example::
@@ -1000,13 +1021,11 @@ class CfnProtectionGroup(
1000
1021
  '''Creates a grouping of protected resources so they can be handled as a collective.
1001
1022
 
1002
1023
  This resource grouping improves the accuracy of detection and reduces false positives.
1003
- .. epigraph::
1004
-
1005
- To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
1006
1024
 
1007
- See example templates for Shield Advanced in AWS CloudFormation at `aws-samples/aws-shield-advanced-examples <https://docs.aws.amazon.com/https://github.com/aws-samples/aws-shield-advanced-examples>`_ .
1025
+ To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the `Shield Advanced console <https://docs.aws.amazon.com/wafv2/shieldv2#/>`_ and through the APIs. For more information, see `Subscribe to AWS Shield Advanced <https://docs.aws.amazon.com/waf/latest/developerguide/enable-ddos-prem.html>`_ .
1008
1026
 
1009
1027
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-protectiongroup.html
1028
+ :cloudformationResource: AWS::Shield::ProtectionGroup
1010
1029
  :exampleMetadata: fixture=_generated
1011
1030
 
1012
1031
  Example::
@@ -78,6 +78,7 @@ class CfnProfilePermission(
78
78
  '''Adds cross-account permissions to a signing profile.
79
79
 
80
80
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-profilepermission.html
81
+ :cloudformationResource: AWS::Signer::ProfilePermission
81
82
  :exampleMetadata: fixture=_generated
82
83
 
83
84
  Example::
@@ -370,6 +371,7 @@ class CfnSigningProfile(
370
371
  A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.
371
372
 
372
373
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingprofile.html
374
+ :cloudformationResource: AWS::Signer::SigningProfile
373
375
  :exampleMetadata: fixture=_generated
374
376
 
375
377
  Example::
@@ -61,6 +61,7 @@ class CfnSimulation(
61
61
  Specify a ``SnapshotS3Location`` to start a simulation from a snapshot instead of from a schema. When you start a simulation from a snapshot, SimSpace Weaver initializes the entity data in the State Fabric with data saved in the snapshot, starts the spatial and service apps that were running when the snapshot was created, and restores the clock to the appropriate tick. Your app zip files must be in the same location in Amazon S3 as they were in for the original simulation. You must start any custom apps separately. For more information about snapshots, see `Snapshots <https://docs.aws.amazon.com/simspaceweaver/latest/userguide/working-with_snapshots.html>`_ in the *AWS SimSpace Weaver User Guide* .
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-simspaceweaver-simulation.html
64
+ :cloudformationResource: AWS::SimSpaceWeaver::Simulation
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -350,6 +350,7 @@ class CfnSubscription(
350
350
  For a subscription to be created, the owner of the endpoint must confirm the subscription.
351
351
 
352
352
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html
353
+ :cloudformationResource: AWS::SNS::Subscription
353
354
  :exampleMetadata: fixture=_generated
354
355
 
355
356
  Example::
@@ -861,6 +862,7 @@ class CfnTopic(
861
862
  One account can create a maximum of 100,000 standard topics and 1,000 FIFO topics. For more information, see `Amazon SNS endpoints and quotas <https://docs.aws.amazon.com/general/latest/gr/sns.html>`_ in the *AWS General Reference* .
862
863
 
863
864
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html
865
+ :cloudformationResource: AWS::SNS::Topic
864
866
  :exampleMetadata: fixture=_generated
865
867
 
866
868
  Example::
@@ -1225,9 +1227,10 @@ class CfnTopicInlinePolicy(
1225
1227
  metaclass=jsii.JSIIMeta,
1226
1228
  jsii_type="aws-cdk-lib.aws_sns.CfnTopicInlinePolicy",
1227
1229
  ):
1228
- '''Schema for AWS::SNS::TopicInlinePolicy.
1230
+ '''The ``AWS::SNS::TopicInlinePolicy`` resource associates one Amazon SNS topic with one policy.
1229
1231
 
1230
1232
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html
1233
+ :cloudformationResource: AWS::SNS::TopicInlinePolicy
1231
1234
  :exampleMetadata: fixture=_generated
1232
1235
 
1233
1236
  Example::
@@ -1255,7 +1258,7 @@ class CfnTopicInlinePolicy(
1255
1258
  '''
1256
1259
  :param scope: Scope in which this resource is defined.
1257
1260
  :param id: Construct identifier for this resource (unique in its scope).
1258
- :param policy_document: A policy document that contains permissions to add to the specified SNS topics.
1261
+ :param policy_document: A policy document that contains permissions to add to the specified Amazon SNS topic.
1259
1262
  :param topic_arn: The Amazon Resource Name (ARN) of the topic to which you want to add the policy.
1260
1263
  '''
1261
1264
  if __debug__:
@@ -1306,7 +1309,7 @@ class CfnTopicInlinePolicy(
1306
1309
  @builtins.property
1307
1310
  @jsii.member(jsii_name="policyDocument")
1308
1311
  def policy_document(self) -> typing.Any:
1309
- '''A policy document that contains permissions to add to the specified SNS topics.'''
1312
+ '''A policy document that contains permissions to add to the specified Amazon SNS topic.'''
1310
1313
  return typing.cast(typing.Any, jsii.get(self, "policyDocument"))
1311
1314
 
1312
1315
  @policy_document.setter
@@ -1339,7 +1342,7 @@ class CfnTopicInlinePolicyProps:
1339
1342
  def __init__(self, *, policy_document: typing.Any, topic_arn: builtins.str) -> None:
1340
1343
  '''Properties for defining a ``CfnTopicInlinePolicy``.
1341
1344
 
1342
- :param policy_document: A policy document that contains permissions to add to the specified SNS topics.
1345
+ :param policy_document: A policy document that contains permissions to add to the specified Amazon SNS topic.
1343
1346
  :param topic_arn: The Amazon Resource Name (ARN) of the topic to which you want to add the policy.
1344
1347
 
1345
1348
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html
@@ -1369,7 +1372,7 @@ class CfnTopicInlinePolicyProps:
1369
1372
 
1370
1373
  @builtins.property
1371
1374
  def policy_document(self) -> typing.Any:
1372
- '''A policy document that contains permissions to add to the specified SNS topics.
1375
+ '''A policy document that contains permissions to add to the specified Amazon SNS topic.
1373
1376
 
1374
1377
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html#cfn-sns-topicinlinepolicy-policydocument
1375
1378
  '''
@@ -1410,6 +1413,7 @@ class CfnTopicPolicy(
1410
1413
  For an example snippet, see `Declaring an Amazon SNS policy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-iam.html#scenario-sns-policy>`_ in the *AWS CloudFormation User Guide* .
1411
1414
 
1412
1415
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicpolicy.html
1416
+ :cloudformationResource: AWS::SNS::TopicPolicy
1413
1417
  :exampleMetadata: fixture=_generated
1414
1418
 
1415
1419
  Example::
@@ -151,6 +151,7 @@ class CfnQueue(
151
151
  For more information about creating FIFO (first-in-first-out) queues, see `Creating an Amazon SQS queue ( AWS CloudFormation ) <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/screate-queue-cloudformation.html>`_ in the *Amazon SQS Developer Guide* .
152
152
 
153
153
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html
154
+ :cloudformationResource: AWS::SQS::Queue
154
155
  :exampleMetadata: fixture=_generated
155
156
 
156
157
  Example::
@@ -563,6 +564,7 @@ class CfnQueueInlinePolicy(
563
564
  '''The ``AWS::SQS::QueueInlinePolicy`` resource associates one Amazon SQS queue with one policy.
564
565
 
565
566
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queueinlinepolicy.html
567
+ :cloudformationResource: AWS::SQS::QueueInlinePolicy
566
568
  :exampleMetadata: fixture=_generated
567
569
 
568
570
  Example::
@@ -747,6 +749,7 @@ class CfnQueuePolicy(
747
749
  For an example snippet, see `Declaring an Amazon SQS policy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-iam.html#scenario-sqs-policy>`_ in the *AWS CloudFormation User Guide* .
748
750
 
749
751
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html
752
+ :cloudformationResource: AWS::SQS::QueuePolicy
750
753
  :exampleMetadata: fixture=_generated
751
754
 
752
755
  Example::
@@ -178,6 +178,7 @@ class CfnAssociation(
178
178
  A State Manager association defines the state that you want to maintain on your instances. For example, an association can specify that anti-virus software must be installed and running on your instances, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an AWS Resource Groups or an AWS Auto Scaling Group, State Manager applies the configuration when new instances are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software is not installed, then State Manager installs it. If the software is installed, but the service is not running, then the association might instruct State Manager to start the service.
179
179
 
180
180
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html
181
+ :cloudformationResource: AWS::SSM::Association
181
182
  :exampleMetadata: fixture=_generated
182
183
 
183
184
  Example::
@@ -1201,6 +1202,7 @@ class CfnDocument(
1201
1202
  This resource does not support CloudFormation drift detection.
1202
1203
 
1203
1204
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html
1205
+ :cloudformationResource: AWS::SSM::Document
1204
1206
  :exampleMetadata: infused
1205
1207
 
1206
1208
  Example::
@@ -1886,6 +1888,7 @@ class CfnMaintenanceWindow(
1886
1888
  For more information, see `Systems Manager Maintenance Windows <https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-maintenance.html>`_ in the *AWS Systems Manager User Guide* and `CreateMaintenanceWindow <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateMaintenanceWindow.html>`_ in the *AWS Systems Manager API Reference* .
1887
1889
 
1888
1890
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html
1891
+ :cloudformationResource: AWS::SSM::MaintenanceWindow
1889
1892
  :exampleMetadata: fixture=_generated
1890
1893
 
1891
1894
  Example::
@@ -2407,6 +2410,7 @@ class CfnMaintenanceWindowTarget(
2407
2410
  For more information, see `RegisterTargetWithMaintenanceWindow <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_RegisterTargetWithMaintenanceWindow.html>`_ in the *AWS Systems Manager API Reference* .
2408
2411
 
2409
2412
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html
2413
+ :cloudformationResource: AWS::SSM::MaintenanceWindowTarget
2410
2414
  :exampleMetadata: fixture=_generated
2411
2415
 
2412
2416
  Example::
@@ -2832,6 +2836,7 @@ class CfnMaintenanceWindowTask(
2832
2836
  For more information, see `RegisterTaskWithMaintenanceWindow <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_RegisterTaskWithMaintenanceWindow.html>`_ in the *AWS Systems Manager API Reference* .
2833
2837
 
2834
2838
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html
2839
+ :cloudformationResource: AWS::SSM::MaintenanceWindowTask
2835
2840
  :exampleMetadata: fixture=_generated
2836
2841
 
2837
2842
  Example::
@@ -4599,6 +4604,7 @@ class CfnParameter(
4599
4604
  For information about valid values for parameters, see `Requirements and Constraints for Parameter Names <https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints>`_ in the *AWS Systems Manager User Guide* and `PutParameter <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html>`_ in the *AWS Systems Manager API Reference* .
4600
4605
 
4601
4606
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html
4607
+ :cloudformationResource: AWS::SSM::Parameter
4602
4608
  :exampleMetadata: fixture=_generated
4603
4609
 
4604
4610
  Example::
@@ -5083,6 +5089,7 @@ class CfnPatchBaseline(
5083
5089
  For more information, see `CreatePatchBaseline <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreatePatchBaseline.html>`_ in the *AWS Systems Manager API Reference* .
5084
5090
 
5085
5091
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html
5092
+ :cloudformationResource: AWS::SSM::PatchBaseline
5086
5093
  :exampleMetadata: fixture=_generated
5087
5094
 
5088
5095
  Example::
@@ -6225,6 +6232,7 @@ class CfnResourceDataSync(
6225
6232
  Important: The following *Syntax* section shows all fields that are supported for a resource data sync. The *Examples* section below shows the recommended way to specify configurations for each sync type. Please see the *Examples* section when you create your resource data sync.
6226
6233
 
6227
6234
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html
6235
+ :cloudformationResource: AWS::SSM::ResourceDataSync
6228
6236
  :exampleMetadata: fixture=_generated
6229
6237
 
6230
6238
  Example::
@@ -7045,6 +7053,7 @@ class CfnResourcePolicy(
7045
7053
  A resource policy helps you to define the IAM entity (for example, an AWS account ) that can manage your Systems Manager resources. Currently, ``OpsItemGroup`` is the only resource that supports Systems Manager resource policies. The resource policy for ``OpsItemGroup`` enables AWS accounts to view and interact with OpsCenter operational work items (OpsItems). OpsCenter is a capability of Systems Manager .
7046
7054
 
7047
7055
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcepolicy.html
7056
+ :cloudformationResource: AWS::SSM::ResourcePolicy
7048
7057
  :exampleMetadata: fixture=_generated
7049
7058
 
7050
7059
  Example::
@@ -62,6 +62,7 @@ class CfnContact(
62
62
  Incident Manager contacts are a subset of actions and data types that you can use for managing responder engagement and interaction.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html
65
+ :cloudformationResource: AWS::SSMContacts::Contact
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -562,6 +563,7 @@ class CfnContactChannel(
562
563
  '''The ``AWS::SSMContacts::ContactChannel`` resource specifies a contact channel as the method that Incident Manager uses to engage your contact.
563
564
 
564
565
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html
566
+ :cloudformationResource: AWS::SSMContacts::ContactChannel
565
567
  :exampleMetadata: fixture=_generated
566
568
 
567
569
  Example::
@@ -1005,6 +1007,7 @@ class CfnPlan(
1005
1007
  '''Information about the stages and on-call rotation teams associated with an escalation plan or engagement plan.
1006
1008
 
1007
1009
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-plan.html
1010
+ :cloudformationResource: AWS::SSMContacts::Plan
1008
1011
  :exampleMetadata: fixture=_generated
1009
1012
 
1010
1013
  Example::
@@ -1586,6 +1589,7 @@ class CfnRotation(
1586
1589
  '''Specifies a rotation in an on-call schedule.
1587
1590
 
1588
1591
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-rotation.html
1592
+ :cloudformationResource: AWS::SSMContacts::Rotation
1589
1593
  :exampleMetadata: fixture=_generated
1590
1594
 
1591
1595
  Example::
@@ -60,6 +60,7 @@ class CfnReplicationSet(
60
60
  '''The ``AWS::SSMIncidents::ReplicationSet`` resource specifies a set of Regions that Incident Manager data is replicated to and the KMS key used to encrypt the data.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmincidents-replicationset.html
63
+ :cloudformationResource: AWS::SSMIncidents::ReplicationSet
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -456,6 +457,7 @@ class CfnResponsePlan(
456
457
  '''The ``AWS::SSMIncidents::ResponsePlan`` resource specifies the details of the response plan that are used when creating an incident.
457
458
 
458
459
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmincidents-responseplan.html
460
+ :cloudformationResource: AWS::SSMIncidents::ResponsePlan
459
461
  :exampleMetadata: fixture=_generated
460
462
 
461
463
  Example::
@@ -64,6 +64,7 @@ class CfnAssignment(
64
64
  The term *principal* here refers to a user or group that is defined in IAM Identity Center .
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html
67
+ :cloudformationResource: AWS::SSO::Assignment
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -390,6 +391,7 @@ class CfnInstanceAccessControlAttributeConfiguration(
390
391
  The ``InstanceAccessControlAttributeConfiguration`` property has been deprecated but is still supported for backwards compatibility purposes. We recommend that you use the ``AccessControlAttributes`` property instead.
391
392
 
392
393
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-instanceaccesscontrolattributeconfiguration.html
394
+ :cloudformationResource: AWS::SSO::InstanceAccessControlAttributeConfiguration
393
395
  :exampleMetadata: fixture=_generated
394
396
 
395
397
  Example::
@@ -855,6 +857,7 @@ class CfnPermissionSet(
855
857
  '''Specifies a permission set within a specified IAM Identity Center instance.
856
858
 
857
859
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-permissionset.html
860
+ :cloudformationResource: AWS::SSO::PermissionSet
858
861
  :exampleMetadata: fixture=_generated
859
862
 
860
863
  Example::
@@ -1220,6 +1220,7 @@ class CfnActivity(
1220
1220
  For information about creating an activity, see `Creating an Activity State Machine <https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-creating-activity-state-machine.html>`_ in the *AWS Step Functions Developer Guide* and `CreateActivity <https://docs.aws.amazon.com/step-functions/latest/apireference/API_CreateActivity.html>`_ in the *AWS Step Functions API Reference* .
1221
1221
 
1222
1222
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html
1223
+ :cloudformationResource: AWS::StepFunctions::Activity
1223
1224
  :exampleMetadata: fixture=_generated
1224
1225
 
1225
1226
  Example::
@@ -1525,6 +1526,7 @@ class CfnStateMachine(
1525
1526
  A state machine consists of a collection of states that can do work ( ``Task`` states), determine to which states to transition next ( ``Choice`` states), stop an execution with an error ( ``Fail`` states), and so on. State machines are specified using a JSON-based, structured language.
1526
1527
 
1527
1528
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html
1529
+ :cloudformationResource: AWS::StepFunctions::StateMachine
1528
1530
  :exampleMetadata: fixture=_generated
1529
1531
 
1530
1532
  Example::
@@ -2347,6 +2349,7 @@ class CfnStateMachineAlias(
2347
2349
  You can create up to 100 aliases for each state machine.
2348
2350
 
2349
2351
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachinealias.html
2352
+ :cloudformationResource: AWS::StepFunctions::StateMachineAlias
2350
2353
  :exampleMetadata: fixture=_generated
2351
2354
 
2352
2355
  Example::
@@ -3160,6 +3163,7 @@ class CfnStateMachineVersion(
3160
3163
  Before you delete a version, make sure that version's ARN isn't being referenced in any long-running workflows or application code outside of the stack.
3161
3164
 
3162
3165
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachineversion.html
3166
+ :cloudformationResource: AWS::StepFunctions::StateMachineVersion
3163
3167
  :exampleMetadata: fixture=_generated
3164
3168
 
3165
3169
  Example::
@@ -61,6 +61,7 @@ class CfnAccountAlias(
61
61
  For more information, see `AWS Support App in Slack <https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html>`_ in the *AWS Support User Guide* .
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.html
64
+ :cloudformationResource: AWS::SupportApp::AccountAlias
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -229,6 +230,7 @@ class CfnSlackChannelConfiguration(
229
230
  - `Creating AWS Support App in Slack resources with AWS CloudFormation <https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html>`_
230
231
 
231
232
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html
233
+ :cloudformationResource: AWS::SupportApp::SlackChannelConfiguration
232
234
  :exampleMetadata: fixture=_generated
233
235
 
234
236
  Example::
@@ -657,6 +659,7 @@ class CfnSlackWorkspaceConfiguration(
657
659
  - `Creating AWS Support App in Slack resources with AWS CloudFormation <https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html>`_
658
660
 
659
661
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html
662
+ :cloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration
660
663
  :exampleMetadata: fixture=_generated
661
664
 
662
665
  Example::
@@ -71,6 +71,7 @@ class CfnCanary(
71
71
  Do not include secrets or proprietary information in your canary names. The canary name makes up part of the Amazon Resource Name (ARN) for the canary, and the ARN is included in outbound calls over the internet. For more information, see `Security Considerations for Synthetics Canaries <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/servicelens_canaries_security.html>`_ .
72
72
 
73
73
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html
74
+ :cloudformationResource: AWS::Synthetics::Canary
74
75
  :exampleMetadata: fixture=_generated
75
76
 
76
77
  Example::
@@ -1678,6 +1679,7 @@ class CfnGroup(
1678
1679
  Each group can contain as many as 10 canaries. You can have as many as 20 groups in your account. Any single canary can be a member of up to 10 groups.
1679
1680
 
1680
1681
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-group.html
1682
+ :cloudformationResource: AWS::Synthetics::Group
1681
1683
  :exampleMetadata: fixture=_generated
1682
1684
 
1683
1685
  Example::
@@ -60,6 +60,7 @@ class CfnApplication(
60
60
  '''An SAP application registered with AWS Systems Manager for SAP.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html
63
+ :cloudformationResource: AWS::SystemsManagerSAP::Application
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -62,6 +62,7 @@ class CfnDatabase(
62
62
  If the AWS KMS key is not specified, the database will be encrypted with a Timestream managed AWS KMS key located in your account. Refer to `AWS managed AWS KMS keys <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk>`_ for more info. `Service quotas apply <https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html>`_ . See `code sample <https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.create-db.html>`_ for details.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-database.html
65
+ :cloudformationResource: AWS::Timestream::Database
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -302,6 +303,7 @@ class CfnScheduledQuery(
302
303
  Timestream assumes the execution role provided as part of the ``ScheduledQueryExecutionRoleArn`` parameter to run the query. You can use the ``NotificationConfiguration`` parameter to configure notification for your scheduled query operations.
303
304
 
304
305
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-scheduledquery.html
306
+ :cloudformationResource: AWS::Timestream::ScheduledQuery
305
307
  :exampleMetadata: fixture=_generated
306
308
 
307
309
  Example::
@@ -2022,6 +2024,7 @@ class CfnTable(
2022
2024
  In an AWS account, table names must be at least unique within each Region if they are in the same database. You may have identical table names in the same Region if the tables are in separate databases. While creating the table, you must specify the table name, database name, and the retention properties. `Service quotas apply <https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html>`_ . See `code sample <https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.create-table.html>`_ for details.
2023
2025
 
2024
2026
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-table.html
2027
+ :cloudformationResource: AWS::Timestream::Table
2025
2028
  :exampleMetadata: fixture=_generated
2026
2029
 
2027
2030
  Example::
@@ -64,6 +64,7 @@ class CfnAgreement(
64
64
  The partner is identified with the ``PartnerProfileId`` , and the AS2 process is identified with the ``LocalProfileId`` .
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html
67
+ :cloudformationResource: AWS::Transfer::Agreement
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -495,6 +496,7 @@ class CfnCertificate(
495
496
  '''Imports the signing and encryption certificates that you need to create local (AS2) profiles and partner profiles.
496
497
 
497
498
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html
499
+ :cloudformationResource: AWS::Transfer::Certificate
498
500
  :exampleMetadata: fixture=_generated
499
501
 
500
502
  Example::
@@ -968,6 +970,7 @@ class CfnConnector(
968
970
  You must specify exactly one configuration object: either for AS2 ( ``As2Config`` ) or SFTP ( ``SftpConfig`` ).
969
971
 
970
972
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html
973
+ :cloudformationResource: AWS::Transfer::Connector
971
974
  :exampleMetadata: fixture=_generated
972
975
 
973
976
  Example::
@@ -1651,6 +1654,7 @@ class CfnProfile(
1651
1654
  '''Creates the local or partner profile to use for AS2 transfers.
1652
1655
 
1653
1656
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html
1657
+ :cloudformationResource: AWS::Transfer::Profile
1654
1658
  :exampleMetadata: fixture=_generated
1655
1659
 
1656
1660
  Example::
@@ -1945,6 +1949,7 @@ class CfnServer(
1945
1949
  When you make updates to your file transfer protocol-enabled server or when you work with users, use the service-generated ``ServerId`` property that is assigned to the newly created server.
1946
1950
 
1947
1951
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html
1952
+ :cloudformationResource: AWS::Transfer::Server
1948
1953
  :exampleMetadata: fixture=_generated
1949
1954
 
1950
1955
  Example::
@@ -3441,6 +3446,7 @@ class CfnUser(
3441
3446
  You can only create and associate users with servers that have the ``IdentityProviderType`` set to ``SERVICE_MANAGED`` . Using parameters for ``CreateUser`` , you can specify the user name, set the home directory, store the user's public key, and assign the user's AWS Identity and Access Management (IAM) role. You can also optionally add a session policy, and assign metadata with tags that can be used to group and search for users.
3442
3447
 
3443
3448
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html
3449
+ :cloudformationResource: AWS::Transfer::User
3444
3450
  :exampleMetadata: fixture=_generated
3445
3451
 
3446
3452
  Example::
@@ -4227,6 +4233,7 @@ class CfnWorkflow(
4227
4233
  After creating a workflow, you can associate the workflow created with any transfer servers by specifying the ``workflow-details`` field in ``CreateServer`` and ``UpdateServer`` operations.
4228
4234
 
4229
4235
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-workflow.html
4236
+ :cloudformationResource: AWS::Transfer::Workflow
4230
4237
  :exampleMetadata: fixture=_generated
4231
4238
 
4232
4239
  Example::
@@ -80,6 +80,7 @@ class CfnIdentitySource(
80
80
  Where ``IdentityType`` is the string that you provide to the ``PrincipalEntityType`` parameter for this operation. The ``CognitoUserPoolId`` and ``CognitoClientId`` are defined by the Amazon Cognito user pool.
81
81
 
82
82
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-identitysource.html
83
+ :cloudformationResource: AWS::VerifiedPermissions::IdentitySource
83
84
  :exampleMetadata: fixture=_generated
84
85
 
85
86
  Example::
@@ -670,6 +671,7 @@ class CfnPolicy(
670
671
  - To update a template-linked policy, you must update the template instead.
671
672
 
672
673
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policy.html
674
+ :cloudformationResource: AWS::VerifiedPermissions::Policy
673
675
  :exampleMetadata: fixture=_generated
674
676
 
675
677
  Example::
@@ -1282,6 +1284,7 @@ class CfnPolicyStore(
1282
1284
  A policy store is a container for policy resources. You can create a separate policy store for each of your applications.
1283
1285
 
1284
1286
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystore.html
1287
+ :cloudformationResource: AWS::VerifiedPermissions::PolicyStore
1285
1288
  :exampleMetadata: fixture=_generated
1286
1289
 
1287
1290
  Example::
@@ -1634,6 +1637,7 @@ class CfnPolicyTemplate(
1634
1637
  A template can use placeholders for the principal and resource. A template must be instantiated into a policy by associating it with specific principals and resources to use for the placeholders. That instantiated policy can then be considered in authorization decisions. The instantiated policy works identically to any other policy, except that it is dynamically linked to the template. If the template changes, then any policies that are linked to that template are immediately updated as well.
1635
1638
 
1636
1639
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policytemplate.html
1640
+ :cloudformationResource: AWS::VerifiedPermissions::PolicyTemplate
1637
1641
  :exampleMetadata: fixture=_generated
1638
1642
 
1639
1643
  Example::