aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.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 (288) hide show
  1. aws_cdk/__init__.py +21 -18
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +3 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -1
  7. aws_cdk/aws_aiops/__init__.py +3 -0
  8. aws_cdk/aws_amazonmq/__init__.py +3 -29
  9. aws_cdk/aws_amplify/__init__.py +3 -0
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  11. aws_cdk/aws_apigateway/__init__.py +3 -0
  12. aws_cdk/aws_apigatewayv2/__init__.py +3 -0
  13. aws_cdk/aws_appconfig/__init__.py +3 -29
  14. aws_cdk/aws_appflow/__init__.py +3 -0
  15. aws_cdk/aws_appintegrations/__init__.py +3 -0
  16. aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
  17. aws_cdk/aws_applicationinsights/__init__.py +3 -0
  18. aws_cdk/aws_applicationsignals/__init__.py +4 -1
  19. aws_cdk/aws_appmesh/__init__.py +3 -0
  20. aws_cdk/aws_apprunner/__init__.py +3 -0
  21. aws_cdk/aws_appstream/__init__.py +3 -0
  22. aws_cdk/aws_appsync/__init__.py +3 -0
  23. aws_cdk/aws_apptest/__init__.py +3 -0
  24. aws_cdk/aws_aps/__init__.py +1168 -83
  25. aws_cdk/aws_arcregionswitch/__init__.py +3 -0
  26. aws_cdk/aws_arczonalshift/__init__.py +3 -0
  27. aws_cdk/aws_athena/__init__.py +3 -0
  28. aws_cdk/aws_auditmanager/__init__.py +3 -0
  29. aws_cdk/aws_autoscaling/__init__.py +3 -0
  30. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  31. aws_cdk/aws_autoscalingplans/__init__.py +3 -0
  32. aws_cdk/aws_b2bi/__init__.py +3 -0
  33. aws_cdk/aws_backup/__init__.py +3 -29
  34. aws_cdk/aws_backupgateway/__init__.py +3 -0
  35. aws_cdk/aws_batch/__init__.py +3 -0
  36. aws_cdk/aws_bcmdataexports/__init__.py +3 -0
  37. aws_cdk/aws_bedrock/__init__.py +9 -29
  38. aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
  39. aws_cdk/aws_billingconductor/__init__.py +3 -0
  40. aws_cdk/aws_budgets/__init__.py +3 -0
  41. aws_cdk/aws_cassandra/__init__.py +3 -0
  42. aws_cdk/aws_ce/__init__.py +3 -0
  43. aws_cdk/aws_certificatemanager/__init__.py +3 -0
  44. aws_cdk/aws_chatbot/__init__.py +3 -0
  45. aws_cdk/aws_cleanrooms/__init__.py +3 -0
  46. aws_cdk/aws_cleanroomsml/__init__.py +3 -0
  47. aws_cdk/aws_cloud9/__init__.py +3 -0
  48. aws_cdk/aws_cloudformation/__init__.py +3 -0
  49. aws_cdk/aws_cloudfront/__init__.py +69 -3
  50. aws_cdk/aws_cloudtrail/__init__.py +3 -0
  51. aws_cdk/aws_cloudwatch/__init__.py +3 -0
  52. aws_cdk/aws_codeartifact/__init__.py +3 -0
  53. aws_cdk/aws_codebuild/__init__.py +3 -0
  54. aws_cdk/aws_codecommit/__init__.py +3 -0
  55. aws_cdk/aws_codeconnections/__init__.py +3 -0
  56. aws_cdk/aws_codedeploy/__init__.py +3 -0
  57. aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
  58. aws_cdk/aws_codegurureviewer/__init__.py +3 -0
  59. aws_cdk/aws_codepipeline/__init__.py +3 -0
  60. aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
  61. aws_cdk/aws_codestar/__init__.py +3 -0
  62. aws_cdk/aws_codestarconnections/__init__.py +3 -0
  63. aws_cdk/aws_codestarnotifications/__init__.py +3 -0
  64. aws_cdk/aws_cognito/__init__.py +3 -0
  65. aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
  66. aws_cdk/aws_comprehend/__init__.py +3 -0
  67. aws_cdk/aws_config/__init__.py +3 -0
  68. aws_cdk/aws_connect/__init__.py +1232 -2
  69. aws_cdk/aws_connectcampaigns/__init__.py +3 -0
  70. aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
  71. aws_cdk/aws_controltower/__init__.py +3 -0
  72. aws_cdk/aws_cur/__init__.py +3 -0
  73. aws_cdk/aws_customerprofiles/__init__.py +3 -29
  74. aws_cdk/aws_databrew/__init__.py +3 -0
  75. aws_cdk/aws_datapipeline/__init__.py +3 -0
  76. aws_cdk/aws_datasync/__init__.py +3 -0
  77. aws_cdk/aws_datazone/__init__.py +17 -15
  78. aws_cdk/aws_dax/__init__.py +3 -0
  79. aws_cdk/aws_deadline/__init__.py +3 -0
  80. aws_cdk/aws_detective/__init__.py +3 -0
  81. aws_cdk/aws_devicefarm/__init__.py +3 -0
  82. aws_cdk/aws_devopsguru/__init__.py +3 -0
  83. aws_cdk/aws_directoryservice/__init__.py +3 -0
  84. aws_cdk/aws_dlm/__init__.py +3 -0
  85. aws_cdk/aws_dms/__init__.py +3 -0
  86. aws_cdk/aws_docdb/__init__.py +14 -3
  87. aws_cdk/aws_docdbelastic/__init__.py +3 -0
  88. aws_cdk/aws_dsql/__init__.py +3 -0
  89. aws_cdk/aws_dynamodb/__init__.py +3 -0
  90. aws_cdk/aws_ec2/__init__.py +106 -40
  91. aws_cdk/aws_ecr/__init__.py +156 -33
  92. aws_cdk/aws_ecs/__init__.py +87 -48
  93. aws_cdk/aws_efs/__init__.py +3 -0
  94. aws_cdk/aws_eks/__init__.py +3 -58
  95. aws_cdk/aws_elasticache/__init__.py +3 -0
  96. aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
  97. aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
  98. aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
  99. aws_cdk/aws_elasticsearch/__init__.py +3 -0
  100. aws_cdk/aws_emr/__init__.py +3 -0
  101. aws_cdk/aws_emrcontainers/__init__.py +3 -0
  102. aws_cdk/aws_emrserverless/__init__.py +12 -11
  103. aws_cdk/aws_entityresolution/__init__.py +3 -0
  104. aws_cdk/aws_events/__init__.py +73 -29
  105. aws_cdk/aws_events_targets/__init__.py +3 -0
  106. aws_cdk/aws_eventschemas/__init__.py +3 -0
  107. aws_cdk/aws_evidently/__init__.py +3 -0
  108. aws_cdk/aws_evs/__init__.py +3 -0
  109. aws_cdk/aws_finspace/__init__.py +3 -0
  110. aws_cdk/aws_fis/__init__.py +3 -0
  111. aws_cdk/aws_fms/__init__.py +3 -0
  112. aws_cdk/aws_forecast/__init__.py +3 -0
  113. aws_cdk/aws_frauddetector/__init__.py +3 -0
  114. aws_cdk/aws_fsx/__init__.py +3 -0
  115. aws_cdk/aws_gamelift/__init__.py +3 -0
  116. aws_cdk/aws_gameliftstreams/__init__.py +8 -5
  117. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  118. aws_cdk/aws_glue/__init__.py +11 -80
  119. aws_cdk/aws_grafana/__init__.py +3 -0
  120. aws_cdk/aws_greengrass/__init__.py +3 -0
  121. aws_cdk/aws_greengrassv2/__init__.py +3 -0
  122. aws_cdk/aws_groundstation/__init__.py +3 -0
  123. aws_cdk/aws_guardduty/__init__.py +3 -0
  124. aws_cdk/aws_healthimaging/__init__.py +3 -0
  125. aws_cdk/aws_healthlake/__init__.py +3 -0
  126. aws_cdk/aws_iam/__init__.py +30 -32
  127. aws_cdk/aws_identitystore/__init__.py +3 -0
  128. aws_cdk/aws_imagebuilder/__init__.py +499 -0
  129. aws_cdk/aws_inspector/__init__.py +3 -0
  130. aws_cdk/aws_inspectorv2/__init__.py +3 -0
  131. aws_cdk/aws_internetmonitor/__init__.py +3 -0
  132. aws_cdk/aws_invoicing/__init__.py +3 -0
  133. aws_cdk/aws_iot/__init__.py +3 -0
  134. aws_cdk/aws_iotanalytics/__init__.py +3 -0
  135. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
  136. aws_cdk/aws_iotevents/__init__.py +3 -0
  137. aws_cdk/aws_iotfleethub/__init__.py +3 -0
  138. aws_cdk/aws_iotfleetwise/__init__.py +3 -0
  139. aws_cdk/aws_iotsitewise/__init__.py +3 -0
  140. aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
  141. aws_cdk/aws_iottwinmaker/__init__.py +3 -87
  142. aws_cdk/aws_iotwireless/__init__.py +61 -0
  143. aws_cdk/aws_ivs/__init__.py +3 -0
  144. aws_cdk/aws_ivschat/__init__.py +3 -0
  145. aws_cdk/aws_kafkaconnect/__init__.py +3 -0
  146. aws_cdk/aws_kendra/__init__.py +3 -58
  147. aws_cdk/aws_kendraranking/__init__.py +3 -0
  148. aws_cdk/aws_kinesis/__init__.py +3 -0
  149. aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
  150. aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
  151. aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
  152. aws_cdk/aws_kinesisvideo/__init__.py +3 -29
  153. aws_cdk/aws_kms/__init__.py +3 -0
  154. aws_cdk/aws_lakeformation/__init__.py +3 -0
  155. aws_cdk/aws_lambda/__init__.py +14 -7
  156. aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
  157. aws_cdk/aws_launchwizard/__init__.py +3 -0
  158. aws_cdk/aws_lex/__init__.py +3 -29
  159. aws_cdk/aws_licensemanager/__init__.py +3 -0
  160. aws_cdk/aws_lightsail/__init__.py +3 -0
  161. aws_cdk/aws_location/__init__.py +3 -0
  162. aws_cdk/aws_logs/__init__.py +226 -9
  163. aws_cdk/aws_lookoutequipment/__init__.py +3 -29
  164. aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
  165. aws_cdk/aws_lookoutvision/__init__.py +3 -0
  166. aws_cdk/aws_m2/__init__.py +3 -0
  167. aws_cdk/aws_macie/__init__.py +3 -0
  168. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  169. aws_cdk/aws_mediaconnect/__init__.py +3 -0
  170. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  171. aws_cdk/aws_medialive/__init__.py +171 -33
  172. aws_cdk/aws_mediapackage/__init__.py +3 -0
  173. aws_cdk/aws_mediapackagev2/__init__.py +3 -0
  174. aws_cdk/aws_mediastore/__init__.py +3 -0
  175. aws_cdk/aws_mediatailor/__init__.py +3 -58
  176. aws_cdk/aws_memorydb/__init__.py +3 -0
  177. aws_cdk/aws_mpa/__init__.py +3 -0
  178. aws_cdk/aws_msk/__init__.py +3 -0
  179. aws_cdk/aws_mwaa/__init__.py +3 -0
  180. aws_cdk/aws_neptune/__init__.py +55 -0
  181. aws_cdk/aws_neptunegraph/__init__.py +3 -0
  182. aws_cdk/aws_networkfirewall/__init__.py +3 -0
  183. aws_cdk/aws_networkmanager/__init__.py +3 -0
  184. aws_cdk/aws_nimblestudio/__init__.py +3 -0
  185. aws_cdk/aws_notifications/__init__.py +3 -0
  186. aws_cdk/aws_notificationscontacts/__init__.py +3 -0
  187. aws_cdk/aws_oam/__init__.py +3 -0
  188. aws_cdk/aws_observabilityadmin/__init__.py +171 -137
  189. aws_cdk/aws_odb/__init__.py +4 -1
  190. aws_cdk/aws_omics/__init__.py +3 -0
  191. aws_cdk/aws_opensearchserverless/__init__.py +3 -0
  192. aws_cdk/aws_opensearchservice/__init__.py +3 -0
  193. aws_cdk/aws_opsworks/__init__.py +3 -0
  194. aws_cdk/aws_opsworkscm/__init__.py +3 -0
  195. aws_cdk/aws_organizations/__init__.py +3 -116
  196. aws_cdk/aws_osis/__init__.py +157 -0
  197. aws_cdk/aws_panorama/__init__.py +3 -0
  198. aws_cdk/aws_paymentcryptography/__init__.py +3 -0
  199. aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
  200. aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
  201. aws_cdk/aws_pcs/__init__.py +3 -0
  202. aws_cdk/aws_personalize/__init__.py +3 -0
  203. aws_cdk/aws_pinpoint/__init__.py +3 -58
  204. aws_cdk/aws_pinpointemail/__init__.py +3 -0
  205. aws_cdk/aws_pipes/__init__.py +3 -0
  206. aws_cdk/aws_proton/__init__.py +3 -0
  207. aws_cdk/aws_qbusiness/__init__.py +3 -174
  208. aws_cdk/aws_qldb/__init__.py +3 -29
  209. aws_cdk/aws_quicksight/__init__.py +418 -411
  210. aws_cdk/aws_ram/__init__.py +3 -0
  211. aws_cdk/aws_rbin/__init__.py +3 -0
  212. aws_cdk/aws_rds/__init__.py +42 -19
  213. aws_cdk/aws_redshift/__init__.py +3 -0
  214. aws_cdk/aws_redshiftserverless/__init__.py +3 -0
  215. aws_cdk/aws_refactorspaces/__init__.py +3 -0
  216. aws_cdk/aws_rekognition/__init__.py +3 -29
  217. aws_cdk/aws_resiliencehub/__init__.py +3 -0
  218. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  219. aws_cdk/aws_resourcegroups/__init__.py +3 -0
  220. aws_cdk/aws_robomaker/__init__.py +3 -0
  221. aws_cdk/aws_rolesanywhere/__init__.py +3 -0
  222. aws_cdk/aws_route53/__init__.py +18 -18
  223. aws_cdk/aws_route53_targets/__init__.py +3 -0
  224. aws_cdk/aws_route53profiles/__init__.py +3 -0
  225. aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
  226. aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
  227. aws_cdk/aws_route53resolver/__init__.py +11 -4
  228. aws_cdk/aws_rum/__init__.py +3 -0
  229. aws_cdk/aws_s3/__init__.py +51 -41
  230. aws_cdk/aws_s3_deployment/__init__.py +3 -0
  231. aws_cdk/aws_s3express/__init__.py +3 -0
  232. aws_cdk/aws_s3objectlambda/__init__.py +3 -0
  233. aws_cdk/aws_s3outposts/__init__.py +3 -0
  234. aws_cdk/aws_s3tables/__init__.py +3 -0
  235. aws_cdk/aws_sagemaker/__init__.py +166 -87
  236. aws_cdk/aws_sam/__init__.py +3 -0
  237. aws_cdk/aws_scheduler/__init__.py +3 -29
  238. aws_cdk/aws_sdb/__init__.py +3 -0
  239. aws_cdk/aws_secretsmanager/__init__.py +3 -0
  240. aws_cdk/aws_securityhub/__init__.py +3 -0
  241. aws_cdk/aws_securitylake/__init__.py +3 -0
  242. aws_cdk/aws_servicecatalog/__init__.py +136 -124
  243. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
  244. aws_cdk/aws_servicediscovery/__init__.py +3 -0
  245. aws_cdk/aws_ses/__init__.py +3 -0
  246. aws_cdk/aws_shield/__init__.py +3 -0
  247. aws_cdk/aws_signer/__init__.py +3 -0
  248. aws_cdk/aws_simspaceweaver/__init__.py +3 -0
  249. aws_cdk/aws_smsvoice/__init__.py +3 -29
  250. aws_cdk/aws_sns/__init__.py +3 -0
  251. aws_cdk/aws_sqs/__init__.py +3 -0
  252. aws_cdk/aws_ssm/__init__.py +10 -3
  253. aws_cdk/aws_ssmcontacts/__init__.py +3 -0
  254. aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
  255. aws_cdk/aws_ssmincidents/__init__.py +3 -0
  256. aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
  257. aws_cdk/aws_sso/__init__.py +3 -0
  258. aws_cdk/aws_stepfunctions/__init__.py +23 -19
  259. aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
  260. aws_cdk/aws_supportapp/__init__.py +3 -0
  261. aws_cdk/aws_synthetics/__init__.py +59 -26
  262. aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
  263. aws_cdk/aws_timestream/__init__.py +3 -29
  264. aws_cdk/aws_transfer/__init__.py +20 -34
  265. aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
  266. aws_cdk/aws_voiceid/__init__.py +3 -0
  267. aws_cdk/aws_vpclattice/__init__.py +7 -4
  268. aws_cdk/aws_waf/__init__.py +3 -0
  269. aws_cdk/aws_wafregional/__init__.py +3 -0
  270. aws_cdk/aws_wafv2/__init__.py +3 -0
  271. aws_cdk/aws_wisdom/__init__.py +3 -116
  272. aws_cdk/aws_workspaces/__init__.py +3 -0
  273. aws_cdk/aws_workspacesinstances/__init__.py +3 -0
  274. aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
  275. aws_cdk/aws_workspacesweb/__init__.py +3 -0
  276. aws_cdk/aws_xray/__init__.py +3 -0
  277. aws_cdk/cloud_assembly_schema/__init__.py +3 -0
  278. aws_cdk/cx_api/__init__.py +34 -0
  279. aws_cdk/pipelines/__init__.py +3 -0
  280. aws_cdk/region_info/__init__.py +3 -0
  281. aws_cdk/triggers/__init__.py +3 -0
  282. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
  283. aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
  284. aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
  285. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
  286. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
  287. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
  288. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
@@ -1156,3 +1156,6 @@ def _typecheckingstub__2e8df76745e5c0758e8b5233e879c50ee5a6f6f817a0850af55da2744
1156
1156
  ) -> None:
1157
1157
  """Type checking stubs"""
1158
1158
  pass
1159
+
1160
+ for cls in [IPermissionRef, IResourceShareRef]:
1161
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1035,3 +1035,6 @@ def _typecheckingstub__d5cb70d54df5cb782865dd65947c16d9455e200989ec0b11ea250d281
1035
1035
  ) -> None:
1036
1036
  """Type checking stubs"""
1037
1037
  pass
1038
+
1039
+ for cls in [IRuleRef]:
1040
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -712,7 +712,7 @@ cloudwatch.Alarm(self, "HighCPU",
712
712
  fn = lambda_.Function(self, "Function",
713
713
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
714
714
  handler="index.handler",
715
- runtime=lambda_.Runtime.NODEJS_18_X
715
+ runtime=lambda_.Runtime.NODEJS_20_X
716
716
  )
717
717
 
718
718
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -790,7 +790,7 @@ cloudwatch.Alarm(self, "HighCPU",
790
790
  fn = lambda_.Function(self, "Function",
791
791
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
792
792
  handler="index.handler",
793
- runtime=lambda_.Runtime.NODEJS_18_X
793
+ runtime=lambda_.Runtime.NODEJS_20_X
794
794
  )
795
795
 
796
796
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -5422,7 +5422,7 @@ class CfnDBClusterProps:
5422
5422
  :param port: The port number on which the DB instances in the DB cluster accept connections. Default: - When ``EngineMode`` is ``provisioned`` , ``3306`` (for both Aurora MySQL and Aurora PostgreSQL) - When ``EngineMode`` is ``serverless`` : - ``3306`` when ``Engine`` is ``aurora`` or ``aurora-mysql`` - ``5432`` when ``Engine`` is ``aurora-postgresql`` .. epigraph:: The ``No interruption`` on update behavior only applies to DB clusters. If you are updating a DB instance, see `Port <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port>`_ for the AWS::RDS::DBInstance resource. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5423
5423
  :param preferred_backup_window: The daily time range during which automated backups are created. For more information, see `Backup Window <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow>`_ in the *Amazon Aurora User Guide.* Constraints: - Must be in the format ``hh24:mi-hh24:mi`` . - Must be in Universal Coordinated Time (UTC). - Must not conflict with the preferred maintenance window. - Must be at least 30 minutes. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5424
5424
  :param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see `Maintaining an Amazon Aurora DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora>`_ in the *Amazon Aurora User Guide.* Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5425
- :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Valid for Cluster Type: Multi-AZ DB clusters only Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified. If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the subnets are part of a VPC that doesnt have an internet gateway attached to it, the DB cluster is private. - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
5425
+ :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. Valid for Cluster Type: Multi-AZ DB clusters only When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. The default behavior when ``PubliclyAccessible`` is not specified depends on whether a ``DBSubnetGroup`` is specified. If ``DBSubnetGroup`` isn't specified, ``PubliclyAccessible`` defaults to ``true`` . If ``DBSubnetGroup`` is specified, ``PubliclyAccessible`` defaults to ``false`` unless the value of ``DBSubnetGroup`` is ``default`` , in which case ``PubliclyAccessible`` defaults to ``true`` . If ``PubliclyAccessible`` is true and the VPC that the ``DBSubnetGroup`` is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.
5426
5426
  :param replication_source_identifier: The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters only
5427
5427
  :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` This property must be used with ``SourceDBClusterIdentifier`` property. The resulting cluster will have the identifier that matches the value of the ``DBclusterIdentifier`` property. Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
5428
5428
  :param restore_type: The type of restore to be performed. You can specify one of the following values:. - ``full-copy`` - The new DB cluster is restored as a full copy of the source DB cluster. - ``copy-on-write`` - The new DB cluster is restored as a clone of the source DB cluster. If you don't specify a ``RestoreType`` value, then the new DB cluster is restored as a full copy of the source DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -6531,23 +6531,19 @@ class CfnDBClusterProps:
6531
6531
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6532
6532
  '''Specifies whether the DB cluster is publicly accessible.
6533
6533
 
6534
- When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.
6535
-
6536
- When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
6537
-
6538
6534
  Valid for Cluster Type: Multi-AZ DB clusters only
6539
6535
 
6540
- Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified.
6536
+ When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings.
6541
6537
 
6542
- If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies:
6538
+ When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
6543
6539
 
6544
- - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.
6545
- - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.
6540
+ The default behavior when ``PubliclyAccessible`` is not specified depends on whether a ``DBSubnetGroup`` is specified.
6546
6541
 
6547
- If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies:
6542
+ If ``DBSubnetGroup`` isn't specified, ``PubliclyAccessible`` defaults to ``true`` .
6548
6543
 
6549
- - If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.
6550
- - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
6544
+ If ``DBSubnetGroup`` is specified, ``PubliclyAccessible`` defaults to ``false`` unless the value of ``DBSubnetGroup`` is ``default`` , in which case ``PubliclyAccessible`` defaults to ``true`` .
6545
+
6546
+ If ``PubliclyAccessible`` is true and the VPC that the ``DBSubnetGroup`` is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.
6551
6547
 
6552
6548
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-publiclyaccessible
6553
6549
  '''
@@ -26295,7 +26291,7 @@ class LicenseModel(enum.Enum):
26295
26291
  fn = lambda_.Function(self, "Function",
26296
26292
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
26297
26293
  handler="index.handler",
26298
- runtime=lambda_.Runtime.NODEJS_18_X
26294
+ runtime=lambda_.Runtime.NODEJS_20_X
26299
26295
  )
26300
26296
 
26301
26297
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -28227,7 +28223,7 @@ class OptionGroup(
28227
28223
  fn = lambda_.Function(self, "Function",
28228
28224
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
28229
28225
  handler="index.handler",
28230
- runtime=lambda_.Runtime.NODEJS_18_X
28226
+ runtime=lambda_.Runtime.NODEJS_20_X
28231
28227
  )
28232
28228
 
28233
28229
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -28428,7 +28424,7 @@ class OptionGroupProps:
28428
28424
  fn = lambda_.Function(self, "Function",
28429
28425
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
28430
28426
  handler="index.handler",
28431
- runtime=lambda_.Runtime.NODEJS_18_X
28427
+ runtime=lambda_.Runtime.NODEJS_20_X
28432
28428
  )
28433
28429
 
28434
28430
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -30063,7 +30059,7 @@ class ParameterGroupProps:
30063
30059
  fn = lambda_.Function(self, "Function",
30064
30060
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
30065
30061
  handler="index.handler",
30066
- runtime=lambda_.Runtime.NODEJS_18_X
30062
+ runtime=lambda_.Runtime.NODEJS_20_X
30067
30063
  )
30068
30064
 
30069
30065
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -35500,6 +35496,12 @@ class SqlServerEngineVersion(
35500
35496
  '''Version "13.00.6465.1.v1".'''
35501
35497
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6465_1_V1"))
35502
35498
 
35499
+ @jsii.python.classproperty
35500
+ @jsii.member(jsii_name="VER_13_00_6470_1_V1")
35501
+ def VER_13_00_6470_1_V1(cls) -> "SqlServerEngineVersion":
35502
+ '''Version "13.00.6470.1.v1".'''
35503
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6470_1_V1"))
35504
+
35503
35505
  @jsii.python.classproperty
35504
35506
  @jsii.member(jsii_name="VER_14")
35505
35507
  def VER_14(cls) -> "SqlServerEngineVersion":
@@ -35662,6 +35664,12 @@ class SqlServerEngineVersion(
35662
35664
  '''Version "14.00.3500.1.v1".'''
35663
35665
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3500_1_V1"))
35664
35666
 
35667
+ @jsii.python.classproperty
35668
+ @jsii.member(jsii_name="VER_14_00_3505_1_V1")
35669
+ def VER_14_00_3505_1_V1(cls) -> "SqlServerEngineVersion":
35670
+ '''Version "14.00.3505.1.v1".'''
35671
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3505_1_V1"))
35672
+
35665
35673
  @jsii.python.classproperty
35666
35674
  @jsii.member(jsii_name="VER_15")
35667
35675
  def VER_15(cls) -> "SqlServerEngineVersion":
@@ -35806,6 +35814,12 @@ class SqlServerEngineVersion(
35806
35814
  '''Version "15.00.4440.1.v1".'''
35807
35815
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4440_1_V1"))
35808
35816
 
35817
+ @jsii.python.classproperty
35818
+ @jsii.member(jsii_name="VER_15_00_4445_1_V1")
35819
+ def VER_15_00_4445_1_V1(cls) -> "SqlServerEngineVersion":
35820
+ '''Version "15.00.4445.1.v1".'''
35821
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4445_1_V1"))
35822
+
35809
35823
  @jsii.python.classproperty
35810
35824
  @jsii.member(jsii_name="VER_16")
35811
35825
  def VER_16(cls) -> "SqlServerEngineVersion":
@@ -35908,6 +35922,12 @@ class SqlServerEngineVersion(
35908
35922
  '''Version "16.00.4210.1.v1".'''
35909
35923
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4210_1_V1"))
35910
35924
 
35925
+ @jsii.python.classproperty
35926
+ @jsii.member(jsii_name="VER_16_00_4215_2_V1")
35927
+ def VER_16_00_4215_2_V1(cls) -> "SqlServerEngineVersion":
35928
+ '''Version "16.00.4215.2.v1".'''
35929
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4215_2_V1"))
35930
+
35911
35931
  @builtins.property
35912
35932
  @jsii.member(jsii_name="sqlServerFullVersion")
35913
35933
  def sql_server_full_version(self) -> builtins.str:
@@ -37000,7 +37020,7 @@ class CfnDBCluster(
37000
37020
  :param port: The port number on which the DB instances in the DB cluster accept connections. Default: - When ``EngineMode`` is ``provisioned`` , ``3306`` (for both Aurora MySQL and Aurora PostgreSQL) - When ``EngineMode`` is ``serverless`` : - ``3306`` when ``Engine`` is ``aurora`` or ``aurora-mysql`` - ``5432`` when ``Engine`` is ``aurora-postgresql`` .. epigraph:: The ``No interruption`` on update behavior only applies to DB clusters. If you are updating a DB instance, see `Port <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port>`_ for the AWS::RDS::DBInstance resource. Valid for: Aurora DB clusters and Multi-AZ DB clusters
37001
37021
  :param preferred_backup_window: The daily time range during which automated backups are created. For more information, see `Backup Window <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow>`_ in the *Amazon Aurora User Guide.* Constraints: - Must be in the format ``hh24:mi-hh24:mi`` . - Must be in Universal Coordinated Time (UTC). - Must not conflict with the preferred maintenance window. - Must be at least 30 minutes. Valid for: Aurora DB clusters and Multi-AZ DB clusters
37002
37022
  :param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see `Maintaining an Amazon Aurora DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora>`_ in the *Amazon Aurora User Guide.* Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window. Valid for: Aurora DB clusters and Multi-AZ DB clusters
37003
- :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Valid for Cluster Type: Multi-AZ DB clusters only Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified. If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the subnets are part of a VPC that doesnt have an internet gateway attached to it, the DB cluster is private. - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
37023
+ :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. Valid for Cluster Type: Multi-AZ DB clusters only When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. The default behavior when ``PubliclyAccessible`` is not specified depends on whether a ``DBSubnetGroup`` is specified. If ``DBSubnetGroup`` isn't specified, ``PubliclyAccessible`` defaults to ``true`` . If ``DBSubnetGroup`` is specified, ``PubliclyAccessible`` defaults to ``false`` unless the value of ``DBSubnetGroup`` is ``default`` , in which case ``PubliclyAccessible`` defaults to ``true`` . If ``PubliclyAccessible`` is true and the VPC that the ``DBSubnetGroup`` is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.
37004
37024
  :param replication_source_identifier: The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters only
37005
37025
  :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` This property must be used with ``SourceDBClusterIdentifier`` property. The resulting cluster will have the identifier that matches the value of the ``DBclusterIdentifier`` property. Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
37006
37026
  :param restore_type: The type of restore to be performed. You can specify one of the following values:. - ``full-copy`` - The new DB cluster is restored as a full copy of the source DB cluster. - ``copy-on-write`` - The new DB cluster is restored as a clone of the source DB cluster. If you don't specify a ``RestoreType`` value, then the new DB cluster is restored as a full copy of the source DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -57084,3 +57104,6 @@ def _typecheckingstub__84d6de235f7d15c552af4bc77a663d18a20524641c0cf9a49a093c712
57084
57104
  ) -> None:
57085
57105
  """Type checking stubs"""
57086
57106
  pass
57107
+
57108
+ for cls in [IAuroraClusterInstance, IClusterEngine, IClusterInstance, ICustomDBEngineVersionRef, IDBClusterParameterGroupRef, IDBClusterRef, IDBInstanceRef, IDBParameterGroupRef, IDBProxyEndpointRef, IDBProxyRef, IDBProxyTargetGroupRef, IDBSecurityGroupIngressRef, IDBSecurityGroupRef, IDBShardGroupRef, IDBSubnetGroupRef, IDatabaseCluster, IDatabaseInstance, IDatabaseProxy, IDatabaseProxyEndpoint, IEngine, IEventSubscriptionRef, IGlobalClusterRef, IInstanceEngine, IIntegrationRef, IOptionGroup, IOptionGroupRef, IParameterGroup, IServerlessCluster, ISubnetGroup]:
57109
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -8564,3 +8564,6 @@ def _typecheckingstub__d636da52cf59446f020e242a88d41b50e55ef8273a113c78f968a7fe2
8564
8564
  ) -> None:
8565
8565
  """Type checking stubs"""
8566
8566
  pass
8567
+
8568
+ for cls in [IClusterParameterGroupRef, IClusterRef, IClusterSecurityGroupIngressRef, IClusterSecurityGroupRef, IClusterSubnetGroupRef, IEndpointAccessRef, IEndpointAuthorizationRef, IEventSubscriptionRef, IIntegrationRef, IScheduledActionRef]:
8569
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -4448,3 +4448,6 @@ def _typecheckingstub__b7cad236eecd67272da075e88f17a1dbdae4ee5083553d6443dcc19b3
4448
4448
  ) -> None:
4449
4449
  """Type checking stubs"""
4450
4450
  pass
4451
+
4452
+ for cls in [INamespaceRef, ISnapshotRef, IWorkgroupRef]:
4453
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -3067,3 +3067,6 @@ def _typecheckingstub__7d86383e689f1caa847c77d7b82f3353251e619448c701919f0bc57ed
3067
3067
  ) -> None:
3068
3068
  """Type checking stubs"""
3069
3069
  pass
3070
+
3071
+ for cls in [IApplicationRef, IEnvironmentRef, IRouteRef, IServiceRef]:
3072
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1064,27 +1064,6 @@ class CfnProject(
1064
1064
 
1065
1065
  jsii.create(self.__class__, self, [scope, id, props])
1066
1066
 
1067
- @jsii.member(jsii_name="fromProjectArn")
1068
- @builtins.classmethod
1069
- def from_project_arn(
1070
- cls,
1071
- scope: _constructs_77d1e7e8.Construct,
1072
- id: builtins.str,
1073
- arn: builtins.str,
1074
- ) -> IProjectRef:
1075
- '''Creates a new IProjectRef from an ARN.
1076
-
1077
- :param scope: -
1078
- :param id: -
1079
- :param arn: -
1080
- '''
1081
- if __debug__:
1082
- type_hints = typing.get_type_hints(_typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d)
1083
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1084
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1085
- check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1086
- return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
1087
-
1088
1067
  @jsii.member(jsii_name="inspect")
1089
1068
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1090
1069
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2347,14 +2326,6 @@ def _typecheckingstub__14434bd621070d38889fc701fc289b3379981bee9c73fd7502773f1ee
2347
2326
  """Type checking stubs"""
2348
2327
  pass
2349
2328
 
2350
- def _typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d(
2351
- scope: _constructs_77d1e7e8.Construct,
2352
- id: builtins.str,
2353
- arn: builtins.str,
2354
- ) -> None:
2355
- """Type checking stubs"""
2356
- pass
2357
-
2358
2329
  def _typecheckingstub__0172e641847a31da5e6877581313d2ece51b9650bcb74b1b80ba13e563323cc0(
2359
2330
  inspector: _TreeInspector_488e0dd5,
2360
2331
  ) -> None:
@@ -2553,3 +2524,6 @@ def _typecheckingstub__e523487c02bfde11953c715444eddb9f2ed729eec0aa81767c2868bf9
2553
2524
  ) -> None:
2554
2525
  """Type checking stubs"""
2555
2526
  pass
2527
+
2528
+ for cls in [ICollectionRef, IProjectRef, IStreamProcessorRef]:
2529
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2162,3 +2162,6 @@ def _typecheckingstub__1b31c880d8724506ba4025d50fede62d462b847c02406fe66ed0c1b34
2162
2162
  ) -> None:
2163
2163
  """Type checking stubs"""
2164
2164
  pass
2165
+
2166
+ for cls in [IAppRef, IResiliencyPolicyRef]:
2167
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1454,3 +1454,6 @@ def _typecheckingstub__bd724c6b685500a7e2e21d499880a01c7a397039f097a6228c73a6e01
1454
1454
  ) -> None:
1455
1455
  """Type checking stubs"""
1456
1456
  pass
1457
+
1458
+ for cls in [IDefaultViewAssociationRef, IIndexRef, IViewRef]:
1459
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1680,3 +1680,6 @@ def _typecheckingstub__66392dc23dc3e7ed8bf3c5d524bd90c2953712bb7e49a797537fda8d8
1680
1680
  ) -> None:
1681
1681
  """Type checking stubs"""
1682
1682
  pass
1683
+
1684
+ for cls in [IGroupRef, ITagSyncTaskRef]:
1685
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -3422,3 +3422,6 @@ def _typecheckingstub__b4436c869d1e97db1310a07c8709c1c39527703571128932c8cdb4b5b
3422
3422
  ) -> None:
3423
3423
  """Type checking stubs"""
3424
3424
  pass
3425
+
3426
+ for cls in [IFleetRef, IRobotApplicationRef, IRobotApplicationVersionRef, IRobotRef, ISimulationApplicationRef, ISimulationApplicationVersionRef]:
3427
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2460,3 +2460,6 @@ def _typecheckingstub__d423be7ff47fcc8761e7797ad37aac03811962bc633d561f5c9c8721d
2460
2460
  ) -> None:
2461
2461
  """Type checking stubs"""
2462
2462
  pass
2463
+
2464
+ for cls in [ICRLRef, IProfileRef, ITrustAnchorRef]:
2465
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1787,7 +1787,7 @@ class CfnRecordSetProps:
1787
1787
  ) -> None:
1788
1788
  '''Properties for defining a ``CfnRecordSet``.
1789
1789
 
1790
- :param name: For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete. For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone. *ChangeResourceRecordSets Only* Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
1790
+ :param name: The name of the record that you want to create, update, or delete. Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
1791
1791
  :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
1792
1792
  :param alias_target: *Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to. If you're creating resource records sets for a private hosted zone, note the following: - You can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution. - For information about creating failover resource record sets in a private hosted zone, see `Configuring Failover in a Private Hosted Zone <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html>`_ in the *Amazon Route 53 Developer Guide* .
1793
1793
  :param cidr_routing_config: The object that is specified in resource record set object when you are linking a resource record set to a CIDR location. A ``LocationName`` with an asterisk “*” can be used to create a default CIDR record. ``CollectionId`` is still required for default record.
@@ -1913,11 +1913,7 @@ class CfnRecordSetProps:
1913
1913
 
1914
1914
  @builtins.property
1915
1915
  def name(self) -> builtins.str:
1916
- '''For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete.
1917
-
1918
- For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone.
1919
-
1920
- *ChangeResourceRecordSets Only*
1916
+ '''The name of the record that you want to create, update, or delete.
1921
1917
 
1922
1918
  Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical.
1923
1919
 
@@ -11163,16 +11159,16 @@ class CfnHealthCheck(
11163
11159
  :param alarm_identifier: A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.
11164
11160
  :param child_health_checks: (CALCULATED Health Checks Only) A complex type that contains one ``ChildHealthCheck`` element for each health check that you want to associate with a ``CALCULATED`` health check.
11165
11161
  :param enable_sni: Specify whether you want Amazon Route 53 to send the value of ``FullyQualifiedDomainName`` to the endpoint in the ``client_hello`` message during TLS negotiation. This allows the endpoint to respond to ``HTTPS`` health check requests with the applicable SSL/TLS certificate. Some endpoints require that ``HTTPS`` requests include the host name in the ``client_hello`` message. If you don't enable SNI, the status of the health check will be ``SSL alert handshake_failure`` . A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid. The SSL/TLS certificate on your endpoint includes a domain name in the ``Common Name`` field and possibly several more in the ``Subject Alternative Names`` field. One of the domain names in the certificate should match the value that you specify for ``FullyQualifiedDomainName`` . If the endpoint responds to the ``client_hello`` message with a certificate that does not include the domain name that you specified in ``FullyQualifiedDomainName`` , a health checker will retry the handshake. In the second attempt, the health checker will omit ``FullyQualifiedDomainName`` from the ``client_hello`` message.
11166
- :param failure_threshold: The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see `How Amazon Route 53 Determines Whether an Endpoint Is Healthy <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html>`_ in the *Amazon Route 53 Developer Guide* . If you don't specify a value for ``FailureThreshold`` , the default value is three health checks.
11162
+ :param failure_threshold: The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see `How Amazon Route 53 Determines Whether an Endpoint Is Healthy <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html>`_ in the *Amazon Route 53 Developer Guide* . ``FailureThreshold`` is not supported when you specify a value for ``Type`` of ``RECOVERY_CONTROL`` . Otherwise, if you don't specify a value for ``FailureThreshold`` , the default value is three health checks.
11167
11163
  :param fully_qualified_domain_name: Amazon Route 53 behavior depends on whether you specify a value for ``IPAddress`` . *If you specify a value for* ``IPAddress`` : Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of ``FullyQualifiedDomainName`` in the ``Host`` header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks. When Route 53 checks the health of an endpoint, here is how it constructs the ``Host`` header: - If you specify a value of ``80`` for ``Port`` and ``HTTP`` or ``HTTP_STR_MATCH`` for ``Type`` , Route 53 passes the value of ``FullyQualifiedDomainName`` to the endpoint in the Host header. - If you specify a value of ``443`` for ``Port`` and ``HTTPS`` or ``HTTPS_STR_MATCH`` for ``Type`` , Route 53 passes the value of ``FullyQualifiedDomainName`` to the endpoint in the ``Host`` header. - If you specify another value for ``Port`` and any value except ``TCP`` for ``Type`` , Route 53 passes ``FullyQualifiedDomainName:Port`` to the endpoint in the ``Host`` header. If you don't specify a value for ``FullyQualifiedDomainName`` , Route 53 substitutes the value of ``IPAddress`` in the ``Host`` header in each of the preceding cases. *If you don't specify a value for ``IPAddress``* : Route 53 sends a DNS request to the domain that you specify for ``FullyQualifiedDomainName`` at the interval that you specify for ``RequestInterval`` . Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint. .. epigraph:: If you don't specify a value for ``IPAddress`` , Route 53 uses only IPv4 to send health checks to the endpoint. If there's no record with a type of A for the name that you specify for ``FullyQualifiedDomainName`` , the health check fails with a "DNS resolution failed" error. If you want to check the health of multiple records that have the same name and type, such as multiple weighted records, and if you choose to specify the endpoint only by ``FullyQualifiedDomainName`` , we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of ``FullyQualifiedDomainName`` , specify the domain name of the server (such as us-east-2-www.example.com), not the name of the records (www.example.com). .. epigraph:: In this configuration, if you create a health check for which the value of ``FullyQualifiedDomainName`` matches the name of the records and you then associate the health check with those records, health check results will be unpredictable. In addition, if the value that you specify for ``Type`` is ``HTTP`` , ``HTTPS`` , ``HTTP_STR_MATCH`` , or ``HTTPS_STR_MATCH`` , Route 53 passes the value of ``FullyQualifiedDomainName`` in the ``Host`` header, as it does when you specify a value for ``IPAddress`` . If the value of ``Type`` is ``TCP`` , Route 53 doesn't pass a ``Host`` header.
11168
11164
  :param health_threshold: The number of child health checks that are associated with a ``CALCULATED`` health check that Amazon Route 53 must consider healthy for the ``CALCULATED`` health check to be considered healthy. To specify the child health checks that you want to associate with a ``CALCULATED`` health check, use the `ChildHealthChecks <https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-ChildHealthChecks>`_ element. Note the following: - If you specify a number greater than the number of child health checks, Route 53 always considers this health check to be unhealthy. - If you specify ``0`` , Route 53 always considers this health check to be healthy.
11169
11165
  :param insufficient_data_health_status: When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check: - ``Healthy`` : Route 53 considers the health check to be healthy. - ``Unhealthy`` : Route 53 considers the health check to be unhealthy. - ``LastKnownStatus`` : Route 53 uses the status of the health check from the last time that CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.
11170
11166
  :param inverted: Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.
11171
11167
  :param ip_address: The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on. If you don't specify a value for ``IPAddress`` , Route 53 sends a DNS request to resolve the domain name that you specify in ``FullyQualifiedDomainName`` at the interval that you specify in ``RequestInterval`` . Using an IP address returned by DNS, Route 53 then checks the health of the endpoint. Use one of the following formats for the value of ``IPAddress`` : - *IPv4 address* : four values between 0 and 255, separated by periods (.), for example, ``192.0.2.44`` . - *IPv6 address* : eight groups of four hexadecimal values, separated by colons (:), for example, ``2001:0db8:85a3:0000:0000:abcd:0001:2345`` . You can also shorten IPv6 addresses as described in RFC 5952, for example, ``2001:db8:85a3::abcd:1:2345`` . If the endpoint is an EC2 instance, we recommend that you create an Elastic IP address, associate it with your EC2 instance, and specify the Elastic IP address for ``IPAddress`` . This ensures that the IP address of your instance will never change. For more information, see `FullyQualifiedDomainName <https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-FullyQualifiedDomainName>`_ . Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you can't create health checks, see the following documents: - `RFC 5735, Special Use IPv4 Addresses <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc5735>`_ - `RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6598>`_ - `RFC 5156, Special-Use IPv6 Addresses <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc5156>`_ When the value of ``Type`` is ``CALCULATED`` or ``CLOUDWATCH_METRIC`` , omit ``IPAddress`` .
11172
- :param measure_latency: Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint, and to display CloudWatch latency graphs on the *Health Checks* page in the Route 53 console. .. epigraph:: You can't change the value of ``MeasureLatency`` after you create a health check.
11168
+ :param measure_latency: Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint, and to display CloudWatch latency graphs on the *Health Checks* page in the Route 53 console. ``MeasureLatency`` is not supported when you specify a value for ``Type`` of ``RECOVERY_CONTROL`` . .. epigraph:: You can't change the value of ``MeasureLatency`` after you create a health check.
11173
11169
  :param port: The port on the endpoint that you want Amazon Route 53 to perform health checks on. .. epigraph:: Don't specify a value for ``Port`` when you specify a value for `Type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type>`_ of ``CLOUDWATCH_METRIC`` or ``CALCULATED`` .
11174
11170
  :param regions: A complex type that contains one ``Region`` element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint. If you don't specify any regions, Route 53 health checkers automatically performs checks from all of the regions that are listed under *Valid Values* . If you update a health check to remove a region that has been performing health checks, Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions).
11175
- :param request_interval: The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval. .. epigraph:: You can't change the value of ``RequestInterval`` after you create a health check. If you don't specify a value for ``RequestInterval`` , the default value is ``30`` seconds.
11171
+ :param request_interval: The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval. ``RequestInterval`` is not supported when you specify a value for ``Type`` of ``RECOVERY_CONTROL`` . .. epigraph:: You can't change the value of ``RequestInterval`` after you create a health check. If you don't specify a value for ``RequestInterval`` , the default value is ``30`` seconds.
11176
11172
  :param resource_path: The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html. You can also include query string parameters, for example, ``/welcome.html?language=jp&login=y`` .
11177
11173
  :param routing_control_arn: The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control. For more information about Route 53 Application Recovery Controller, see `Route 53 Application Recovery Controller Developer Guide. <https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route-53-recovery.html>`_ .
11178
11174
  :param search_string: If the value of Type is ``HTTP_STR_MATCH`` or ``HTTPS_STR_MATCH`` , the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Route 53 considers the resource healthy. Route 53 considers case when searching for ``SearchString`` in the response body.
@@ -11349,7 +11345,9 @@ class CfnHealthCheck(
11349
11345
 
11350
11346
  For more information, see `How Amazon Route 53 Determines Whether an Endpoint Is Healthy <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html>`_ in the *Amazon Route 53 Developer Guide* .
11351
11347
 
11352
- If you don't specify a value for ``FailureThreshold`` , the default value is three health checks.
11348
+ ``FailureThreshold`` is not supported when you specify a value for ``Type`` of ``RECOVERY_CONTROL`` .
11349
+
11350
+ Otherwise, if you don't specify a value for ``FailureThreshold`` , the default value is three health checks.
11353
11351
 
11354
11352
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold
11355
11353
  '''
@@ -11464,6 +11462,7 @@ class CfnHealthCheck(
11464
11462
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
11465
11463
  '''Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint, and to display CloudWatch latency graphs on the *Health Checks* page in the Route 53 console.
11466
11464
 
11465
+ ``MeasureLatency`` is not supported when you specify a value for ``Type`` of ``RECOVERY_CONTROL`` .
11467
11466
  .. epigraph::
11468
11467
 
11469
11468
  You can't change the value of ``MeasureLatency`` after you create a health check.
@@ -11504,6 +11503,8 @@ class CfnHealthCheck(
11504
11503
  '''The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request.
11505
11504
 
11506
11505
  Each Route 53 health checker makes requests at this interval.
11506
+
11507
+ ``RequestInterval`` is not supported when you specify a value for ``Type`` of ``RECOVERY_CONTROL`` .
11507
11508
  .. epigraph::
11508
11509
 
11509
11510
  You can't change the value of ``RequestInterval`` after you create a health check.
@@ -12390,7 +12391,7 @@ class CfnRecordSet(
12390
12391
  '''
12391
12392
  :param scope: Scope in which this resource is defined.
12392
12393
  :param id: Construct identifier for this resource (unique in its scope).
12393
- :param name: For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete. For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone. *ChangeResourceRecordSets Only* Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
12394
+ :param name: The name of the record that you want to create, update, or delete. Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
12394
12395
  :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
12395
12396
  :param alias_target: *Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to. If you're creating resource records sets for a private hosted zone, note the following: - You can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution. - For information about creating failover resource record sets in a private hosted zone, see `Configuring Failover in a Private Hosted Zone <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html>`_ in the *Amazon Route 53 Developer Guide* .
12396
12397
  :param cidr_routing_config: The object that is specified in resource record set object when you are linking a resource record set to a CIDR location. A ``LocationName`` with an asterisk “*” can be used to create a default CIDR record. ``CollectionId`` is still required for default record.
@@ -12487,7 +12488,7 @@ class CfnRecordSet(
12487
12488
  @builtins.property
12488
12489
  @jsii.member(jsii_name="name")
12489
12490
  def name(self) -> builtins.str:
12490
- '''For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete.'''
12491
+ '''The name of the record that you want to create, update, or delete.'''
12491
12492
  return typing.cast(builtins.str, jsii.get(self, "name"))
12492
12493
 
12493
12494
  @name.setter
@@ -14138,7 +14139,7 @@ class CfnRecordSetGroup(
14138
14139
  ) -> None:
14139
14140
  '''Information about one record that you want to create.
14140
14141
 
14141
- :param name: For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete. For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone. *ChangeResourceRecordSets Only* Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
14142
+ :param name: The name of the record that you want to create, update, or delete. Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
14142
14143
  :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
14143
14144
  :param alias_target: *Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to. If you're creating resource records sets for a private hosted zone, note the following: - You can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution. - For information about creating failover resource record sets in a private hosted zone, see `Configuring Failover in a Private Hosted Zone <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html>`_ in the *Amazon Route 53 Developer Guide* .
14144
14145
  :param cidr_routing_config:
@@ -14259,11 +14260,7 @@ class CfnRecordSetGroup(
14259
14260
 
14260
14261
  @builtins.property
14261
14262
  def name(self) -> builtins.str:
14262
- '''For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete.
14263
-
14264
- For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone.
14265
-
14266
- *ChangeResourceRecordSets Only*
14263
+ '''The name of the record that you want to create, update, or delete.
14267
14264
 
14268
14265
  Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical.
14269
14266
 
@@ -19510,3 +19507,6 @@ def _typecheckingstub__f189380057459afbeff6d38749625e3756c4572dec90f74ca7a400dcb
19510
19507
  ) -> None:
19511
19508
  """Type checking stubs"""
19512
19509
  pass
19510
+
19511
+ for cls in [IAliasRecordTarget, ICidrCollectionRef, IDNSSECRef, IHealthCheck, IHealthCheckRef, IHostedZone, IHostedZoneRef, IKeySigningKey, IKeySigningKeyRef, IPrivateHostedZone, IPublicHostedZone, IRecordSet, IRecordSetGroupRef, IRecordSetRef]:
19512
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1340,3 +1340,6 @@ def _typecheckingstub__570d79c602907c31355fd27286b9195e6a4ac50d33a57b857248da0d9
1340
1340
  ) -> None:
1341
1341
  """Type checking stubs"""
1342
1342
  pass
1343
+
1344
+ for cls in [IAliasRecordTargetProps]:
1345
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1395,3 +1395,6 @@ def _typecheckingstub__ef034a5fa94b59c1205f90a0df217e7fe4b64926828487662c4de8f77
1395
1395
  ) -> None:
1396
1396
  """Type checking stubs"""
1397
1397
  pass
1398
+
1399
+ for cls in [IProfileAssociationRef, IProfileRef, IProfileResourceAssociationRef]:
1400
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2296,3 +2296,6 @@ def _typecheckingstub__6e9c7596694f51a191b407b4cf7800cd696d05a6cbbcb4f0a2890c69a
2296
2296
  ) -> None:
2297
2297
  """Type checking stubs"""
2298
2298
  pass
2299
+
2300
+ for cls in [IClusterRef, IControlPanelRef, IRoutingControlRef, ISafetyRuleRef]:
2301
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2414,3 +2414,6 @@ def _typecheckingstub__16ba16f97722031f82a55ec2c9c68e5635ae95c709411fdf3cc1a4962
2414
2414
  ) -> None:
2415
2415
  """Type checking stubs"""
2416
2416
  pass
2417
+
2418
+ for cls in [ICellRef, IReadinessCheckRef, IRecoveryGroupRef, IResourceSetRef]:
2419
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1114,7 +1114,7 @@ class CfnResolverRuleAssociationProps:
1114
1114
 
1115
1115
  :param resolver_rule_id: The ID of the Resolver rule that you associated with the VPC that is specified by ``VPCId`` .
1116
1116
  :param vpc_id: The ID of the VPC that you associated the Resolver rule with.
1117
- :param name: The name of an association between a Resolver rule and a VPC.
1117
+ :param name: The name of an association between a Resolver rule and a VPC. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
1118
1118
 
1119
1119
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html
1120
1120
  :exampleMetadata: fixture=_generated
@@ -1169,6 +1169,8 @@ class CfnResolverRuleAssociationProps:
1169
1169
  def name(self) -> typing.Optional[builtins.str]:
1170
1170
  '''The name of an association between a Resolver rule and a VPC.
1171
1171
 
1172
+ The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
1173
+
1172
1174
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name
1173
1175
  '''
1174
1176
  result = self._values.get("name")
@@ -1216,7 +1218,7 @@ class CfnResolverRuleProps:
1216
1218
  :param rule_type: When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` or ``DELEGATE`` . If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com). When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify ``SYSTEM`` . For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify ``FORWARD`` for ``RuleType`` . To then have Resolver process queries for apex.example.com, you create a rule and specify ``SYSTEM`` for ``RuleType`` . Currently, only Resolver can create rules that have a value of ``RECURSIVE`` for ``RuleType`` .
1217
1219
  :param delegation_record: DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.
1218
1220
  :param domain_name: DNS queries for this domain name are forwarded to the IP addresses that are specified in ``TargetIps`` . If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
1219
- :param name: The name for the Resolver rule, which you specified when you created the Resolver rule.
1221
+ :param name: The name for the Resolver rule, which you specified when you created the Resolver rule. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
1220
1222
  :param resolver_endpoint_id: The ID of the endpoint that the rule is associated with.
1221
1223
  :param tags: Tags help organize and categorize your Resolver rules. Each tag consists of a key and an optional value, both of which you define.
1222
1224
  :param target_ips: An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network.
@@ -1318,6 +1320,8 @@ class CfnResolverRuleProps:
1318
1320
  def name(self) -> typing.Optional[builtins.str]:
1319
1321
  '''The name for the Resolver rule, which you specified when you created the Resolver rule.
1320
1322
 
1323
+ The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
1324
+
1321
1325
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name
1322
1326
  '''
1323
1327
  result = self._values.get("name")
@@ -5033,7 +5037,7 @@ class CfnResolverRule(
5033
5037
  :param rule_type: When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` or ``DELEGATE`` . If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com). When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify ``SYSTEM`` . For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify ``FORWARD`` for ``RuleType`` . To then have Resolver process queries for apex.example.com, you create a rule and specify ``SYSTEM`` for ``RuleType`` . Currently, only Resolver can create rules that have a value of ``RECURSIVE`` for ``RuleType`` .
5034
5038
  :param delegation_record: DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.
5035
5039
  :param domain_name: DNS queries for this domain name are forwarded to the IP addresses that are specified in ``TargetIps`` . If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
5036
- :param name: The name for the Resolver rule, which you specified when you created the Resolver rule.
5040
+ :param name: The name for the Resolver rule, which you specified when you created the Resolver rule. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
5037
5041
  :param resolver_endpoint_id: The ID of the endpoint that the rule is associated with.
5038
5042
  :param tags: Tags help organize and categorize your Resolver rules. Each tag consists of a key and an optional value, both of which you define.
5039
5043
  :param target_ips: An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network.
@@ -5426,7 +5430,7 @@ class CfnResolverRuleAssociation(
5426
5430
  :param id: Construct identifier for this resource (unique in its scope).
5427
5431
  :param resolver_rule_id: The ID of the Resolver rule that you associated with the VPC that is specified by ``VPCId`` .
5428
5432
  :param vpc_id: The ID of the VPC that you associated the Resolver rule with.
5429
- :param name: The name of an association between a Resolver rule and a VPC.
5433
+ :param name: The name of an association between a Resolver rule and a VPC. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
5430
5434
  '''
5431
5435
  if __debug__:
5432
5436
  type_hints = typing.get_type_hints(_typecheckingstub__8e372f7e2d960601c8b6496b7cbefaf56be2402644532349feb6b1a788f12a6f)
@@ -6379,3 +6383,6 @@ def _typecheckingstub__dbb22cd6829772b1f3226c329a7cb57daf6b212b33815f8279e8d6430
6379
6383
  ) -> None:
6380
6384
  """Type checking stubs"""
6381
6385
  pass
6386
+
6387
+ for cls in [IFirewallDomainListRef, IFirewallRuleGroupAssociationRef, IFirewallRuleGroupRef, IOutpostResolverRef, IResolverConfigRef, IResolverDNSSECConfigRef, IResolverEndpointRef, IResolverQueryLoggingConfigAssociationRef, IResolverQueryLoggingConfigRef, IResolverRuleAssociationRef, IResolverRuleRef]:
6388
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1766,3 +1766,6 @@ def _typecheckingstub__50574a83877817c5c30ff641cfa13fc211766060d3c8591b640545f55
1766
1766
  ) -> None:
1767
1767
  """Type checking stubs"""
1768
1768
  pass
1769
+
1770
+ for cls in [IAppMonitorRef]:
1771
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])