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

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

Potentially problematic release.


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

Files changed (237) hide show
  1. aws_cdk/__init__.py +18 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.97.1.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +1 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +1 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -0
  7. aws_cdk/aws_amazonmq/__init__.py +3 -0
  8. aws_cdk/aws_amplify/__init__.py +3 -0
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  10. aws_cdk/aws_apigateway/__init__.py +19 -0
  11. aws_cdk/aws_apigatewayv2/__init__.py +13 -0
  12. aws_cdk/aws_appconfig/__init__.py +8 -0
  13. aws_cdk/aws_appflow/__init__.py +3 -0
  14. aws_cdk/aws_appintegrations/__init__.py +2 -0
  15. aws_cdk/aws_applicationautoscaling/__init__.py +2 -0
  16. aws_cdk/aws_applicationinsights/__init__.py +1 -0
  17. aws_cdk/aws_appmesh/__init__.py +7 -0
  18. aws_cdk/aws_apprunner/__init__.py +5 -0
  19. aws_cdk/aws_appstream/__init__.py +31 -26
  20. aws_cdk/aws_appsync/__init__.py +10 -0
  21. aws_cdk/aws_aps/__init__.py +2 -0
  22. aws_cdk/aws_athena/__init__.py +5 -0
  23. aws_cdk/aws_auditmanager/__init__.py +1 -0
  24. aws_cdk/aws_autoscaling/__init__.py +6 -0
  25. aws_cdk/aws_autoscalingplans/__init__.py +1 -0
  26. aws_cdk/aws_backup/__init__.py +5 -0
  27. aws_cdk/aws_backupgateway/__init__.py +1 -0
  28. aws_cdk/aws_batch/__init__.py +8 -2
  29. aws_cdk/aws_billingconductor/__init__.py +4 -0
  30. aws_cdk/aws_budgets/__init__.py +2 -0
  31. aws_cdk/aws_cassandra/__init__.py +2 -0
  32. aws_cdk/aws_ce/__init__.py +3 -0
  33. aws_cdk/aws_certificatemanager/__init__.py +2 -0
  34. aws_cdk/aws_chatbot/__init__.py +2 -0
  35. aws_cdk/aws_cleanrooms/__init__.py +5 -0
  36. aws_cdk/aws_cloud9/__init__.py +1 -0
  37. aws_cdk/aws_cloudformation/__init__.py +16 -0
  38. aws_cdk/aws_cloudfront/__init__.py +13 -0
  39. aws_cdk/aws_cloudtrail/__init__.py +7 -3
  40. aws_cdk/aws_cloudwatch/__init__.py +6 -0
  41. aws_cdk/aws_codeartifact/__init__.py +2 -0
  42. aws_cdk/aws_codebuild/__init__.py +3 -0
  43. aws_cdk/aws_codecommit/__init__.py +1 -0
  44. aws_cdk/aws_codedeploy/__init__.py +3 -0
  45. aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
  46. aws_cdk/aws_codegurureviewer/__init__.py +1 -0
  47. aws_cdk/aws_codepipeline/__init__.py +3 -0
  48. aws_cdk/aws_codestar/__init__.py +1 -0
  49. aws_cdk/aws_codestarconnections/__init__.py +1 -0
  50. aws_cdk/aws_codestarnotifications/__init__.py +1 -0
  51. aws_cdk/aws_cognito/__init__.py +42 -18
  52. aws_cdk/aws_comprehend/__init__.py +2 -0
  53. aws_cdk/aws_config/__init__.py +10 -0
  54. aws_cdk/aws_connect/__init__.py +491 -0
  55. aws_cdk/aws_connectcampaigns/__init__.py +1 -0
  56. aws_cdk/aws_controltower/__init__.py +1 -0
  57. aws_cdk/aws_cur/__init__.py +1 -0
  58. aws_cdk/aws_customerprofiles/__init__.py +5 -0
  59. aws_cdk/aws_databrew/__init__.py +6 -0
  60. aws_cdk/aws_datapipeline/__init__.py +1 -0
  61. aws_cdk/aws_datasync/__init__.py +14 -0
  62. aws_cdk/aws_dax/__init__.py +3 -0
  63. aws_cdk/aws_detective/__init__.py +3 -0
  64. aws_cdk/aws_devicefarm/__init__.py +6 -0
  65. aws_cdk/aws_devopsguru/__init__.py +3 -0
  66. aws_cdk/aws_directoryservice/__init__.py +2 -0
  67. aws_cdk/aws_dlm/__init__.py +1 -0
  68. aws_cdk/aws_dms/__init__.py +7 -0
  69. aws_cdk/aws_docdb/__init__.py +4 -0
  70. aws_cdk/aws_docdbelastic/__init__.py +1 -0
  71. aws_cdk/aws_dynamodb/__init__.py +2 -0
  72. aws_cdk/aws_ec2/__init__.py +109 -14
  73. aws_cdk/aws_ecr/__init__.py +5 -0
  74. aws_cdk/aws_ecs/__init__.py +7 -0
  75. aws_cdk/aws_efs/__init__.py +3 -0
  76. aws_cdk/aws_eks/__init__.py +5 -0
  77. aws_cdk/aws_elasticache/__init__.py +9 -0
  78. aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
  79. aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
  80. aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
  81. aws_cdk/aws_elasticsearch/__init__.py +1 -0
  82. aws_cdk/aws_emr/__init__.py +8 -0
  83. aws_cdk/aws_emrcontainers/__init__.py +1 -0
  84. aws_cdk/aws_emrserverless/__init__.py +1 -0
  85. aws_cdk/aws_entityresolution/__init__.py +2 -0
  86. aws_cdk/aws_events/__init__.py +7 -0
  87. aws_cdk/aws_eventschemas/__init__.py +4 -0
  88. aws_cdk/aws_evidently/__init__.py +5 -0
  89. aws_cdk/aws_finspace/__init__.py +1 -0
  90. aws_cdk/aws_fis/__init__.py +1 -0
  91. aws_cdk/aws_fms/__init__.py +3 -0
  92. aws_cdk/aws_forecast/__init__.py +2 -0
  93. aws_cdk/aws_frauddetector/__init__.py +7 -0
  94. aws_cdk/aws_fsx/__init__.py +5 -0
  95. aws_cdk/aws_gamelift/__init__.py +9 -0
  96. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  97. aws_cdk/aws_glue/__init__.py +18 -0
  98. aws_cdk/aws_grafana/__init__.py +1 -0
  99. aws_cdk/aws_greengrass/__init__.py +16 -0
  100. aws_cdk/aws_greengrassv2/__init__.py +2 -0
  101. aws_cdk/aws_groundstation/__init__.py +3 -0
  102. aws_cdk/aws_guardduty/__init__.py +6 -0
  103. aws_cdk/aws_healthimaging/__init__.py +382 -0
  104. aws_cdk/aws_healthlake/__init__.py +1 -0
  105. aws_cdk/aws_iam/__init__.py +16 -0
  106. aws_cdk/aws_identitystore/__init__.py +2 -0
  107. aws_cdk/aws_imagebuilder/__init__.py +7 -0
  108. aws_cdk/aws_inspector/__init__.py +3 -0
  109. aws_cdk/aws_inspectorv2/__init__.py +1 -0
  110. aws_cdk/aws_internetmonitor/__init__.py +1 -0
  111. aws_cdk/aws_iot/__init__.py +25 -0
  112. aws_cdk/aws_iot1click/__init__.py +3 -0
  113. aws_cdk/aws_iotanalytics/__init__.py +4 -0
  114. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
  115. aws_cdk/aws_iotevents/__init__.py +3 -0
  116. aws_cdk/aws_iotfleethub/__init__.py +1 -0
  117. aws_cdk/aws_iotfleetwise/__init__.py +6 -0
  118. aws_cdk/aws_iotsitewise/__init__.py +7 -0
  119. aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
  120. aws_cdk/aws_iottwinmaker/__init__.py +5 -0
  121. aws_cdk/aws_iotwireless/__init__.py +11 -0
  122. aws_cdk/aws_ivs/__init__.py +4 -0
  123. aws_cdk/aws_ivschat/__init__.py +2 -0
  124. aws_cdk/aws_kafkaconnect/__init__.py +1 -0
  125. aws_cdk/aws_kendra/__init__.py +3 -0
  126. aws_cdk/aws_kendraranking/__init__.py +1 -0
  127. aws_cdk/aws_kinesis/__init__.py +2 -0
  128. aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
  129. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
  130. aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
  131. aws_cdk/aws_kinesisvideo/__init__.py +2 -0
  132. aws_cdk/aws_kms/__init__.py +3 -0
  133. aws_cdk/aws_lakeformation/__init__.py +7 -0
  134. aws_cdk/aws_lambda/__init__.py +10 -0
  135. aws_cdk/aws_lex/__init__.py +4 -0
  136. aws_cdk/aws_licensemanager/__init__.py +2 -0
  137. aws_cdk/aws_lightsail/__init__.py +11 -0
  138. aws_cdk/aws_location/__init__.py +6 -0
  139. aws_cdk/aws_logs/__init__.py +8 -0
  140. aws_cdk/aws_lookoutequipment/__init__.py +1 -0
  141. aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
  142. aws_cdk/aws_lookoutvision/__init__.py +1 -0
  143. aws_cdk/aws_m2/__init__.py +2 -0
  144. aws_cdk/aws_macie/__init__.py +53 -2
  145. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  146. aws_cdk/aws_mediaconnect/__init__.py +9 -0
  147. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  148. aws_cdk/aws_medialive/__init__.py +3 -0
  149. aws_cdk/aws_mediapackage/__init__.py +5 -0
  150. aws_cdk/aws_mediapackagev2/__init__.py +5 -0
  151. aws_cdk/aws_mediastore/__init__.py +1 -0
  152. aws_cdk/aws_mediatailor/__init__.py +6 -0
  153. aws_cdk/aws_memorydb/__init__.py +5 -0
  154. aws_cdk/aws_msk/__init__.py +180 -2
  155. aws_cdk/aws_mwaa/__init__.py +1 -0
  156. aws_cdk/aws_neptune/__init__.py +5 -0
  157. aws_cdk/aws_networkfirewall/__init__.py +4 -0
  158. aws_cdk/aws_networkmanager/__init__.py +14 -0
  159. aws_cdk/aws_nimblestudio/__init__.py +4 -0
  160. aws_cdk/aws_oam/__init__.py +2 -0
  161. aws_cdk/aws_omics/__init__.py +6 -0
  162. aws_cdk/aws_opensearchserverless/__init__.py +5 -0
  163. aws_cdk/aws_opensearchservice/__init__.py +1 -0
  164. aws_cdk/aws_opsworks/__init__.py +7 -0
  165. aws_cdk/aws_opsworkscm/__init__.py +1 -0
  166. aws_cdk/aws_organizations/__init__.py +5 -0
  167. aws_cdk/aws_osis/__init__.py +1 -0
  168. aws_cdk/aws_panorama/__init__.py +3 -0
  169. aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
  170. aws_cdk/aws_personalize/__init__.py +4 -0
  171. aws_cdk/aws_pinpoint/__init__.py +19 -0
  172. aws_cdk/aws_pinpointemail/__init__.py +4 -0
  173. aws_cdk/aws_pipes/__init__.py +1 -0
  174. aws_cdk/aws_proton/__init__.py +3 -0
  175. aws_cdk/aws_qldb/__init__.py +2 -0
  176. aws_cdk/aws_quicksight/__init__.py +473 -464
  177. aws_cdk/aws_ram/__init__.py +2 -0
  178. aws_cdk/aws_rds/__init__.py +14 -0
  179. aws_cdk/aws_redshift/__init__.py +9 -0
  180. aws_cdk/aws_redshiftserverless/__init__.py +2 -0
  181. aws_cdk/aws_refactorspaces/__init__.py +4 -0
  182. aws_cdk/aws_rekognition/__init__.py +3 -0
  183. aws_cdk/aws_resiliencehub/__init__.py +2 -0
  184. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  185. aws_cdk/aws_resourcegroups/__init__.py +1 -0
  186. aws_cdk/aws_robomaker/__init__.py +6 -0
  187. aws_cdk/aws_rolesanywhere/__init__.py +77 -58
  188. aws_cdk/aws_route53/__init__.py +7 -0
  189. aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
  190. aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
  191. aws_cdk/aws_route53resolver/__init__.py +11 -0
  192. aws_cdk/aws_rum/__init__.py +1 -0
  193. aws_cdk/aws_s3/__init__.py +6 -0
  194. aws_cdk/aws_s3objectlambda/__init__.py +2 -0
  195. aws_cdk/aws_s3outposts/__init__.py +4 -0
  196. aws_cdk/aws_sagemaker/__init__.py +37 -3
  197. aws_cdk/aws_sam/__init__.py +7 -0
  198. aws_cdk/aws_scheduler/__init__.py +2 -0
  199. aws_cdk/aws_sdb/__init__.py +1 -0
  200. aws_cdk/aws_secretsmanager/__init__.py +4 -0
  201. aws_cdk/aws_securityhub/__init__.py +3 -0
  202. aws_cdk/aws_servicecatalog/__init__.py +16 -0
  203. aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
  204. aws_cdk/aws_servicediscovery/__init__.py +5 -0
  205. aws_cdk/aws_ses/__init__.py +10 -0
  206. aws_cdk/aws_shield/__init__.py +30 -11
  207. aws_cdk/aws_signer/__init__.py +2 -0
  208. aws_cdk/aws_simspaceweaver/__init__.py +1 -0
  209. aws_cdk/aws_sns/__init__.py +9 -5
  210. aws_cdk/aws_sqs/__init__.py +3 -0
  211. aws_cdk/aws_ssm/__init__.py +9 -0
  212. aws_cdk/aws_ssmcontacts/__init__.py +4 -0
  213. aws_cdk/aws_ssmincidents/__init__.py +2 -0
  214. aws_cdk/aws_sso/__init__.py +3 -0
  215. aws_cdk/aws_stepfunctions/__init__.py +4 -0
  216. aws_cdk/aws_supportapp/__init__.py +3 -0
  217. aws_cdk/aws_synthetics/__init__.py +2 -0
  218. aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
  219. aws_cdk/aws_timestream/__init__.py +3 -0
  220. aws_cdk/aws_transfer/__init__.py +7 -0
  221. aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
  222. aws_cdk/aws_voiceid/__init__.py +1 -0
  223. aws_cdk/aws_vpclattice/__init__.py +10 -0
  224. aws_cdk/aws_waf/__init__.py +7 -0
  225. aws_cdk/aws_wafregional/__init__.py +11 -0
  226. aws_cdk/aws_wafv2/__init__.py +6 -0
  227. aws_cdk/aws_wisdom/__init__.py +3 -0
  228. aws_cdk/aws_workspaces/__init__.py +2 -0
  229. aws_cdk/aws_workspacesweb/__init__.py +8 -0
  230. aws_cdk/aws_xray/__init__.py +3 -0
  231. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
  232. aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
  233. aws_cdk_lib-2.97.1.dist-info/RECORD +0 -271
  234. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
  235. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
  236. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
  237. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
@@ -293,6 +293,7 @@ class CfnPublicRepository(
293
293
  For more information, see `Amazon ECR public repositories <https://docs.aws.amazon.com/AmazonECR/latest/public/public-repositories.html>`_ in the *Amazon ECR Public User Guide* .
294
294
 
295
295
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-publicrepository.html
296
+ :cloudformationResource: AWS::ECR::PublicRepository
296
297
  :exampleMetadata: fixture=_generated
297
298
 
298
299
  Example::
@@ -710,6 +711,7 @@ class CfnPullThroughCacheRule(
710
711
  A pull through cache rule provides a way to cache images from an external public registry in your Amazon ECR private registry.
711
712
 
712
713
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html
714
+ :cloudformationResource: AWS::ECR::PullThroughCacheRule
713
715
  :exampleMetadata: fixture=_generated
714
716
 
715
717
  Example::
@@ -896,6 +898,7 @@ class CfnRegistryPolicy(
896
898
  A private registry policy is used to specify permissions for another AWS account and is used when configuring cross-account replication. For more information, see `Registry permissions <https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html>`_ in the *Amazon Elastic Container Registry User Guide* .
897
899
 
898
900
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-registrypolicy.html
901
+ :cloudformationResource: AWS::ECR::RegistryPolicy
899
902
  :exampleMetadata: fixture=_generated
900
903
 
901
904
  Example::
@@ -1058,6 +1061,7 @@ class CfnReplicationConfiguration(
1058
1061
  When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy`` .
1059
1062
 
1060
1063
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-replicationconfiguration.html
1064
+ :cloudformationResource: AWS::ECR::ReplicationConfiguration
1061
1065
  :exampleMetadata: fixture=_generated
1062
1066
 
1063
1067
  Example::
@@ -1549,6 +1553,7 @@ class CfnRepository(
1549
1553
  For more information, see `Amazon ECR private repositories <https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html>`_ in the *Amazon ECR User Guide* .
1550
1554
 
1551
1555
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html
1556
+ :cloudformationResource: AWS::ECR::Repository
1552
1557
  :exampleMetadata: fixture=_generated
1553
1558
 
1554
1559
  Example::
@@ -5243,6 +5243,7 @@ class CfnCapacityProvider(
5243
5243
  Only capacity providers that use an Auto Scaling group can be created. Amazon ECS tasks on AWS Fargate use the ``FARGATE`` and ``FARGATE_SPOT`` capacity providers. These providers are available to all accounts in the AWS Regions that AWS Fargate supports.
5244
5244
 
5245
5245
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html
5246
+ :cloudformationResource: AWS::ECS::CapacityProvider
5246
5247
  :exampleMetadata: fixture=_generated
5247
5248
 
5248
5249
  Example::
@@ -5772,6 +5773,7 @@ class CfnCluster(
5772
5773
  '''The ``AWS::ECS::Cluster`` resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.
5773
5774
 
5774
5775
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html
5776
+ :cloudformationResource: AWS::ECS::Cluster
5775
5777
  :exampleMetadata: fixture=_generated
5776
5778
 
5777
5779
  Example::
@@ -6578,6 +6580,7 @@ class CfnClusterCapacityProviderAssociations(
6578
6580
  '''The ``AWS::ECS::ClusterCapacityProviderAssociations`` resource associates one or more capacity providers and a default capacity provider strategy with a cluster.
6579
6581
 
6580
6582
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html
6583
+ :cloudformationResource: AWS::ECS::ClusterCapacityProviderAssociations
6581
6584
  :exampleMetadata: fixture=_generated
6582
6585
 
6583
6586
  Example::
@@ -7139,6 +7142,7 @@ class CfnPrimaryTaskSet(
7139
7142
  Any parameters that are updated on the primary task set in a service will transition to the service. This is used when a service uses the ``EXTERNAL`` deployment controller type. For more information, see `Amazon ECS Deployment Types <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html>`_ in the *Amazon Elastic Container Service Developer Guide* .
7140
7143
 
7141
7144
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html
7145
+ :cloudformationResource: AWS::ECS::PrimaryTaskSet
7142
7146
  :exampleMetadata: fixture=_generated
7143
7147
 
7144
7148
  Example::
@@ -7359,6 +7363,7 @@ class CfnService(
7359
7363
  The stack update fails if you change any properties that require replacement and at least one Amazon ECS Service Connect ``ServiceConnectService`` is configured. This is because AWS CloudFormation creates the replacement service first, but each ``ServiceConnectService`` must have a name that is unique in the namespace. > Starting April 15, 2023, AWS ; will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS , or Amazon EC2 . However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
7360
7364
 
7361
7365
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html
7366
+ :cloudformationResource: AWS::ECS::Service
7362
7367
  :exampleMetadata: fixture=_generated
7363
7368
 
7364
7369
  Example::
@@ -10191,6 +10196,7 @@ class CfnTaskDefinition(
10191
10196
  You can specify a Docker networking mode for the containers in your task definition with the ``networkMode`` parameter. The available network modes correspond to those described in `Network settings <https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/#/network-settings>`_ in the Docker run reference. If you specify the ``awsvpc`` network mode, the task is allocated an elastic network interface, and you must specify a ``NetworkConfiguration`` when you create a service or run a task with the task definition. For more information, see `Task Networking <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html>`_ in the *Amazon Elastic Container Service Developer Guide* .
10192
10197
 
10193
10198
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html
10199
+ :cloudformationResource: AWS::ECS::TaskDefinition
10194
10200
  :exampleMetadata: fixture=_generated
10195
10201
 
10196
10202
  Example::
@@ -15329,6 +15335,7 @@ class CfnTaskSet(
15329
15335
  This is used when a service uses the ``EXTERNAL`` deployment controller type. For more information, see `Amazon ECS deployment types <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html>`_ in the *Amazon Elastic Container Service Developer Guide* .
15330
15336
 
15331
15337
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html
15338
+ :cloudformationResource: AWS::ECS::TaskSet
15332
15339
  :exampleMetadata: fixture=_generated
15333
15340
 
15334
15341
  Example::
@@ -732,6 +732,7 @@ class CfnAccessPoint(
732
732
  This operation requires permissions for the ``elasticfilesystem:CreateAccessPoint`` action.
733
733
 
734
734
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html
735
+ :cloudformationResource: AWS::EFS::AccessPoint
735
736
  :exampleMetadata: fixture=_generated
736
737
 
737
738
  Example::
@@ -1451,6 +1452,7 @@ class CfnFileSystem(
1451
1452
  You must create a mount target ( `AWS::EFS::MountTarget <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html>`_ ) to mount your EFS file system on an Amazon EC2 or other AWS cloud compute resource.
1452
1453
 
1453
1454
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html
1455
+ :cloudformationResource: AWS::EFS::FileSystem
1454
1456
  :exampleMetadata: fixture=_generated
1455
1457
 
1456
1458
  Example::
@@ -2484,6 +2486,7 @@ class CfnMountTarget(
2484
2486
  You can then mount the file system on Amazon EC2 instances or other resources by using the mount target.
2485
2487
 
2486
2488
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html
2489
+ :cloudformationResource: AWS::EFS::MountTarget
2487
2490
  :exampleMetadata: fixture=_generated
2488
2491
 
2489
2492
  Example::
@@ -3432,6 +3432,7 @@ class CfnAddon(
3432
3432
  Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. For more information, see `Amazon EKS add-ons <https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html>`_ in the *Amazon EKS User Guide* .
3433
3433
 
3434
3434
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html
3435
+ :cloudformationResource: AWS::EKS::Addon
3435
3436
  :exampleMetadata: fixture=_generated
3436
3437
 
3437
3438
  Example::
@@ -3872,6 +3873,7 @@ class CfnCluster(
3872
3873
  In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see `Managing Cluster Authentication <https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html>`_ and `Launching Amazon EKS nodes <https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html>`_ in the *Amazon EKS User Guide* .
3873
3874
 
3874
3875
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html
3876
+ :cloudformationResource: AWS::EKS::Cluster
3875
3877
  :exampleMetadata: fixture=_generated
3876
3878
 
3877
3879
  Example::
@@ -5233,6 +5235,7 @@ class CfnFargateProfile(
5233
5235
  For more information, see `AWS Fargate Profile <https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html>`_ in the *Amazon EKS User Guide* .
5234
5236
 
5235
5237
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html
5238
+ :cloudformationResource: AWS::EKS::FargateProfile
5236
5239
  :exampleMetadata: fixture=_generated
5237
5240
 
5238
5241
  Example::
@@ -5754,6 +5757,7 @@ class CfnIdentityProviderConfig(
5754
5757
  If you want to authenticate identities using an identity provider, you can create an identity provider configuration and associate it to your cluster. After configuring authentication to your cluster you can create Kubernetes ``roles`` and ``clusterroles`` to assign permissions to the roles, and then bind the roles to the identities using Kubernetes ``rolebindings`` and ``clusterrolebindings`` . For more information see `Using RBAC Authorization <https://docs.aws.amazon.com/https://kubernetes.io/docs/reference/access-authn-authz/rbac/>`_ in the Kubernetes documentation.
5755
5758
 
5756
5759
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-identityproviderconfig.html
5760
+ :cloudformationResource: AWS::EKS::IdentityProviderConfig
5757
5761
  :exampleMetadata: fixture=_generated
5758
5762
 
5759
5763
  Example::
@@ -6347,6 +6351,7 @@ class CfnNodegroup(
6347
6351
  Windows AMI types are only supported for commercial Regions that support Windows Amazon EKS.
6348
6352
 
6349
6353
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html
6354
+ :cloudformationResource: AWS::EKS::Nodegroup
6350
6355
  :exampleMetadata: fixture=_generated
6351
6356
 
6352
6357
  Example::
@@ -60,6 +60,7 @@ class CfnCacheCluster(
60
60
  '''The AWS::ElastiCache::CacheCluster type creates an Amazon ElastiCache cache cluster.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-cachecluster.html
63
+ :cloudformationResource: AWS::ElastiCache::CacheCluster
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -1602,6 +1603,7 @@ class CfnGlobalReplicationGroup(
1602
1603
  - The *GlobalReplicationGroupIdSuffix* represents the name of the Global datastore, which is what you use to associate a secondary cluster.
1603
1604
 
1604
1605
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-globalreplicationgroup.html
1606
+ :cloudformationResource: AWS::ElastiCache::GlobalReplicationGroup
1605
1607
  :exampleMetadata: fixture=_generated
1606
1608
 
1607
1609
  Example::
@@ -2359,6 +2361,7 @@ class CfnParameterGroup(
2359
2361
  Cache parameter groups control the parameters for a cache cluster.
2360
2362
 
2361
2363
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-parametergroup.html
2364
+ :cloudformationResource: AWS::ElastiCache::ParameterGroup
2362
2365
  :exampleMetadata: fixture=_generated
2363
2366
 
2364
2367
  Example::
@@ -2662,6 +2665,7 @@ class CfnReplicationGroup(
2662
2665
  To request a limit increase, see `Amazon Service Limits <https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html>`_ and choose the limit type *Nodes per cluster per instance type* .
2663
2666
 
2664
2667
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html
2668
+ :cloudformationResource: AWS::ElastiCache::ReplicationGroup
2665
2669
  :exampleMetadata: fixture=_generated
2666
2670
 
2667
2671
  Example::
@@ -4941,6 +4945,7 @@ class CfnSecurityGroup(
4941
4945
  For more information, see `CreateCacheSubnetGroup <https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSubnetGroup.html>`_ .
4942
4946
 
4943
4947
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-securitygroup.html
4948
+ :cloudformationResource: AWS::ElastiCache::SecurityGroup
4944
4949
  :exampleMetadata: fixture=_generated
4945
4950
 
4946
4951
  Example::
@@ -5072,6 +5077,7 @@ class CfnSecurityGroupIngress(
5072
5077
  Updates are not supported.
5073
5078
 
5074
5079
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-securitygroupingress.html
5080
+ :cloudformationResource: AWS::ElastiCache::SecurityGroupIngress
5075
5081
  :exampleMetadata: fixture=_generated
5076
5082
 
5077
5083
  Example::
@@ -5385,6 +5391,7 @@ class CfnSubnetGroup(
5385
5391
  For more information about cache subnet groups, go to Cache Subnet Groups in the *Amazon ElastiCache User Guide* or go to `CreateCacheSubnetGroup <https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSubnetGroup.html>`_ in the *Amazon ElastiCache API Reference Guide* .
5386
5392
 
5387
5393
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-subnetgroup.html
5394
+ :cloudformationResource: AWS::ElastiCache::SubnetGroup
5388
5395
  :exampleMetadata: fixture=_generated
5389
5396
 
5390
5397
  Example::
@@ -5661,6 +5668,7 @@ class CfnUser(
5661
5668
  '''For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see `Using Role Based Access Control (RBAC) <https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html>`_ .
5662
5669
 
5663
5670
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-user.html
5671
+ :cloudformationResource: AWS::ElastiCache::User
5664
5672
  :exampleMetadata: fixture=_generated
5665
5673
 
5666
5674
  Example::
@@ -5989,6 +5997,7 @@ class CfnUserGroup(
5989
5997
  '''For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see `Using Role Based Access Control (RBAC) <https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html>`_.
5990
5998
 
5991
5999
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-usergroup.html
6000
+ :cloudformationResource: AWS::ElastiCache::UserGroup
5992
6001
  :exampleMetadata: fixture=_generated
5993
6002
 
5994
6003
  Example::
@@ -62,6 +62,7 @@ class CfnApplication(
62
62
  The AWS::ElasticBeanstalk::Application resource is an AWS Elastic Beanstalk Beanstalk resource type that specifies an Elastic Beanstalk application.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-application.html
65
+ :cloudformationResource: AWS::ElasticBeanstalk::Application
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -698,6 +699,7 @@ class CfnApplicationVersion(
698
699
  After you create an application version with a specified Amazon S3 bucket and key location, you can't change that Amazon S3 location. If you change the Amazon S3 location, an attempt to launch an environment from the application version will fail.
699
700
 
700
701
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-applicationversion.html
702
+ :cloudformationResource: AWS::ElasticBeanstalk::ApplicationVersion
701
703
  :exampleMetadata: fixture=_generated
702
704
 
703
705
  Example::
@@ -1018,6 +1020,7 @@ class CfnConfigurationTemplate(
1018
1020
  The Elastic Beanstalk console and documentation often refer to configuration templates as *saved configurations* . When you set configuration options in a saved configuration (configuration template), Elastic Beanstalk applies them with a particular precedence as part of applying options from multiple sources. For more information, see `Configuration Options <https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html>`_ in the *AWS Elastic Beanstalk Developer Guide* .
1019
1021
 
1020
1022
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html
1023
+ :cloudformationResource: AWS::ElasticBeanstalk::ConfigurationTemplate
1021
1024
  :exampleMetadata: fixture=_generated
1022
1025
 
1023
1026
  Example::
@@ -1632,6 +1635,7 @@ class CfnEnvironment(
1632
1635
  The AWS::ElasticBeanstalk::Environment resource is an AWS Elastic Beanstalk resource type that specifies an Elastic Beanstalk environment.
1633
1636
 
1634
1637
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html
1638
+ :cloudformationResource: AWS::ElasticBeanstalk::Environment
1635
1639
  :exampleMetadata: fixture=_generated
1636
1640
 
1637
1641
  Example::
@@ -113,6 +113,7 @@ class CfnLoadBalancer(
113
113
  If this resource has a public IP address and is also in a VPC that is defined in the same template, you must use the `DependsOn attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ to declare a dependency on the VPC-gateway attachment.
114
114
 
115
115
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancing-loadbalancer.html
116
+ :cloudformationResource: AWS::ElasticLoadBalancing::LoadBalancer
116
117
  :exampleMetadata: fixture=_generated
117
118
 
118
119
  Example::
@@ -3045,6 +3045,7 @@ class CfnListener(
3045
3045
  '''Specifies a listener for an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
3046
3046
 
3047
3047
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html
3048
+ :cloudformationResource: AWS::ElasticLoadBalancingV2::Listener
3048
3049
  :exampleMetadata: fixture=_generated
3049
3050
 
3050
3051
  Example::
@@ -4573,6 +4574,7 @@ class CfnListenerCertificate(
4573
4574
  '''Specifies an SSL server certificate to add to the certificate list for an HTTPS or TLS listener.
4574
4575
 
4575
4576
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html
4577
+ :cloudformationResource: AWS::ElasticLoadBalancingV2::ListenerCertificate
4576
4578
  :exampleMetadata: fixture=_generated
4577
4579
 
4578
4580
  Example::
@@ -5074,6 +5076,7 @@ class CfnListenerRule(
5074
5076
  For more information, see `Quotas for your Application Load Balancers <https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html>`_ in the *User Guide for Application Load Balancers* .
5075
5077
 
5076
5078
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html
5079
+ :cloudformationResource: AWS::ElasticLoadBalancingV2::ListenerRule
5077
5080
  :exampleMetadata: fixture=_generated
5078
5081
 
5079
5082
  Example::
@@ -7432,6 +7435,7 @@ class CfnLoadBalancer(
7432
7435
  '''Specifies an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer.
7433
7436
 
7434
7437
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html
7438
+ :cloudformationResource: AWS::ElasticLoadBalancingV2::LoadBalancer
7435
7439
  :exampleMetadata: fixture=_generated
7436
7440
 
7437
7441
  Example::
@@ -8204,6 +8208,7 @@ class CfnTargetGroup(
8204
8208
  Before you register a Lambda function as a target, you must create a ``AWS::Lambda::Permission`` resource that grants the Elastic Load Balancing service principal permission to invoke the Lambda function.
8205
8209
 
8206
8210
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html
8211
+ :cloudformationResource: AWS::ElasticLoadBalancingV2::TargetGroup
8207
8212
  :exampleMetadata: fixture=_generated
8208
8213
 
8209
8214
  Example::
@@ -770,6 +770,7 @@ class CfnDomain(
770
770
  The ``AWS::Elasticsearch::Domain`` resource is being replaced by the `AWS::OpenSearchService::Domain <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html>`_ resource. While the legacy Elasticsearch resource and options are still supported, we recommend modifying your existing Cloudformation templates to use the new OpenSearch Service resource, which supports both OpenSearch and legacy Elasticsearch. For instructions to upgrade domains defined within CloudFormation from Elasticsearch to OpenSearch, see `Remarks <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html#aws-resource-opensearchservice-domain--remarks>`_ .
771
771
 
772
772
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html
773
+ :cloudformationResource: AWS::Elasticsearch::Domain
773
774
  :exampleMetadata: fixture=_generated
774
775
 
775
776
  Example::
@@ -64,6 +64,7 @@ class CfnCluster(
64
64
  Amazon EMR now supports launching task instance groups and task instance fleets as part of the ``AWS::EMR::Cluster`` resource. This can be done by using the ``JobFlowInstancesConfig`` property type's ``TaskInstanceGroups`` and ``TaskInstanceFleets`` subproperties. Using these subproperties reduces delays in provisioning task nodes compared to specifying task nodes with the ``AWS::EMR::InstanceGroupConfig`` and ``AWS::EMR::InstanceFleetConfig`` resources. Please refer to the examples at the bottom of this page to learn how to use these subproperties.
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html
67
+ :cloudformationResource: AWS::EMR::Cluster
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -5975,6 +5976,7 @@ class CfnInstanceFleetConfig(
5975
5976
  The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. > You can currently only add a task instance fleet to a cluster with this resource. If you use this resource, CloudFormation waits for the cluster launch to complete before adding the task instance fleet to the cluster. In order to add a task instance fleet to the cluster as part of the cluster launch and minimize delays in provisioning task nodes, use the ``TaskInstanceFleets`` subproperty for the `AWS::EMR::Cluster JobFlowInstancesConfig <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html>`_ property instead. To use this subproperty, see `AWS::EMR::Cluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html>`_ for examples.
5976
5977
 
5977
5978
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancefleetconfig.html
5979
+ :cloudformationResource: AWS::EMR::InstanceFleetConfig
5978
5980
  :exampleMetadata: fixture=_generated
5979
5981
 
5980
5982
  Example::
@@ -7336,6 +7338,7 @@ class CfnInstanceGroupConfig(
7336
7338
  You can currently only add task instance groups to a cluster with this resource. If you use this resource, CloudFormation waits for the cluster launch to complete before adding the task instance group to the cluster. In order to add task instance groups to the cluster as part of the cluster launch and minimize delays in provisioning task nodes, use the ``TaskInstanceGroups`` subproperty for the `AWS::EMR::Cluster JobFlowInstancesConfig <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html>`_ property instead. To use this subproperty, see `AWS::EMR::Cluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html>`_ for examples.
7337
7339
 
7338
7340
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html
7341
+ :cloudformationResource: AWS::EMR::InstanceGroupConfig
7339
7342
  :exampleMetadata: fixture=_generated
7340
7343
 
7341
7344
  Example::
@@ -9261,6 +9264,7 @@ class CfnSecurityConfiguration(
9261
9264
  '''Use a ``SecurityConfiguration`` resource to configure data encryption, Kerberos authentication (available in Amazon EMR release version 5.10.0 and later), and Amazon S3 authorization for EMRFS (available in EMR 5.10.0 and later). You can re-use a security configuration for any number of clusters in your account. For more information and example security configuration JSON objects, see `Create a Security Configuration <https://docs.aws.amazon.com//emr/latest/ManagementGuide/emr-create-security-configuration.html>`_ in the *Amazon EMR Management Guide* .
9262
9265
 
9263
9266
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html
9267
+ :cloudformationResource: AWS::EMR::SecurityConfiguration
9264
9268
  :exampleMetadata: fixture=_generated
9265
9269
 
9266
9270
  Example::
@@ -9452,6 +9456,7 @@ class CfnStep(
9452
9456
  Steps are used to submit data processing jobs to a cluster.
9453
9457
 
9454
9458
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html
9459
+ :cloudformationResource: AWS::EMR::Step
9455
9460
  :exampleMetadata: fixture=_generated
9456
9461
 
9457
9462
  Example::
@@ -9935,6 +9940,7 @@ class CfnStudio(
9935
9940
  An EMR Studio is a web-based, integrated development environment for fully managed Jupyter notebooks that run on Amazon EMR clusters. For more information, see the `*Amazon EMR Management Guide* <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio.html>`_ .
9936
9941
 
9937
9942
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studio.html
9943
+ :cloudformationResource: AWS::EMR::Studio
9938
9944
  :exampleMetadata: fixture=_generated
9939
9945
 
9940
9946
  Example::
@@ -10549,6 +10555,7 @@ class CfnStudioSessionMapping(
10549
10555
  '''The ``AWS::EMR::StudioSessionMapping`` resource is an Amazon EMR resource type that maps a user or group to the Amazon EMR Studio specified by ``StudioId`` , and applies a session policy that defines Studio permissions for that user or group.
10550
10556
 
10551
10557
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studiosessionmapping.html
10558
+ :cloudformationResource: AWS::EMR::StudioSessionMapping
10552
10559
  :exampleMetadata: fixture=_generated
10553
10560
 
10554
10561
  Example::
@@ -10806,6 +10813,7 @@ class CfnWALWorkspace(
10806
10813
  All WALs in Amazon EMR WAL are encapsulated by a WAL workspace.
10807
10814
 
10808
10815
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-walworkspace.html
10816
+ :cloudformationResource: AWS::EMR::WALWorkspace
10809
10817
  :exampleMetadata: fixture=_generated
10810
10818
 
10811
10819
  Example::
@@ -62,6 +62,7 @@ class CfnVirtualCluster(
62
62
  A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-virtualcluster.html
65
+ :cloudformationResource: AWS::EMRContainers::VirtualCluster
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -62,6 +62,7 @@ class CfnApplication(
62
62
  An application uses open source analytics frameworks to run jobs that process data. To create an application, you must specify the release version for the open source framework version you want to use and the type of application you want, such as Apache Spark or Apache Hive. After you create an application, you can submit data processing jobs or interactive requests to it.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html
65
+ :cloudformationResource: AWS::EMRServerless::Application
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -70,6 +70,7 @@ class CfnMatchingWorkflow(
70
70
  It is important to note that there should not be a pre-existing ``MatchingWorkflow`` with the same name. To modify an existing workflow, utilize the ``UpdateMatchingWorkflow`` API.
71
71
 
72
72
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html
73
+ :cloudformationResource: AWS::EntityResolution::MatchingWorkflow
73
74
  :exampleMetadata: fixture=_generated
74
75
 
75
76
  Example::
@@ -1075,6 +1076,7 @@ class CfnSchemaMapping(
1075
1076
  The ``SchemaMapping`` also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
1076
1077
 
1077
1078
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html
1079
+ :cloudformationResource: AWS::EntityResolution::SchemaMapping
1078
1080
  :exampleMetadata: fixture=_generated
1079
1081
 
1080
1082
  Example::
@@ -757,6 +757,7 @@ class CfnApiDestination(
757
757
  For examples of CloudFormation templates that use secrets, see `Examples <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-connection.html#aws-resource-events-connection--examples>`_ .
758
758
 
759
759
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-apidestination.html
760
+ :cloudformationResource: AWS::Events::ApiDestination
760
761
  :exampleMetadata: fixture=_generated
761
762
 
762
763
  Example::
@@ -1094,6 +1095,7 @@ class CfnArchive(
1094
1095
  When you create an archive, incoming events might not immediately start being sent to the archive. Allow a short period of time for changes to take effect. If you do not specify a pattern to filter events sent to the archive, all events are sent to the archive except replayed events. Replayed events are not sent to an archive.
1095
1096
 
1096
1097
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html
1098
+ :cloudformationResource: AWS::Events::Archive
1097
1099
  :exampleMetadata: fixture=_generated
1098
1100
 
1099
1101
  Example::
@@ -1399,6 +1401,7 @@ class CfnConnection(
1399
1401
  A connection defines the authorization type and credentials to use for authorization with an API destination HTTP endpoint.
1400
1402
 
1401
1403
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-connection.html
1404
+ :cloudformationResource: AWS::Events::Connection
1402
1405
  :exampleMetadata: fixture=_generated
1403
1406
 
1404
1407
  Example::
@@ -2537,6 +2540,7 @@ class CfnEndpoint(
2537
2540
  For more information about global endpoints, see `Making applications Regional-fault tolerant with global endpoints and event replication <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html>`_ in the *Amazon EventBridge User Guide* .
2538
2541
 
2539
2542
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-endpoint.html
2543
+ :cloudformationResource: AWS::Events::Endpoint
2540
2544
  :exampleMetadata: fixture=_generated
2541
2545
 
2542
2546
  Example::
@@ -3312,6 +3316,7 @@ class CfnEventBus(
3312
3316
  This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.
3313
3317
 
3314
3318
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html
3319
+ :cloudformationResource: AWS::Events::EventBus
3315
3320
  :exampleMetadata: fixture=_generated
3316
3321
 
3317
3322
  Example::
@@ -3560,6 +3565,7 @@ class CfnEventBusPolicy(
3560
3565
  The permission policy on the event bus cannot exceed 10 KB in size.
3561
3566
 
3562
3567
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html
3568
+ :cloudformationResource: AWS::Events::EventBusPolicy
3563
3569
  :exampleMetadata: fixture=_generated
3564
3570
 
3565
3571
  Example::
@@ -4140,6 +4146,7 @@ class CfnRule(
4140
4146
  An infinite loop can quickly cause higher than expected charges. We recommend that you use budgeting, which alerts you when charges exceed your specified limit. For more information, see `Managing Your Costs with Budgets <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html>`_ .
4141
4147
 
4142
4148
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html
4149
+ :cloudformationResource: AWS::Events::Rule
4143
4150
  :exampleMetadata: fixture=_generated
4144
4151
 
4145
4152
  Example::
@@ -61,6 +61,7 @@ class CfnDiscoverer(
61
61
  A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html
64
+ :cloudformationResource: AWS::EventSchemas::Discoverer
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -437,6 +438,7 @@ class CfnRegistry(
437
438
  Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.
438
439
 
439
440
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html
441
+ :cloudformationResource: AWS::EventSchemas::Registry
440
442
  :exampleMetadata: fixture=_generated
441
443
 
442
444
  Example::
@@ -666,6 +668,7 @@ class CfnRegistryPolicy(
666
668
  '''Use the ``AWS::EventSchemas::RegistryPolicy`` resource to specify resource-based policies for an EventBridge Schema Registry.
667
669
 
668
670
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html
671
+ :cloudformationResource: AWS::EventSchemas::RegistryPolicy
669
672
  :exampleMetadata: fixture=_generated
670
673
 
671
674
  Example::
@@ -992,6 +995,7 @@ class CfnSchema(
992
995
  '''Use the ``AWS::EventSchemas::Schema`` resource to specify an event schema.
993
996
 
994
997
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html
998
+ :cloudformationResource: AWS::EventSchemas::Schema
995
999
  :exampleMetadata: fixture=_generated
996
1000
 
997
1001
  Example::
@@ -64,6 +64,7 @@ class CfnExperiment(
64
64
  An experiment helps you make feature design decisions based on evidence and data. An experiment can test as many as five variations at once. Evidently collects experiment data and analyzes it by statistical methods, and provides clear recommendations about which variations perform better.
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-experiment.html
67
+ :cloudformationResource: AWS::Evidently::Experiment
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -1252,6 +1253,7 @@ class CfnFeature(
1252
1253
  You can define up to five variations of a feature, and use these variations in your launches and experiments. A feature must be created in a project. For information about creating a project, see `CreateProject <https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_CreateProject.html>`_ .
1253
1254
 
1254
1255
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html
1256
+ :cloudformationResource: AWS::Evidently::Feature
1255
1257
  :exampleMetadata: fixture=_generated
1256
1258
 
1257
1259
  Example::
@@ -1926,6 +1928,7 @@ class CfnLaunch(
1926
1928
  You can use a launch to safely validate new features by serving them to a specified percentage of your users while you roll out the feature. You can monitor the performance of the new feature to help you decide when to ramp up traffic to more users. This helps you reduce risk and identify unintended consequences before you fully launch the feature.
1927
1929
 
1928
1930
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-launch.html
1931
+ :cloudformationResource: AWS::Evidently::Launch
1929
1932
  :exampleMetadata: fixture=_generated
1930
1933
 
1931
1934
  Example::
@@ -3119,6 +3122,7 @@ class CfnProject(
3119
3122
  Use projects to group similar features together.
3120
3123
 
3121
3124
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-project.html
3125
+ :cloudformationResource: AWS::Evidently::Project
3122
3126
  :exampleMetadata: fixture=_generated
3123
3127
 
3124
3128
  Example::
@@ -3718,6 +3722,7 @@ class CfnSegment(
3718
3722
  The pattern that you define for a segment is matched against the value of ``evaluationContext`` , which is passed into Evidently in the `EvaluateFeature <https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html>`_ operation, when Evidently assigns a feature variation to a user.
3719
3723
 
3720
3724
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-segment.html
3725
+ :cloudformationResource: AWS::Evidently::Segment
3721
3726
  :exampleMetadata: fixture=_generated
3722
3727
 
3723
3728
  Example::
@@ -60,6 +60,7 @@ class CfnEnvironment(
60
60
  '''The ``AWS::FinSpace::Environment`` resource represents an Amazon FinSpace environment.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
63
+ :cloudformationResource: AWS::FinSpace::Environment
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -67,6 +67,7 @@ class CfnExperimentTemplate(
67
67
  For more information, see `Experiment templates <https://docs.aws.amazon.com/fis/latest/userguide/experiment-templates.html>`_ in the *AWS Fault Injection Simulator User Guide* .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html
70
+ :cloudformationResource: AWS::FIS::ExperimentTemplate
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -62,6 +62,7 @@ class CfnNotificationChannel(
62
62
  To perform this action outside of the console, you must configure the SNS topic to allow the role ``AWSServiceRoleForFMS`` to publish SNS logs. For more information, see `Firewall Manager required permissions for API actions <https://docs.aws.amazon.com/waf/latest/developerguide/fms-api-permissions-ref.html>`_ in the *AWS Firewall Manager Developer Guide* .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html
65
+ :cloudformationResource: AWS::FMS::NotificationChannel
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -257,6 +258,7 @@ class CfnPolicy(
257
258
  These policies require some setup to use. For more information, see the sections on prerequisites and getting started under `AWS Firewall Manager <https://docs.aws.amazon.com/waf/latest/developerguide/fms-prereq.html>`_ .
258
259
 
259
260
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html
261
+ :cloudformationResource: AWS::FMS::Policy
260
262
  :exampleMetadata: fixture=_generated
261
263
 
262
264
  Example::
@@ -1745,6 +1747,7 @@ class CfnResourceSet(
1745
1747
  '''A set of resources to include in a policy.
1746
1748
 
1747
1749
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-resourceset.html
1750
+ :cloudformationResource: AWS::FMS::ResourceSet
1748
1751
  :exampleMetadata: fixture=_generated
1749
1752
 
1750
1753
  Example::
@@ -75,6 +75,7 @@ class CfnDataset(
75
75
  The ``Status`` of a dataset must be ``ACTIVE`` before you can import training data. Use the `DescribeDataset <https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html>`_ operation to get the status.
76
76
 
77
77
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html
78
+ :cloudformationResource: AWS::Forecast::Dataset
78
79
  :exampleMetadata: fixture=_generated
79
80
 
80
81
  Example::
@@ -578,6 +579,7 @@ class CfnDatasetGroup(
578
579
  The ``Status`` of a dataset group must be ``ACTIVE`` before you can use the dataset group to create a predictor. To get the status, use the `DescribeDatasetGroup <https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetGroup.html>`_ operation.
579
580
 
580
581
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-datasetgroup.html
582
+ :cloudformationResource: AWS::Forecast::DatasetGroup
581
583
  :exampleMetadata: fixture=_generated
582
584
 
583
585
  Example::