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 CfnPermission(
62
62
  It is created in the AWS Region in which you call the operation.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-permission.html
65
+ :cloudformationResource: AWS::RAM::Permission
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -387,6 +388,7 @@ class CfnResourceShare(
387
388
  Sharing a resource makes it available for use by principals outside of the AWS account that created the resource. Sharing doesn't change any permissions or quotas that apply to the resource in the account that created it.
388
389
 
389
390
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html
391
+ :cloudformationResource: AWS::RAM::ResourceShare
390
392
  :exampleMetadata: fixture=_generated
391
393
 
392
394
  Example::
@@ -2945,6 +2945,7 @@ class CfnCustomDBEngineVersion(
2945
2945
  '''Creates a custom DB engine version (CEV).
2946
2946
 
2947
2947
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-customdbengineversion.html
2948
+ :cloudformationResource: AWS::RDS::CustomDBEngineVersion
2948
2949
  :exampleMetadata: fixture=_generated
2949
2950
 
2950
2951
  Example::
@@ -3448,6 +3449,7 @@ class CfnDBCluster(
3448
3449
  The default ``DeletionPolicy`` for ``AWS::RDS::DBCluster`` resources is ``Snapshot`` . For more information about how AWS CloudFormation deletes resources, see `DeletionPolicy Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html>`_ .
3449
3450
 
3450
3451
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html
3452
+ :cloudformationResource: AWS::RDS::DBCluster
3451
3453
  :exampleMetadata: fixture=_generated
3452
3454
 
3453
3455
  Example::
@@ -5185,6 +5187,7 @@ class CfnDBClusterParameterGroup(
5185
5187
  If you apply a change to parameter group associated with a stopped DB cluster, then the update stack waits until the DB cluster is started.
5186
5188
 
5187
5189
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html
5190
+ :cloudformationResource: AWS::RDS::DBClusterParameterGroup
5188
5191
  :exampleMetadata: fixture=_generated
5189
5192
 
5190
5193
  Example::
@@ -6934,6 +6937,7 @@ class CfnDBInstance(
6934
6937
  For more information, see `DeletionPolicy Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html>`_ .
6935
6938
 
6936
6939
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html
6940
+ :cloudformationResource: AWS::RDS::DBInstance
6937
6941
  :exampleMetadata: fixture=_generated
6938
6942
 
6939
6943
  Example::
@@ -10952,6 +10956,7 @@ class CfnDBParameterGroup(
10952
10956
  Applying a parameter group to a DB instance may require the DB instance to reboot, resulting in a database outage for the duration of the reboot.
10953
10957
 
10954
10958
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html
10959
+ :cloudformationResource: AWS::RDS::DBParameterGroup
10955
10960
  :exampleMetadata: fixture=_generated
10956
10961
 
10957
10962
  Example::
@@ -11313,6 +11318,7 @@ class CfnDBProxy(
11313
11318
  For information about that apply to RDS Proxy for Amazon Aurora, see `Limitations for RDS Proxy <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html#rds-proxy.limitations>`_ in the *Amazon Aurora User Guide* .
11314
11319
 
11315
11320
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html
11321
+ :cloudformationResource: AWS::RDS::DBProxy
11316
11322
  :exampleMetadata: fixture=_generated
11317
11323
 
11318
11324
  Example::
@@ -11825,6 +11831,7 @@ class CfnDBProxyEndpoint(
11825
11831
  For more information about RDS Proxy, see `AWS::RDS::DBProxy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html>`_ .
11826
11832
 
11827
11833
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxyendpoint.html
11834
+ :cloudformationResource: AWS::RDS::DBProxyEndpoint
11828
11835
  :exampleMetadata: fixture=_generated
11829
11836
 
11830
11837
  Example::
@@ -12529,6 +12536,7 @@ class CfnDBProxyTargetGroup(
12529
12536
  For information about that apply to RDS Proxy for Amazon Aurora, see `Limitations for RDS Proxy <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html#rds-proxy.limitations>`_ in the *Amazon Aurora User Guide* .
12530
12537
 
12531
12538
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html
12539
+ :cloudformationResource: AWS::RDS::DBProxyTargetGroup
12532
12540
  :exampleMetadata: fixture=_generated
12533
12541
 
12534
12542
  Example::
@@ -13010,6 +13018,7 @@ class CfnDBSecurityGroup(
13010
13018
  EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see `Migrate from EC2-Classic to a VPC <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html>`_ in the *Amazon EC2 User Guide* , the blog `EC2-Classic Networking is Retiring – Here’s How to Prepare <https://docs.aws.amazon.com/aws/ec2-classic-is-retiring-heres-how-to-prepare/>`_ , and `Moving a DB instance not in a VPC into a VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html>`_ in the *Amazon RDS User Guide* .
13011
13019
 
13012
13020
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsecuritygroup.html
13021
+ :cloudformationResource: AWS::RDS::DBSecurityGroup
13013
13022
  :exampleMetadata: fixture=_generated
13014
13023
 
13015
13024
  Example::
@@ -13310,6 +13319,7 @@ class CfnDBSecurityGroupIngress(
13310
13319
  EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see `Migrate from EC2-Classic to a VPC <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html>`_ in the *Amazon EC2 User Guide* , the blog `EC2-Classic Networking is Retiring – Here’s How to Prepare <https://docs.aws.amazon.com/aws/ec2-classic-is-retiring-heres-how-to-prepare/>`_ , and `Moving a DB instance not in a VPC into a VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html>`_ in the *Amazon RDS User Guide* .
13311
13320
 
13312
13321
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsecuritygroupingress.html
13322
+ :cloudformationResource: AWS::RDS::DBSecurityGroupIngress
13313
13323
  :exampleMetadata: fixture=_generated
13314
13324
 
13315
13325
  Example::
@@ -13739,6 +13749,7 @@ class CfnDBSubnetGroup(
13739
13749
  For more information, see `Working with DB subnet groups <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Subnets>`_ in the *Amazon RDS User Guide* .
13740
13750
 
13741
13751
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnetgroup.html
13752
+ :cloudformationResource: AWS::RDS::DBSubnetGroup
13742
13753
  :exampleMetadata: fixture=_generated
13743
13754
 
13744
13755
  Example::
@@ -14015,6 +14026,7 @@ class CfnEventSubscription(
14015
14026
  For more information, see `Using Amazon RDS Event Notification <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html>`_ in the *Amazon RDS User Guide* .
14016
14027
 
14017
14028
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html
14029
+ :cloudformationResource: AWS::RDS::EventSubscription
14018
14030
  :exampleMetadata: fixture=_generated
14019
14031
 
14020
14032
  Example::
@@ -14423,6 +14435,7 @@ class CfnGlobalCluster(
14423
14435
  For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* .
14424
14436
 
14425
14437
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html
14438
+ :cloudformationResource: AWS::RDS::GlobalCluster
14426
14439
  :exampleMetadata: fixture=_generated
14427
14440
 
14428
14441
  Example::
@@ -14781,6 +14794,7 @@ class CfnOptionGroup(
14781
14794
  '''The ``AWS::RDS::OptionGroup`` resource creates or updates an option group, to enable and configure features that are specific to a particular DB engine.
14782
14795
 
14783
14796
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html
14797
+ :cloudformationResource: AWS::RDS::OptionGroup
14784
14798
  :exampleMetadata: fixture=_generated
14785
14799
 
14786
14800
  Example::
@@ -67,6 +67,7 @@ class CfnCluster(
67
67
  To create a cluster in Virtual Private Cloud (VPC), you must provide a cluster subnet group name. The cluster subnet group identifies the subnets of your VPC that Amazon Redshift uses when creating the cluster. For more information about managing clusters, go to `Amazon Redshift Clusters <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html>`_ in the *Amazon Redshift Cluster Management Guide* .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html
70
+ :cloudformationResource: AWS::Redshift::Cluster
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -1275,6 +1276,7 @@ class CfnClusterParameterGroup(
1275
1276
  '''Describes a parameter group.
1276
1277
 
1277
1278
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html
1279
+ :cloudformationResource: AWS::Redshift::ClusterParameterGroup
1278
1280
  :exampleMetadata: fixture=_generated
1279
1281
 
1280
1282
  Example::
@@ -2680,6 +2682,7 @@ class CfnClusterSecurityGroup(
2680
2682
  For information about managing security groups, go to `Amazon Redshift Cluster Security Groups <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html>`_ in the *Amazon Redshift Cluster Management Guide* .
2681
2683
 
2682
2684
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html
2685
+ :cloudformationResource: AWS::Redshift::ClusterSecurityGroup
2683
2686
  :exampleMetadata: fixture=_generated
2684
2687
 
2685
2688
  Example::
@@ -2814,6 +2817,7 @@ class CfnClusterSecurityGroupIngress(
2814
2817
  You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to `Working with Security Groups <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html>`_ in the *Amazon Redshift Cluster Management Guide* .
2815
2818
 
2816
2819
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html
2820
+ :cloudformationResource: AWS::Redshift::ClusterSecurityGroupIngress
2817
2821
  :exampleMetadata: fixture=_generated
2818
2822
 
2819
2823
  Example::
@@ -3166,6 +3170,7 @@ class CfnClusterSubnetGroup(
3166
3170
  For information about subnet groups, go to `Amazon Redshift Cluster Subnet Groups <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html>`_ in the *Amazon Redshift Cluster Management Guide* .
3167
3171
 
3168
3172
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html
3173
+ :cloudformationResource: AWS::Redshift::ClusterSubnetGroup
3169
3174
  :exampleMetadata: fixture=_generated
3170
3175
 
3171
3176
  Example::
@@ -3411,6 +3416,7 @@ class CfnEndpointAccess(
3411
3416
  '''Creates a Redshift-managed VPC endpoint.
3412
3417
 
3413
3418
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-endpointaccess.html
3419
+ :cloudformationResource: AWS::Redshift::EndpointAccess
3414
3420
  :exampleMetadata: fixture=_generated
3415
3421
 
3416
3422
  Example::
@@ -4058,6 +4064,7 @@ class CfnEndpointAuthorization(
4058
4064
  '''Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across AWS accounts .
4059
4065
 
4060
4066
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-endpointauthorization.html
4067
+ :cloudformationResource: AWS::Redshift::EndpointAuthorization
4061
4068
  :exampleMetadata: fixture=_generated
4062
4069
 
4063
4070
  Example::
@@ -4396,6 +4403,7 @@ class CfnEventSubscription(
4396
4403
  '''The ``AWS::Redshift::EventSubscription`` resource creates an Amazon Redshift Event Subscription.
4397
4404
 
4398
4405
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-eventsubscription.html
4406
+ :cloudformationResource: AWS::Redshift::EventSubscription
4399
4407
  :exampleMetadata: fixture=_generated
4400
4408
 
4401
4409
  Example::
@@ -4893,6 +4901,7 @@ class CfnScheduledAction(
4893
4901
  A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the ``ResizeCluster`` API operation.
4894
4902
 
4895
4903
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-scheduledaction.html
4904
+ :cloudformationResource: AWS::Redshift::ScheduledAction
4896
4905
  :exampleMetadata: fixture=_generated
4897
4906
 
4898
4907
  Example::
@@ -60,6 +60,7 @@ class CfnNamespace(
60
60
  '''A collection of database objects and users.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html
63
+ :cloudformationResource: AWS::RedshiftServerless::Namespace
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -898,6 +899,7 @@ class CfnWorkgroup(
898
899
  '''The collection of compute resources in Amazon Redshift Serverless.
899
900
 
900
901
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.html
902
+ :cloudformationResource: AWS::RedshiftServerless::Workgroup
901
903
  :exampleMetadata: fixture=_generated
902
904
 
903
905
  Example::
@@ -64,6 +64,7 @@ class CfnApplication(
64
64
  In environments created with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``NONE`` you need to configure `VPC to VPC connectivity <https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html>`_ between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see `Create an application <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-application.html>`_ in the *Refactor Spaces User Guide* .
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-application.html
67
+ :cloudformationResource: AWS::RefactorSpaces::Application
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -564,6 +565,7 @@ class CfnEnvironment(
564
565
  When creating an environment with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``TRANSIT_GATEWAY`` , Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ is ``NONE`` , Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.
565
566
 
566
567
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html
568
+ :cloudformationResource: AWS::RefactorSpaces::Environment
567
569
  :exampleMetadata: fixture=_generated
568
570
 
569
571
  Example::
@@ -891,6 +893,7 @@ class CfnRoute(
891
893
  When you create environments without a network bridge ( `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ is ``NONE)`` and you use your own networking infrastructure, you need to configure `VPC to VPC connectivity <https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html>`_ between your network and the application proxy VPC. Route creation from the application proxy to service endpoints will fail if your network is not configured to connect to the application proxy VPC. For more information, see `Create a route <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-role.html>`_ in the *Refactor Spaces User Guide* .
892
894
 
893
895
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-route.html
896
+ :cloudformationResource: AWS::RefactorSpaces::Route
894
897
  :exampleMetadata: fixture=_generated
895
898
 
896
899
  Example::
@@ -1509,6 +1512,7 @@ class CfnService(
1509
1512
  If an AWS resource is launched in a service VPC, and you want it to be accessible to all of an environment’s services with VPCs and routes, apply the ``RefactorSpacesSecurityGroup`` to the resource. Alternatively, to add more cross-account constraints, apply your own security group.
1510
1513
 
1511
1514
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html
1515
+ :cloudformationResource: AWS::RefactorSpaces::Service
1512
1516
  :exampleMetadata: fixture=_generated
1513
1517
 
1514
1518
  Example::
@@ -62,6 +62,7 @@ class CfnCollection(
62
62
  You can use a collection to store information about detected faces and search for known faces in images, stored videos, and streaming videos.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-collection.html
65
+ :cloudformationResource: AWS::Rekognition::Collection
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -268,6 +269,7 @@ class CfnProject(
268
269
  A project is a group of resources needed to create and manage versions of an Amazon Rekognition Custom Labels model.
269
270
 
270
271
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-project.html
272
+ :cloudformationResource: AWS::Rekognition::Project
271
273
  :exampleMetadata: fixture=_generated
272
274
 
273
275
  Example::
@@ -431,6 +433,7 @@ class CfnStreamProcessor(
431
433
  For more information, see `CreateStreamProcessor <https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateStreamProcessor>`_ .
432
434
 
433
435
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html
436
+ :cloudformationResource: AWS::Rekognition::StreamProcessor
434
437
  :exampleMetadata: fixture=_generated
435
438
 
436
439
  Example::
@@ -63,6 +63,7 @@ class CfnApp(
63
63
  After you create an AWS Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).
64
64
 
65
65
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehub-app.html
66
+ :cloudformationResource: AWS::ResilienceHub::App
66
67
  :exampleMetadata: fixture=_generated
67
68
 
68
69
  Example::
@@ -1262,6 +1263,7 @@ class CfnResiliencyPolicy(
1262
1263
  '''Defines a resiliency policy.
1263
1264
 
1264
1265
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehub-resiliencypolicy.html
1266
+ :cloudformationResource: AWS::ResilienceHub::ResiliencyPolicy
1265
1267
  :exampleMetadata: fixture=_generated
1266
1268
 
1267
1269
  Example::
@@ -61,6 +61,7 @@ class CfnDefaultViewAssociation(
61
61
  If a user makes a search query that doesn't explicitly specify the view to use, Resource Explorer chooses this default view automatically for searches performed in this AWS Region .
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html
64
+ :cloudformationResource: AWS::ResourceExplorer2::DefaultViewAssociation
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -228,6 +229,7 @@ class CfnIndex(
228
229
  If this is the first AWS Region in which you've created an index for Resource Explorer, this operation also creates a service-linked role in your AWS account that allows Resource Explorer to search for your resources and populate the index.
229
230
 
230
231
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.html
232
+ :cloudformationResource: AWS::ResourceExplorer2::Index
231
233
  :exampleMetadata: fixture=_generated
232
234
 
233
235
  Example::
@@ -450,6 +452,7 @@ class CfnView(
450
452
  '''Creates a view that users can query by using the `Search <https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_Search.html>`_ operation. Results from queries that you make using this view include only resources that match the view's ``Filters`` .
451
453
 
452
454
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html
455
+ :cloudformationResource: AWS::ResourceExplorer2::View
453
456
  :exampleMetadata: fixture=_generated
454
457
 
455
458
  Example::
@@ -68,6 +68,7 @@ class CfnGroup(
68
68
  - ``resource-groups:CreateGroup``
69
69
 
70
70
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html
71
+ :cloudformationResource: AWS::ResourceGroups::Group
71
72
  :exampleMetadata: fixture=_generated
72
73
 
73
74
  Example::
@@ -68,6 +68,7 @@ class CfnFleet(
68
68
  The ``AWS::RoboMaker::Fleet`` resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
69
69
 
70
70
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html
71
+ :cloudformationResource: AWS::RoboMaker::Fleet
71
72
  :exampleMetadata: fixture=_generated
72
73
 
73
74
  Example::
@@ -277,6 +278,7 @@ class CfnRobot(
277
278
  The ``AWS::RoboMaker::RobotApplication`` resource creates an AWS RoboMaker robot.
278
279
 
279
280
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html
281
+ :cloudformationResource: AWS::RoboMaker::Robot
280
282
  :exampleMetadata: fixture=_generated
281
283
 
282
284
  Example::
@@ -460,6 +462,7 @@ class CfnRobotApplication(
460
462
  '''The ``AWS::RoboMaker::RobotApplication`` resource creates an AWS RoboMaker robot application.
461
463
 
462
464
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html
465
+ :cloudformationResource: AWS::RoboMaker::RobotApplication
463
466
  :exampleMetadata: fixture=_generated
464
467
 
465
468
  Example::
@@ -1011,6 +1014,7 @@ class CfnRobotApplicationVersion(
1011
1014
  '''The ``AWS::RoboMaker::RobotApplicationVersion`` resource creates an AWS RoboMaker robot version.
1012
1015
 
1013
1016
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html
1017
+ :cloudformationResource: AWS::RoboMaker::RobotApplicationVersion
1014
1018
  :exampleMetadata: fixture=_generated
1015
1019
 
1016
1020
  Example::
@@ -1346,6 +1350,7 @@ class CfnSimulationApplication(
1346
1350
  '''The ``AWS::RoboMaker::SimulationApplication`` resource creates an AWS RoboMaker simulation application.
1347
1351
 
1348
1352
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html
1353
+ :cloudformationResource: AWS::RoboMaker::SimulationApplication
1349
1354
  :exampleMetadata: fixture=_generated
1350
1355
 
1351
1356
  Example::
@@ -2136,6 +2141,7 @@ class CfnSimulationApplicationVersion(
2136
2141
  '''The ``AWS::RoboMaker::SimulationApplicationVersion`` resource creates a version of an AWS RoboMaker simulation application.
2137
2142
 
2138
2143
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html
2144
+ :cloudformationResource: AWS::RoboMaker::SimulationApplicationVersion
2139
2145
  :exampleMetadata: fixture=_generated
2140
2146
 
2141
2147
  Example::