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 CfnDomain(
62
62
  Every domain is created with a default watchlist that fraudsters can be a part of.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-voiceid-domain.html
65
+ :cloudformationResource: AWS::VoiceID::Domain
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -62,6 +62,7 @@ class CfnAccessLogSubscription(
62
62
  The service network owner can use the access logs to audit the services in the network. The service network owner can only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. For more information, see `Access logs <https://docs.aws.amazon.com/vpc-lattice/latest/ug/monitoring-access-logs.html>`_ in the *Amazon VPC Lattice User Guide* .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-accesslogsubscription.html
65
+ :cloudformationResource: AWS::VpcLattice::AccessLogSubscription
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -336,6 +337,7 @@ class CfnAuthPolicy(
336
337
  The policy string in JSON must not contain newlines or blank lines.
337
338
 
338
339
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html
340
+ :cloudformationResource: AWS::VpcLattice::AuthPolicy
339
341
  :exampleMetadata: fixture=_generated
340
342
 
341
343
  Example::
@@ -534,6 +536,7 @@ class CfnListener(
534
536
  Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services. For more information, see `Listeners <https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html>`_ in the *Amazon VPC Lattice User Guide* .
535
537
 
536
538
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html
539
+ :cloudformationResource: AWS::VpcLattice::Listener
537
540
  :exampleMetadata: fixture=_generated
538
541
 
539
542
  Example::
@@ -1230,6 +1233,7 @@ class CfnResourcePolicy(
1230
1233
  The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
1231
1234
 
1232
1235
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcepolicy.html
1236
+ :cloudformationResource: AWS::VpcLattice::ResourcePolicy
1233
1237
  :exampleMetadata: fixture=_generated
1234
1238
 
1235
1239
  Example::
@@ -1410,6 +1414,7 @@ class CfnRule(
1410
1414
  Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. For more information, see `Listener rules <https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules>`_ in the *Amazon VPC Lattice User Guide* .
1411
1415
 
1412
1416
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-rule.html
1417
+ :cloudformationResource: AWS::VpcLattice::Rule
1413
1418
  :exampleMetadata: fixture=_generated
1414
1419
 
1415
1420
  Example::
@@ -2710,6 +2715,7 @@ class CfnService(
2710
2715
  For more information, see `Services <https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html>`_ in the *Amazon VPC Lattice User Guide* .
2711
2716
 
2712
2717
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-service.html
2718
+ :cloudformationResource: AWS::VpcLattice::Service
2713
2719
  :exampleMetadata: fixture=_generated
2714
2720
 
2715
2721
  Example::
@@ -3042,6 +3048,7 @@ class CfnServiceNetwork(
3042
3048
  For more information, see `Service networks <https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html>`_ in the *Amazon VPC Lattice User Guide* .
3043
3049
 
3044
3050
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html
3051
+ :cloudformationResource: AWS::VpcLattice::ServiceNetwork
3045
3052
  :exampleMetadata: fixture=_generated
3046
3053
 
3047
3054
  Example::
@@ -3314,6 +3321,7 @@ class CfnServiceNetworkServiceAssociation(
3314
3321
  As a result of this operation, the association is created in the service network account and the association owner account.
3315
3322
 
3316
3323
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html
3324
+ :cloudformationResource: AWS::VpcLattice::ServiceNetworkServiceAssociation
3317
3325
  :exampleMetadata: fixture=_generated
3318
3326
 
3319
3327
  Example::
@@ -3777,6 +3785,7 @@ class CfnServiceNetworkVpcAssociation(
3777
3785
  If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.
3778
3786
 
3779
3787
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkvpcassociation.html
3788
+ :cloudformationResource: AWS::VpcLattice::ServiceNetworkVpcAssociation
3780
3789
  :exampleMetadata: fixture=_generated
3781
3790
 
3782
3791
  Example::
@@ -4277,6 +4286,7 @@ class CfnTargetGroup(
4277
4286
  For more information, see `Target groups <https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html>`_ in the *Amazon VPC Lattice User Guide* .
4278
4287
 
4279
4288
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-targetgroup.html
4289
+ :cloudformationResource: AWS::VpcLattice::TargetGroup
4280
4290
  :exampleMetadata: fixture=_generated
4281
4291
 
4282
4292
  Example::
@@ -66,6 +66,7 @@ class CfnByteMatchSet(
66
66
  The ``AWS::WAF::ByteMatchSet`` resource creates an AWS WAF ``ByteMatchSet`` that identifies a part of a web request that you want to inspect.
67
67
 
68
68
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html
69
+ :cloudformationResource: AWS::WAF::ByteMatchSet
69
70
  :exampleMetadata: fixture=_generated
70
71
 
71
72
  Example::
@@ -640,6 +641,7 @@ class CfnIPSet(
640
641
  To specify an individual IP address, you specify the four-part IP address followed by a ``/32`` , for example, 192.0.2.0/32. To block a range of IP addresses, you can specify /8 or any range between /16 through /32 (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6). For more information about CIDR notation, see the Wikipedia entry `Classless Inter-Domain Routing <https://docs.aws.amazon.com/https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing>`_ .
641
642
 
642
643
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html
644
+ :cloudformationResource: AWS::WAF::IPSet
643
645
  :exampleMetadata: fixture=_generated
644
646
 
645
647
  Example::
@@ -947,6 +949,7 @@ class CfnRule(
947
949
  To match the settings in this ``Rule`` , a request must originate from ``192.0.2.44`` AND include a ``User-Agent`` header for which the value is ``BadBot`` .
948
950
 
949
951
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html
952
+ :cloudformationResource: AWS::WAF::Rule
950
953
  :exampleMetadata: fixture=_generated
951
954
 
952
955
  Example::
@@ -1293,6 +1296,7 @@ class CfnSizeConstraintSet(
1293
1296
  A complex type that contains ``SizeConstraint`` objects, which specify the parts of web requests that you want AWS WAF to inspect the size of. If a ``SizeConstraintSet`` contains more than one ``SizeConstraint`` object, a request only needs to match one constraint to be considered a match.
1294
1297
 
1295
1298
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html
1299
+ :cloudformationResource: AWS::WAF::SizeConstraintSet
1296
1300
  :exampleMetadata: fixture=_generated
1297
1301
 
1298
1302
  Example::
@@ -1799,6 +1803,7 @@ class CfnSqlInjectionMatchSet(
1799
1803
  A complex type that contains ``SqlInjectionMatchTuple`` objects, which specify the parts of web requests that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header. If a ``SqlInjectionMatchSet`` contains more than one ``SqlInjectionMatchTuple`` object, a request needs to include snippets of SQL code in only one of the specified parts of the request to be considered a match.
1800
1804
 
1801
1805
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html
1806
+ :cloudformationResource: AWS::WAF::SqlInjectionMatchSet
1802
1807
  :exampleMetadata: fixture=_generated
1803
1808
 
1804
1809
  Example::
@@ -2256,6 +2261,7 @@ class CfnWebACL(
2256
2261
  Contains the ``Rules`` that identify the requests that you want to allow, block, or count. In a ``WebACL`` , you also specify a default action ( ``ALLOW`` or ``BLOCK`` ), and the action for each ``Rule`` that you add to a ``WebACL`` , for example, block requests from specified IP addresses or block requests from specified referrers. You also associate the ``WebACL`` with a Amazon CloudFront distribution to identify the requests that you want AWS WAF to filter. If you add more than one ``Rule`` to a ``WebACL`` , a request needs to match only one of the specifications to be allowed, blocked, or counted.
2257
2262
 
2258
2263
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html
2264
+ :cloudformationResource: AWS::WAF::WebACL
2259
2265
  :exampleMetadata: fixture=_generated
2260
2266
 
2261
2267
  Example::
@@ -2743,6 +2749,7 @@ class CfnXssMatchSet(
2743
2749
  A complex type that contains ``XssMatchTuple`` objects, which specify the parts of web requests that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header. If a ``XssMatchSet`` contains more than one ``XssMatchTuple`` object, a request needs to include cross-site scripting attacks in only one of the specified parts of the request to be considered a match.
2744
2750
 
2745
2751
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html
2752
+ :cloudformationResource: AWS::WAF::XssMatchSet
2746
2753
  :exampleMetadata: fixture=_generated
2747
2754
 
2748
2755
  Example::
@@ -66,6 +66,7 @@ class CfnByteMatchSet(
66
66
  The ``AWS::WAFRegional::ByteMatchSet`` resource creates an AWS WAF ``ByteMatchSet`` that identifies a part of a web request that you want to inspect.
67
67
 
68
68
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html
69
+ :cloudformationResource: AWS::WAFRegional::ByteMatchSet
69
70
  :exampleMetadata: fixture=_generated
70
71
 
71
72
  Example::
@@ -638,6 +639,7 @@ class CfnGeoMatchSet(
638
639
  Contains one or more countries that AWS WAF will search for.
639
640
 
640
641
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html
642
+ :cloudformationResource: AWS::WAFRegional::GeoMatchSet
641
643
  :exampleMetadata: fixture=_generated
642
644
 
643
645
  Example::
@@ -934,6 +936,7 @@ class CfnIPSet(
934
936
  To specify an individual IP address, you specify the four-part IP address followed by a ``/32`` , for example, 192.0.2.0/32. To block a range of IP addresses, you can specify /8 or any range between /16 through /32 (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6). For more information about CIDR notation, see the Wikipedia entry `Classless Inter-Domain Routing <https://docs.aws.amazon.com/https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing>`_ .
935
937
 
936
938
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html
939
+ :cloudformationResource: AWS::WAFRegional::IPSet
937
940
  :exampleMetadata: fixture=_generated
938
941
 
939
942
  Example::
@@ -1243,6 +1246,7 @@ class CfnRateBasedRule(
1243
1246
  Note you can only create rate-based rules using an AWS CloudFormation template. To add the rate-based rules created through AWS CloudFormation to a web ACL, use the AWS WAF console, API, or command line interface (CLI). For more information, see `UpdateWebACL <https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_UpdateWebACL.html>`_ .
1244
1247
 
1245
1248
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html
1249
+ :cloudformationResource: AWS::WAFRegional::RateBasedRule
1246
1250
  :exampleMetadata: fixture=_generated
1247
1251
 
1248
1252
  Example::
@@ -1658,6 +1662,7 @@ class CfnRegexPatternSet(
1658
1662
  Note that you can only create regex pattern sets using a AWS CloudFormation template. To add the regex pattern sets created through AWS CloudFormation to a RegexMatchSet, use the AWS WAF console, API, or command line interface (CLI). For more information, see `UpdateRegexMatchSet <https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_UpdateRegexMatchSet.html>`_ .
1659
1663
 
1660
1664
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html
1665
+ :cloudformationResource: AWS::WAFRegional::RegexPatternSet
1661
1666
  :exampleMetadata: fixture=_generated
1662
1667
 
1663
1668
  Example::
@@ -1863,6 +1868,7 @@ class CfnRule(
1863
1868
  To match the settings in this ``Rule`` , a request must originate from ``192.0.2.44`` AND include a ``User-Agent`` header for which the value is ``BadBot`` .
1864
1869
 
1865
1870
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html
1871
+ :cloudformationResource: AWS::WAFRegional::Rule
1866
1872
  :exampleMetadata: fixture=_generated
1867
1873
 
1868
1874
  Example::
@@ -2209,6 +2215,7 @@ class CfnSizeConstraintSet(
2209
2215
  A complex type that contains ``SizeConstraint`` objects, which specify the parts of web requests that you want AWS WAF to inspect the size of. If a ``SizeConstraintSet`` contains more than one ``SizeConstraint`` object, a request only needs to match one constraint to be considered a match.
2210
2216
 
2211
2217
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html
2218
+ :cloudformationResource: AWS::WAFRegional::SizeConstraintSet
2212
2219
  :exampleMetadata: fixture=_generated
2213
2220
 
2214
2221
  Example::
@@ -2719,6 +2726,7 @@ class CfnSqlInjectionMatchSet(
2719
2726
  A complex type that contains ``SqlInjectionMatchTuple`` objects, which specify the parts of web requests that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header. If a ``SqlInjectionMatchSet`` contains more than one ``SqlInjectionMatchTuple`` object, a request needs to include snippets of SQL code in only one of the specified parts of the request to be considered a match.
2720
2727
 
2721
2728
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html
2729
+ :cloudformationResource: AWS::WAFRegional::SqlInjectionMatchSet
2722
2730
  :exampleMetadata: fixture=_generated
2723
2731
 
2724
2732
  Example::
@@ -3178,6 +3186,7 @@ class CfnWebACL(
3178
3186
  To identify the requests that you want AWS WAF to filter, you associate the ``WebACL`` with an API Gateway API or an Application Load Balancer.
3179
3187
 
3180
3188
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html
3189
+ :cloudformationResource: AWS::WAFRegional::WebACL
3181
3190
  :exampleMetadata: fixture=_generated
3182
3191
 
3183
3192
  Example::
@@ -3518,6 +3527,7 @@ class CfnWebACLAssociation(
3518
3527
  The AWS::WAFRegional::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
3519
3528
 
3520
3529
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html
3530
+ :cloudformationResource: AWS::WAFRegional::WebACLAssociation
3521
3531
  :exampleMetadata: fixture=_generated
3522
3532
 
3523
3533
  Example::
@@ -3838,6 +3848,7 @@ class CfnXssMatchSet(
3838
3848
  A complex type that contains ``XssMatchTuple`` objects, which specify the parts of web requests that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header. If a ``XssMatchSet`` contains more than one ``XssMatchTuple`` object, a request needs to include cross-site scripting attacks in only one of the specified parts of the request to be considered a match.
3839
3849
 
3840
3850
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html
3851
+ :cloudformationResource: AWS::WAFRegional::XssMatchSet
3841
3852
  :exampleMetadata: fixture=_generated
3842
3853
 
3843
3854
  Example::
@@ -68,6 +68,7 @@ class CfnIPSet(
68
68
  You use an IP set by providing its Amazon Resource Name (ARN) to the rule statement ``IPSetReferenceStatement`` , when you add a rule to a rule group or web ACL.
69
69
 
70
70
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html
71
+ :cloudformationResource: AWS::WAFv2::IPSet
71
72
  :exampleMetadata: fixture=_generated
72
73
 
73
74
  Example::
@@ -468,6 +469,7 @@ class CfnLoggingConfiguration(
468
469
  For additional information about web ACL logging, see `Logging web ACL traffic information <https://docs.aws.amazon.com/waf/latest/developerguide/logging.html>`_ in the *AWS WAF Developer Guide* .
469
470
 
470
471
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-loggingconfiguration.html
472
+ :cloudformationResource: AWS::WAFv2::LoggingConfiguration
471
473
  :exampleMetadata: fixture=_generated
472
474
 
473
475
  Example::
@@ -1583,6 +1585,7 @@ class CfnRegexPatternSet(
1583
1585
  You use a regex pattern set by providing its Amazon Resource Name (ARN) to the rule statement ``RegexPatternSetReferenceStatement`` , when you add a rule to a rule group or web ACL.
1584
1586
 
1585
1587
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html
1588
+ :cloudformationResource: AWS::WAFv2::RegexPatternSet
1586
1589
  :exampleMetadata: fixture=_generated
1587
1590
 
1588
1591
  Example::
@@ -1921,6 +1924,7 @@ class CfnRuleGroup(
1921
1924
  When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
1922
1925
 
1923
1926
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html
1927
+ :cloudformationResource: AWS::WAFv2::RuleGroup
1924
1928
  :exampleMetadata: fixture=_generated
1925
1929
 
1926
1930
  Example::
@@ -11148,6 +11152,7 @@ class CfnWebACL(
11148
11152
  For more information, see `Shield Advanced automatic application layer DDoS mitigation <https://docs.aws.amazon.com/waf/latest/developerguide/ddos-automatic-app-layer-response.html>`_ in the *AWS Shield Advanced developer guide* .
11149
11153
 
11150
11154
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html
11155
+ :cloudformationResource: AWS::WAFv2::WebACL
11151
11156
  :exampleMetadata: fixture=_generated
11152
11157
 
11153
11158
  Example::
@@ -19465,6 +19470,7 @@ class CfnWebACLAssociation(
19465
19470
  When you create a web ACL or make changes to a web ACL or web ACL components, like rules and rule groups, AWS WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an AWS resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
19466
19471
 
19467
19472
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html
19473
+ :cloudformationResource: AWS::WAFv2::WebACLAssociation
19468
19474
  :exampleMetadata: fixture=_generated
19469
19475
 
19470
19476
  Example::
@@ -60,6 +60,7 @@ class CfnAssistant(
60
60
  '''Specifies an Amazon Connect Wisdom assistant.
61
61
 
62
62
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
63
+ :cloudformationResource: AWS::Wisdom::Assistant
63
64
  :exampleMetadata: fixture=_generated
64
65
 
65
66
  Example::
@@ -312,6 +313,7 @@ class CfnAssistantAssociation(
312
313
  Currently, the only supported association is with a knowledge base. An assistant can have only a single association.
313
314
 
314
315
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistantassociation.html
316
+ :cloudformationResource: AWS::Wisdom::AssistantAssociation
315
317
  :exampleMetadata: fixture=_generated
316
318
 
317
319
  Example::
@@ -801,6 +803,7 @@ class CfnKnowledgeBase(
801
803
  '''Specifies a knowledge base.
802
804
 
803
805
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-knowledgebase.html
806
+ :cloudformationResource: AWS::Wisdom::KnowledgeBase
804
807
  :exampleMetadata: fixture=_generated
805
808
 
806
809
  Example::
@@ -62,6 +62,7 @@ class CfnConnectionAlias(
62
62
  Connection aliases are used for cross-Region redirection. For more information, see `Cross-Region Redirection for Amazon WorkSpaces <https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html>`_ .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-connectionalias.html
65
+ :cloudformationResource: AWS::WorkSpaces::ConnectionAlias
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -387,6 +388,7 @@ class CfnWorkspace(
387
388
  Updates are not supported for the ``BundleId`` , ``RootVolumeEncryptionEnabled`` , ``UserVolumeEncryptionEnabled`` , or ``VolumeEncryptionKey`` properties. To update these properties, you must also update a property that triggers a replacement, such as the ``UserName`` property.
388
389
 
389
390
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html
391
+ :cloudformationResource: AWS::WorkSpaces::Workspace
390
392
  :exampleMetadata: fixture=_generated
391
393
 
392
394
  Example::
@@ -70,6 +70,7 @@ class CfnBrowserSettings(
70
70
  Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.
71
71
 
72
72
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-browsersettings.html
73
+ :cloudformationResource: AWS::WorkSpacesWeb::BrowserSettings
73
74
  :exampleMetadata: fixture=_generated
74
75
 
75
76
  Example::
@@ -361,6 +362,7 @@ class CfnIdentityProvider(
361
362
  This resource is not required if your portal's ``AuthenticationType`` is IAM Identity Center.
362
363
 
363
364
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html
365
+ :cloudformationResource: AWS::WorkSpacesWeb::IdentityProvider
364
366
  :exampleMetadata: fixture=_generated
365
367
 
366
368
  Example::
@@ -670,6 +672,7 @@ class CfnIpAccessSettings(
670
672
  For more information, see `Set up IP access controls (optional) <https://docs.aws.amazon.com/workspaces-web/latest/adminguide/ip-access-controls.html>`_ .
671
673
 
672
674
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-ipaccesssettings.html
675
+ :cloudformationResource: AWS::WorkSpacesWeb::IpAccessSettings
673
676
  :exampleMetadata: fixture=_generated
674
677
 
675
678
  Example::
@@ -1137,6 +1140,7 @@ class CfnNetworkSettings(
1137
1140
  For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Web is available in a subset of the Availability Zones for each supported Region. For more information, see `Supported Availability Zones <https://docs.aws.amazon.com/workspaces-web/latest/adminguide/availability-zones.html>`_ .
1138
1141
 
1139
1142
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-networksettings.html
1143
+ :cloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
1140
1144
  :exampleMetadata: fixture=_generated
1141
1145
 
1142
1146
  Example::
@@ -1430,6 +1434,7 @@ class CfnPortal(
1430
1434
  For more information about web portals, see `What is Amazon WorkSpaces Web? <https://docs.aws.amazon.com/workspaces-web/latest/adminguide/what-is-workspaces-web.html.html>`_ .
1431
1435
 
1432
1436
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html
1437
+ :cloudformationResource: AWS::WorkSpacesWeb::Portal
1433
1438
  :exampleMetadata: fixture=_generated
1434
1439
 
1435
1440
  Example::
@@ -2021,6 +2026,7 @@ class CfnTrustStore(
2021
2026
  A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.
2022
2027
 
2023
2028
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-truststore.html
2029
+ :cloudformationResource: AWS::WorkSpacesWeb::TrustStore
2024
2030
  :exampleMetadata: fixture=_generated
2025
2031
 
2026
2032
  Example::
@@ -2236,6 +2242,7 @@ class CfnUserAccessLoggingSettings(
2236
2242
  For more information about setting up user access logging, see `Set up user access logging <https://docs.aws.amazon.com/workspaces-web/latest/adminguide/user-logging.html>`_ .
2237
2243
 
2238
2244
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-useraccessloggingsettings.html
2245
+ :cloudformationResource: AWS::WorkSpacesWeb::UserAccessLoggingSettings
2239
2246
  :exampleMetadata: fixture=_generated
2240
2247
 
2241
2248
  Example::
@@ -2449,6 +2456,7 @@ class CfnUserSettings(
2449
2456
  Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.
2450
2457
 
2451
2458
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html
2459
+ :cloudformationResource: AWS::WorkSpacesWeb::UserSettings
2452
2460
  :exampleMetadata: fixture=_generated
2453
2461
 
2454
2462
  Example::
@@ -59,6 +59,7 @@ class CfnGroup(
59
59
  Groups enable the collection of traces that match the filter expression, can be used to filter service graphs and traces, and to supply Amazon CloudWatch metrics.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-group.html
62
+ :cloudformationResource: AWS::XRay::Group
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -424,6 +425,7 @@ class CfnResourcePolicy(
424
425
  Each resource-based policy is associated with a specific AWS account.
425
426
 
426
427
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-resourcepolicy.html
428
+ :cloudformationResource: AWS::XRay::ResourcePolicy
427
429
  :exampleMetadata: fixture=_generated
428
430
 
429
431
  Example::
@@ -662,6 +664,7 @@ class CfnSamplingRule(
662
664
  Services retrieve rules with `GetSamplingRules <https://docs.aws.amazon.com//xray/latest/api/API_GetSamplingRules.html>`_ , and evaluate each rule in ascending order of *priority* for each request. If a rule matches, the service records a trace, borrowing it from the reservoir size. After 10 seconds, the service reports back to X-Ray with `GetSamplingTargets <https://docs.aws.amazon.com//xray/latest/api/API_GetSamplingTargets.html>`_ to get updated versions of each in-use rule. The updated rule contains a trace quota that the service can use instead of borrowing from the reservoir.
663
665
 
664
666
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-samplingrule.html
667
+ :cloudformationResource: AWS::XRay::SamplingRule
665
668
  :exampleMetadata: fixture=_generated
666
669
 
667
670
  Example::
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk-lib
3
- Version: 2.97.0
3
+ Version: 2.98.0
4
4
  Summary: Version 2 of the AWS Cloud Development Kit library
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services