aws-cdk-lib 2.118.0__py3-none-any.whl → 2.119.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 (52) hide show
  1. aws_cdk/__init__.py +4 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.118.0.jsii.tgz → aws-cdk-lib@2.119.0.jsii.tgz} +0 -0
  4. aws_cdk/amzn_sdc/__init__.py +496 -0
  5. aws_cdk/aws_appsync/__init__.py +23 -9
  6. aws_cdk/aws_certificatemanager/__init__.py +164 -3
  7. aws_cdk/aws_cloud9/__init__.py +3 -3
  8. aws_cdk/aws_cloudfront/__init__.py +105 -5
  9. aws_cdk/aws_cloudtrail/__init__.py +54 -34
  10. aws_cdk/aws_cloudwatch_actions/__init__.py +105 -0
  11. aws_cdk/aws_codebuild/__init__.py +1 -0
  12. aws_cdk/aws_codecommit/__init__.py +9 -3
  13. aws_cdk/aws_codetest/__init__.py +788 -0
  14. aws_cdk/aws_cognito/__init__.py +104 -0
  15. aws_cdk/aws_connect/__init__.py +626 -78
  16. aws_cdk/aws_docdb/__init__.py +442 -0
  17. aws_cdk/aws_dynamodb/__init__.py +14 -0
  18. aws_cdk/aws_ec2/__init__.py +372 -44
  19. aws_cdk/aws_emrserverless/__init__.py +20 -13
  20. aws_cdk/aws_events/__init__.py +90 -1
  21. aws_cdk/aws_fis/__init__.py +12 -32
  22. aws_cdk/aws_globalaccelerator/__init__.py +19 -0
  23. aws_cdk/aws_glue/__init__.py +329 -0
  24. aws_cdk/aws_iam/__init__.py +30 -24
  25. aws_cdk/aws_iot/__init__.py +112 -0
  26. aws_cdk/aws_iotsitewise/__init__.py +4 -4
  27. aws_cdk/aws_kendra/__init__.py +10 -5
  28. aws_cdk/aws_kinesisfirehose/__init__.py +111 -0
  29. aws_cdk/aws_location/__init__.py +1132 -17
  30. aws_cdk/aws_mediatailor/__init__.py +120 -17
  31. aws_cdk/aws_networkfirewall/__init__.py +2 -2
  32. aws_cdk/aws_networkmanager/__init__.py +1 -1
  33. aws_cdk/aws_omics/__init__.py +4 -4
  34. aws_cdk/aws_opensearchservice/__init__.py +2 -0
  35. aws_cdk/aws_pinpoint/__init__.py +14 -6
  36. aws_cdk/aws_pipes/__init__.py +7 -2
  37. aws_cdk/aws_rds/__init__.py +15 -9
  38. aws_cdk/aws_redshift/__init__.py +103 -0
  39. aws_cdk/aws_route53/__init__.py +68 -20
  40. aws_cdk/aws_s3/__init__.py +2 -4
  41. aws_cdk/aws_s3objectlambda/__init__.py +2 -2
  42. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -3
  43. aws_cdk/aws_signer/__init__.py +27 -4
  44. aws_cdk/aws_ssm/__init__.py +76 -13
  45. aws_cdk/aws_stepfunctions/__init__.py +110 -5
  46. aws_cdk/pipelines/__init__.py +136 -37
  47. {aws_cdk_lib-2.118.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/METADATA +2 -2
  48. {aws_cdk_lib-2.118.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/RECORD +52 -50
  49. {aws_cdk_lib-2.118.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/LICENSE +0 -0
  50. {aws_cdk_lib-2.118.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/NOTICE +0 -0
  51. {aws_cdk_lib-2.118.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/WHEEL +0 -0
  52. {aws_cdk_lib-2.118.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/top_level.txt +0 -0
@@ -103,7 +103,10 @@ class CfnChannel(
103
103
  key="key",
104
104
  value="value"
105
105
  )],
106
- tier="tier"
106
+ tier="tier",
107
+ time_shift_configuration=mediatailor.CfnChannel.TimeShiftConfigurationProperty(
108
+ max_time_delay_seconds=123
109
+ )
107
110
  )
108
111
  '''
109
112
 
@@ -119,6 +122,7 @@ class CfnChannel(
119
122
  log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.LogConfigurationForChannelProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
120
123
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
121
124
  tier: typing.Optional[builtins.str] = None,
125
+ time_shift_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.TimeShiftConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
122
126
  ) -> None:
123
127
  '''
124
128
  :param scope: Scope in which this resource is defined.
@@ -130,6 +134,7 @@ class CfnChannel(
130
134
  :param log_configuration: The log configuration.
131
135
  :param tags: The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see `Tagging AWS Elemental MediaTailor Resources <https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html>`_ .
132
136
  :param tier: The tier for this channel. STANDARD tier channels can contain live programs.
137
+ :param time_shift_configuration: The configuration for time-shifted viewing.
133
138
  '''
134
139
  if __debug__:
135
140
  type_hints = typing.get_type_hints(_typecheckingstub__95afc802641850838d7d754c58072c279165a93bff5fc055789c1090a21b9714)
@@ -143,6 +148,7 @@ class CfnChannel(
143
148
  log_configuration=log_configuration,
144
149
  tags=tags,
145
150
  tier=tier,
151
+ time_shift_configuration=time_shift_configuration,
146
152
  )
147
153
 
148
154
  jsii.create(self.__class__, self, [scope, id, props])
@@ -296,6 +302,24 @@ class CfnChannel(
296
302
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
297
303
  jsii.set(self, "tier", value)
298
304
 
305
+ @builtins.property
306
+ @jsii.member(jsii_name="timeShiftConfiguration")
307
+ def time_shift_configuration(
308
+ self,
309
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.TimeShiftConfigurationProperty"]]:
310
+ '''The configuration for time-shifted viewing.'''
311
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.TimeShiftConfigurationProperty"]], jsii.get(self, "timeShiftConfiguration"))
312
+
313
+ @time_shift_configuration.setter
314
+ def time_shift_configuration(
315
+ self,
316
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.TimeShiftConfigurationProperty"]],
317
+ ) -> None:
318
+ if __debug__:
319
+ type_hints = typing.get_type_hints(_typecheckingstub__5b3c40cad99c53a2773855f4cd98f257598efcf21fd51b6bb734064a33f180c7)
320
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
321
+ jsii.set(self, "timeShiftConfiguration", value)
322
+
299
323
  @jsii.data_type(
300
324
  jsii_type="aws-cdk-lib.aws_mediatailor.CfnChannel.DashPlaylistSettingsProperty",
301
325
  jsii_struct_bases=[],
@@ -317,10 +341,10 @@ class CfnChannel(
317
341
  ) -> None:
318
342
  '''Dash manifest configuration parameters.
319
343
 
320
- :param manifest_window_seconds: The total duration (in seconds) of each manifest. Minimum value: ``30`` seconds. Maximum value: ``3600`` seconds. Default: - 0
321
- :param min_buffer_time_seconds: Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: ``2`` seconds. Maximum value: ``60`` seconds. Default: - 0
322
- :param min_update_period_seconds: Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: ``2`` seconds. Maximum value: ``60`` seconds. Default: - 0
323
- :param suggested_presentation_delay_seconds: Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: ``2`` seconds. Maximum value: ``60`` seconds. Default: - 0
344
+ :param manifest_window_seconds: The total duration (in seconds) of each manifest. Minimum value: ``30`` seconds. Maximum value: ``3600`` seconds.
345
+ :param min_buffer_time_seconds: Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: ``2`` seconds. Maximum value: ``60`` seconds.
346
+ :param min_update_period_seconds: Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: ``2`` seconds. Maximum value: ``60`` seconds.
347
+ :param suggested_presentation_delay_seconds: Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: ``2`` seconds. Maximum value: ``60`` seconds.
324
348
 
325
349
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-dashplaylistsettings.html
326
350
  :exampleMetadata: fixture=_generated
@@ -360,8 +384,6 @@ class CfnChannel(
360
384
 
361
385
  Minimum value: ``30`` seconds. Maximum value: ``3600`` seconds.
362
386
 
363
- :default: - 0
364
-
365
387
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-dashplaylistsettings.html#cfn-mediatailor-channel-dashplaylistsettings-manifestwindowseconds
366
388
  '''
367
389
  result = self._values.get("manifest_window_seconds")
@@ -373,8 +395,6 @@ class CfnChannel(
373
395
 
374
396
  Minimum value: ``2`` seconds. Maximum value: ``60`` seconds.
375
397
 
376
- :default: - 0
377
-
378
398
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-dashplaylistsettings.html#cfn-mediatailor-channel-dashplaylistsettings-minbuffertimeseconds
379
399
  '''
380
400
  result = self._values.get("min_buffer_time_seconds")
@@ -386,8 +406,6 @@ class CfnChannel(
386
406
 
387
407
  Minimum value: ``2`` seconds. Maximum value: ``60`` seconds.
388
408
 
389
- :default: - 0
390
-
391
409
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-dashplaylistsettings.html#cfn-mediatailor-channel-dashplaylistsettings-minupdateperiodseconds
392
410
  '''
393
411
  result = self._values.get("min_update_period_seconds")
@@ -399,8 +417,6 @@ class CfnChannel(
399
417
 
400
418
  Minimum value: ``2`` seconds. Maximum value: ``60`` seconds.
401
419
 
402
- :default: - 0
403
-
404
420
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-dashplaylistsettings.html#cfn-mediatailor-channel-dashplaylistsettings-suggestedpresentationdelayseconds
405
421
  '''
406
422
  result = self._values.get("suggested_presentation_delay_seconds")
@@ -435,7 +451,7 @@ class CfnChannel(
435
451
  '''HLS playlist configuration parameters.
436
452
 
437
453
  :param ad_markup_type: Determines the type of SCTE 35 tags to use in ad markup. Specify ``DATERANGE`` to use ``DATERANGE`` tags (for live or VOD content). Specify ``SCTE35_ENHANCED`` to use ``EXT-X-CUE-OUT`` and ``EXT-X-CUE-IN`` tags (for VOD content only).
438
- :param manifest_window_seconds: The total duration (in seconds) of each manifest. Minimum value: ``30`` seconds. Maximum value: ``3600`` seconds. Default: - 0
454
+ :param manifest_window_seconds: The total duration (in seconds) of each manifest. Minimum value: ``30`` seconds. Maximum value: ``3600`` seconds.
439
455
 
440
456
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html
441
457
  :exampleMetadata: fixture=_generated
@@ -478,8 +494,6 @@ class CfnChannel(
478
494
 
479
495
  Minimum value: ``30`` seconds. Maximum value: ``3600`` seconds.
480
496
 
481
- :default: - 0
482
-
483
497
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html#cfn-mediatailor-channel-hlsplaylistsettings-manifestwindowseconds
484
498
  '''
485
499
  result = self._values.get("manifest_window_seconds")
@@ -748,6 +762,60 @@ class CfnChannel(
748
762
  k + "=" + repr(v) for k, v in self._values.items()
749
763
  )
750
764
 
765
+ @jsii.data_type(
766
+ jsii_type="aws-cdk-lib.aws_mediatailor.CfnChannel.TimeShiftConfigurationProperty",
767
+ jsii_struct_bases=[],
768
+ name_mapping={"max_time_delay_seconds": "maxTimeDelaySeconds"},
769
+ )
770
+ class TimeShiftConfigurationProperty:
771
+ def __init__(self, *, max_time_delay_seconds: jsii.Number) -> None:
772
+ '''The configuration for time-shifted viewing.
773
+
774
+ :param max_time_delay_seconds: The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
775
+
776
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-timeshiftconfiguration.html
777
+ :exampleMetadata: fixture=_generated
778
+
779
+ Example::
780
+
781
+ # The code below shows an example of how to instantiate this type.
782
+ # The values are placeholders you should change.
783
+ from aws_cdk import aws_mediatailor as mediatailor
784
+
785
+ time_shift_configuration_property = mediatailor.CfnChannel.TimeShiftConfigurationProperty(
786
+ max_time_delay_seconds=123
787
+ )
788
+ '''
789
+ if __debug__:
790
+ type_hints = typing.get_type_hints(_typecheckingstub__9e6f8310362aba9a6cdbcee3376c31f278a1a77eb2cfdd2c6e322b1b49d57eaa)
791
+ check_type(argname="argument max_time_delay_seconds", value=max_time_delay_seconds, expected_type=type_hints["max_time_delay_seconds"])
792
+ self._values: typing.Dict[builtins.str, typing.Any] = {
793
+ "max_time_delay_seconds": max_time_delay_seconds,
794
+ }
795
+
796
+ @builtins.property
797
+ def max_time_delay_seconds(self) -> jsii.Number:
798
+ '''The maximum time delay for time-shifted viewing.
799
+
800
+ The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
801
+
802
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-timeshiftconfiguration.html#cfn-mediatailor-channel-timeshiftconfiguration-maxtimedelayseconds
803
+ '''
804
+ result = self._values.get("max_time_delay_seconds")
805
+ assert result is not None, "Required property 'max_time_delay_seconds' is missing"
806
+ return typing.cast(jsii.Number, result)
807
+
808
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
809
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
810
+
811
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
812
+ return not (rhs == self)
813
+
814
+ def __repr__(self) -> str:
815
+ return "TimeShiftConfigurationProperty(%s)" % ", ".join(
816
+ k + "=" + repr(v) for k, v in self._values.items()
817
+ )
818
+
751
819
 
752
820
  @jsii.implements(_IInspectable_c2943556)
753
821
  class CfnChannelPolicy(
@@ -943,6 +1011,7 @@ class CfnChannelPolicyProps:
943
1011
  "log_configuration": "logConfiguration",
944
1012
  "tags": "tags",
945
1013
  "tier": "tier",
1014
+ "time_shift_configuration": "timeShiftConfiguration",
946
1015
  },
947
1016
  )
948
1017
  class CfnChannelProps:
@@ -956,6 +1025,7 @@ class CfnChannelProps:
956
1025
  log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.LogConfigurationForChannelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
957
1026
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
958
1027
  tier: typing.Optional[builtins.str] = None,
1028
+ time_shift_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TimeShiftConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
959
1029
  ) -> None:
960
1030
  '''Properties for defining a ``CfnChannel``.
961
1031
 
@@ -966,6 +1036,7 @@ class CfnChannelProps:
966
1036
  :param log_configuration: The log configuration.
967
1037
  :param tags: The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see `Tagging AWS Elemental MediaTailor Resources <https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html>`_ .
968
1038
  :param tier: The tier for this channel. STANDARD tier channels can contain live programs.
1039
+ :param time_shift_configuration: The configuration for time-shifted viewing.
969
1040
 
970
1041
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html
971
1042
  :exampleMetadata: fixture=_generated
@@ -1008,7 +1079,10 @@ class CfnChannelProps:
1008
1079
  key="key",
1009
1080
  value="value"
1010
1081
  )],
1011
- tier="tier"
1082
+ tier="tier",
1083
+ time_shift_configuration=mediatailor.CfnChannel.TimeShiftConfigurationProperty(
1084
+ max_time_delay_seconds=123
1085
+ )
1012
1086
  )
1013
1087
  '''
1014
1088
  if __debug__:
@@ -1020,6 +1094,7 @@ class CfnChannelProps:
1020
1094
  check_type(argname="argument log_configuration", value=log_configuration, expected_type=type_hints["log_configuration"])
1021
1095
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1022
1096
  check_type(argname="argument tier", value=tier, expected_type=type_hints["tier"])
1097
+ check_type(argname="argument time_shift_configuration", value=time_shift_configuration, expected_type=type_hints["time_shift_configuration"])
1023
1098
  self._values: typing.Dict[builtins.str, typing.Any] = {
1024
1099
  "channel_name": channel_name,
1025
1100
  "outputs": outputs,
@@ -1033,6 +1108,8 @@ class CfnChannelProps:
1033
1108
  self._values["tags"] = tags
1034
1109
  if tier is not None:
1035
1110
  self._values["tier"] = tier
1111
+ if time_shift_configuration is not None:
1112
+ self._values["time_shift_configuration"] = time_shift_configuration
1036
1113
 
1037
1114
  @builtins.property
1038
1115
  def channel_name(self) -> builtins.str:
@@ -1116,6 +1193,17 @@ class CfnChannelProps:
1116
1193
  result = self._values.get("tier")
1117
1194
  return typing.cast(typing.Optional[builtins.str], result)
1118
1195
 
1196
+ @builtins.property
1197
+ def time_shift_configuration(
1198
+ self,
1199
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.TimeShiftConfigurationProperty]]:
1200
+ '''The configuration for time-shifted viewing.
1201
+
1202
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html#cfn-mediatailor-channel-timeshiftconfiguration
1203
+ '''
1204
+ result = self._values.get("time_shift_configuration")
1205
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.TimeShiftConfigurationProperty]], result)
1206
+
1119
1207
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1120
1208
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1121
1209
 
@@ -4060,6 +4148,7 @@ def _typecheckingstub__95afc802641850838d7d754c58072c279165a93bff5fc055789c1090a
4060
4148
  log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.LogConfigurationForChannelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4061
4149
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4062
4150
  tier: typing.Optional[builtins.str] = None,
4151
+ time_shift_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TimeShiftConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4063
4152
  ) -> None:
4064
4153
  """Type checking stubs"""
4065
4154
  pass
@@ -4118,6 +4207,12 @@ def _typecheckingstub__35198b30b0429365e601c60c11c6bb80791a3176a301d1fac563832c0
4118
4207
  """Type checking stubs"""
4119
4208
  pass
4120
4209
 
4210
+ def _typecheckingstub__5b3c40cad99c53a2773855f4cd98f257598efcf21fd51b6bb734064a33f180c7(
4211
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.TimeShiftConfigurationProperty]],
4212
+ ) -> None:
4213
+ """Type checking stubs"""
4214
+ pass
4215
+
4121
4216
  def _typecheckingstub__e53b76fce032c9b5b0b3ab03b03ec40f7f01e061c77ffbd9e3b0101056eecfb5(
4122
4217
  *,
4123
4218
  manifest_window_seconds: typing.Optional[jsii.Number] = None,
@@ -4161,6 +4256,13 @@ def _typecheckingstub__87bdd7eb43c3b69dcc5175fbdbdf3f64ecc1bea153e89e341c467115c
4161
4256
  """Type checking stubs"""
4162
4257
  pass
4163
4258
 
4259
+ def _typecheckingstub__9e6f8310362aba9a6cdbcee3376c31f278a1a77eb2cfdd2c6e322b1b49d57eaa(
4260
+ *,
4261
+ max_time_delay_seconds: jsii.Number,
4262
+ ) -> None:
4263
+ """Type checking stubs"""
4264
+ pass
4265
+
4164
4266
  def _typecheckingstub__31394bd173fe2beb5213e9badd5aafc6ea2b160b870f8a0efcdd0c7418364408(
4165
4267
  scope: _constructs_77d1e7e8.Construct,
4166
4268
  id: builtins.str,
@@ -4212,6 +4314,7 @@ def _typecheckingstub__34f9c53dfc17c104058553b2c51bffbfeea7885ab9628618cedcaf863
4212
4314
  log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.LogConfigurationForChannelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4213
4315
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4214
4316
  tier: typing.Optional[builtins.str] = None,
4317
+ time_shift_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TimeShiftConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4215
4318
  ) -> None:
4216
4319
  """Type checking stubs"""
4217
4320
  pass
@@ -901,7 +901,7 @@ class CfnFirewallPolicy(
901
901
  :param stateful_rule_group_references: References to the stateful rule groups that are used in the policy. These define the inspection criteria in stateful rules.
902
902
  :param stateless_custom_actions: The custom action definitions that are available for use in the firewall policy's ``StatelessDefaultActions`` setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.
903
903
  :param stateless_rule_group_references: References to the stateless rule groups that are used in the policy. These define the matching criteria in stateless rules.
904
- :param tls_inspection_configuration_arn: A resource ARN.
904
+ :param tls_inspection_configuration_arn: The Amazon Resource Name (ARN) of the TLS inspection configuration.
905
905
 
906
906
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-firewallpolicy.html
907
907
  :exampleMetadata: fixture=_generated
@@ -1104,7 +1104,7 @@ class CfnFirewallPolicy(
1104
1104
 
1105
1105
  @builtins.property
1106
1106
  def tls_inspection_configuration_arn(self) -> typing.Optional[builtins.str]:
1107
- '''A resource ARN.
1107
+ '''The Amazon Resource Name (ARN) of the TLS inspection configuration.
1108
1108
 
1109
1109
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-firewallpolicy.html#cfn-networkfirewall-firewallpolicy-firewallpolicy-tlsinspectionconfigurationarn
1110
1110
  '''
@@ -2330,7 +2330,7 @@ class CfnDevice(
2330
2330
  @builtins.property
2331
2331
  @jsii.member(jsii_name="attrCreatedAt")
2332
2332
  def attr_created_at(self) -> builtins.str:
2333
- '''The time that the device was created.
2333
+ '''The date and time that the device was created.
2334
2334
 
2335
2335
  :cloudformationAttribute: CreatedAt
2336
2336
  '''
@@ -2562,7 +2562,7 @@ class CfnWorkflow(
2562
2562
  :param main: The path of the main definition file for the workflow.
2563
2563
  :param name: The workflow's name.
2564
2564
  :param parameter_template: The workflow's parameter template.
2565
- :param storage_capacity: A storage capacity for the workflow in gigabytes.
2565
+ :param storage_capacity: A storage capacity for the workflow in gibibytes.
2566
2566
  :param tags: Tags for the workflow.
2567
2567
  '''
2568
2568
  if __debug__:
@@ -2767,7 +2767,7 @@ class CfnWorkflow(
2767
2767
  @builtins.property
2768
2768
  @jsii.member(jsii_name="storageCapacity")
2769
2769
  def storage_capacity(self) -> typing.Optional[jsii.Number]:
2770
- '''A storage capacity for the workflow in gigabytes.'''
2770
+ '''A storage capacity for the workflow in gibibytes.'''
2771
2771
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "storageCapacity"))
2772
2772
 
2773
2773
  @storage_capacity.setter
@@ -2904,7 +2904,7 @@ class CfnWorkflowProps:
2904
2904
  :param main: The path of the main definition file for the workflow.
2905
2905
  :param name: The workflow's name.
2906
2906
  :param parameter_template: The workflow's parameter template.
2907
- :param storage_capacity: A storage capacity for the workflow in gigabytes.
2907
+ :param storage_capacity: A storage capacity for the workflow in gibibytes.
2908
2908
  :param tags: Tags for the workflow.
2909
2909
 
2910
2910
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
@@ -3032,7 +3032,7 @@ class CfnWorkflowProps:
3032
3032
 
3033
3033
  @builtins.property
3034
3034
  def storage_capacity(self) -> typing.Optional[jsii.Number]:
3035
- '''A storage capacity for the workflow in gigabytes.
3035
+ '''A storage capacity for the workflow in gibibytes.
3036
3036
 
3037
3037
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-storagecapacity
3038
3038
  '''
@@ -6973,6 +6973,8 @@ class TLSSecurityPolicy(enum.Enum):
6973
6973
  '''Cipher suite TLS 1.0.'''
6974
6974
  TLS_1_2 = "TLS_1_2"
6975
6975
  '''Cipher suite TLS 1.2.'''
6976
+ TLS_1_2_PFS = "TLS_1_2_PFS"
6977
+ '''Cipher suite TLS 1.2 to 1.3 with perfect forward secrecy (PFS).'''
6976
6978
 
6977
6979
 
6978
6980
  @jsii.data_type(
@@ -9232,9 +9232,9 @@ class CfnGCMChannel(
9232
9232
  :param id: Construct identifier for this resource (unique in its scope).
9233
9233
  :param application_id: The unique identifier for the Amazon Pinpoint application that the GCM channel applies to.
9234
9234
  :param api_key: The Web API key, also called the *server key* , that you received from Google to communicate with Google services.
9235
- :param default_authentication_method:
9235
+ :param default_authentication_method: The default authentication method used for GCM. Values are either "TOKEN" or "KEY". Defaults to "KEY".
9236
9236
  :param enabled: Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
9237
- :param service_json:
9237
+ :param service_json: The contents of the JSON file provided by Google during registration in order to generate an access token for authentication. For more information see `Migrate from legacy FCM APIs to HTTP v1 <https://docs.aws.amazon.com/https://firebase.google.com/docs/cloud-messaging/migrate-v1>`_ .
9238
9238
  '''
9239
9239
  if __debug__:
9240
9240
  type_hints = typing.get_type_hints(_typecheckingstub__fb3f8f63a6157e10547523707b6985118a3e678783d2603097b290368727ae6a)
@@ -9325,6 +9325,7 @@ class CfnGCMChannel(
9325
9325
  @builtins.property
9326
9326
  @jsii.member(jsii_name="defaultAuthenticationMethod")
9327
9327
  def default_authentication_method(self) -> typing.Optional[builtins.str]:
9328
+ '''The default authentication method used for GCM.'''
9328
9329
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "defaultAuthenticationMethod"))
9329
9330
 
9330
9331
  @default_authentication_method.setter
@@ -9358,6 +9359,7 @@ class CfnGCMChannel(
9358
9359
  @builtins.property
9359
9360
  @jsii.member(jsii_name="serviceJson")
9360
9361
  def service_json(self) -> typing.Optional[builtins.str]:
9362
+ '''The contents of the JSON file provided by Google during registration in order to generate an access token for authentication.'''
9361
9363
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceJson"))
9362
9364
 
9363
9365
  @service_json.setter
@@ -9393,9 +9395,9 @@ class CfnGCMChannelProps:
9393
9395
 
9394
9396
  :param application_id: The unique identifier for the Amazon Pinpoint application that the GCM channel applies to.
9395
9397
  :param api_key: The Web API key, also called the *server key* , that you received from Google to communicate with Google services.
9396
- :param default_authentication_method:
9398
+ :param default_authentication_method: The default authentication method used for GCM. Values are either "TOKEN" or "KEY". Defaults to "KEY".
9397
9399
  :param enabled: Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
9398
- :param service_json:
9400
+ :param service_json: The contents of the JSON file provided by Google during registration in order to generate an access token for authentication. For more information see `Migrate from legacy FCM APIs to HTTP v1 <https://docs.aws.amazon.com/https://firebase.google.com/docs/cloud-messaging/migrate-v1>`_ .
9399
9401
 
9400
9402
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html
9401
9403
  :exampleMetadata: fixture=_generated
@@ -9456,7 +9458,10 @@ class CfnGCMChannelProps:
9456
9458
 
9457
9459
  @builtins.property
9458
9460
  def default_authentication_method(self) -> typing.Optional[builtins.str]:
9459
- '''
9461
+ '''The default authentication method used for GCM.
9462
+
9463
+ Values are either "TOKEN" or "KEY". Defaults to "KEY".
9464
+
9460
9465
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-defaultauthenticationmethod
9461
9466
  '''
9462
9467
  result = self._values.get("default_authentication_method")
@@ -9475,7 +9480,10 @@ class CfnGCMChannelProps:
9475
9480
 
9476
9481
  @builtins.property
9477
9482
  def service_json(self) -> typing.Optional[builtins.str]:
9478
- '''
9483
+ '''The contents of the JSON file provided by Google during registration in order to generate an access token for authentication.
9484
+
9485
+ For more information see `Migrate from legacy FCM APIs to HTTP v1 <https://docs.aws.amazon.com/https://firebase.google.com/docs/cloud-messaging/migrate-v1>`_ .
9486
+
9479
9487
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-servicejson
9480
9488
  '''
9481
9489
  result = self._values.get("service_json")
@@ -57,9 +57,12 @@ class CfnPipe(
57
57
  metaclass=jsii.JSIIMeta,
58
58
  jsii_type="aws-cdk-lib.aws_pipes.CfnPipe",
59
59
  ):
60
- '''Create a pipe.
60
+ '''Specifies a pipe.
61
61
 
62
62
  Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.
63
+ .. epigraph::
64
+
65
+ As an aid to help you jumpstart developing CloudFormation templates, the EventBridge console enables you to create templates from the existing pipes in your account. For more information, see `Generate an CloudFormation template from EventBridge Pipes <https://docs.aws.amazon.com/eventbridge/latest/userguide/pipes-generate-template.html>`_ in the *Amazon EventBridge User Guide* .
63
66
 
64
67
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pipes-pipe.html
65
68
  :cloudformationResource: AWS::Pipes::Pipe
@@ -2824,7 +2827,7 @@ class CfnPipe(
2824
2827
 
2825
2828
  :param cloudwatch_logs_log_destination: The logging configuration settings for the pipe.
2826
2829
  :param firehose_log_destination: The Amazon Kinesis Data Firehose logging configuration settings for the pipe.
2827
- :param include_execution_data: Whether the execution data (specifically, the ``payload`` , ``awsRequest`` , and ``awsResponse`` fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. For more information, see `Including execution data in logs <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data>`_ in the *Amazon EventBridge User Guide* .
2830
+ :param include_execution_data: Whether the execution data (specifically, the ``payload`` , ``awsRequest`` , and ``awsResponse`` fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. For more information, see `Including execution data in logs <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data>`_ in the *Amazon EventBridge User Guide* . *Allowed values:* ``ALL``
2828
2831
  :param level: The level of logging detail to include. This applies to all log destinations for the pipe.
2829
2832
  :param s3_log_destination: The Amazon S3 logging configuration settings for the pipe.
2830
2833
 
@@ -2903,6 +2906,8 @@ class CfnPipe(
2903
2906
 
2904
2907
  For more information, see `Including execution data in logs <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data>`_ in the *Amazon EventBridge User Guide* .
2905
2908
 
2909
+ *Allowed values:* ``ALL``
2910
+
2906
2911
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipelogconfiguration.html#cfn-pipes-pipe-pipelogconfiguration-includeexecutiondata
2907
2912
  '''
2908
2913
  result = self._values.get("include_execution_data")
@@ -7622,7 +7622,7 @@ class CfnDBInstance(
7622
7622
  :param auto_minor_version_upgrade: A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
7623
7623
  :param availability_zone: The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see `Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ . For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. Default: A random, system-chosen Availability Zone in the endpoint's AWS Region . Constraints: - The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment. - The specified Availability Zone must be in the same AWS Region as the current endpoint. Example: ``us-east-1d``
7624
7624
  :param backup_retention_period: The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. *Amazon Aurora* Not applicable. The retention period for automated backups is managed by the DB cluster. Default: 1 Constraints: - Must be a value from 0 to 35 - Can't be set to 0 if the DB instance is a source to read replicas Default: - 1
7625
- :param ca_certificate_identifier: The identifier of the CA certificate for this DB instance. .. epigraph:: Specifying or updating this property triggers a reboot. For more information about CA certificate identifiers for RDS DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide* . For more information about CA certificate identifiers for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* .
7625
+ :param ca_certificate_identifier: The identifier of the CA certificate for this DB instance. Specifying or updating this property triggers a reboot. For more information about CA certificate identifiers for RDS DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide* . For more information about CA certificate identifiers for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* .
7626
7626
  :param certificate_details: The details of the DB instance's server certificate.
7627
7627
  :param certificate_rotation_restart: Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate. By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted. .. epigraph:: Set this parameter only if you are *not* using SSL/TLS to connect to the DB instance. If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate: - For more information about rotating your SSL/TLS certificate for RDS DB engines, see `Rotating Your SSL/TLS Certificate. <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide.* - For more information about rotating your SSL/TLS certificate for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* . This setting doesn't apply to RDS Custom DB instances.
7628
7628
  :param character_set_name: For supported engines, indicates that the DB instance should be associated with the specified character set. *Amazon Aurora* Not applicable. The character set is managed by the DB cluster. For more information, see `AWS::RDS::DBCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html>`_ .
@@ -9606,7 +9606,7 @@ class CfnDBInstanceProps:
9606
9606
  :param auto_minor_version_upgrade: A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
9607
9607
  :param availability_zone: The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see `Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ . For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. Default: A random, system-chosen Availability Zone in the endpoint's AWS Region . Constraints: - The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment. - The specified Availability Zone must be in the same AWS Region as the current endpoint. Example: ``us-east-1d``
9608
9608
  :param backup_retention_period: The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. *Amazon Aurora* Not applicable. The retention period for automated backups is managed by the DB cluster. Default: 1 Constraints: - Must be a value from 0 to 35 - Can't be set to 0 if the DB instance is a source to read replicas Default: - 1
9609
- :param ca_certificate_identifier: The identifier of the CA certificate for this DB instance. .. epigraph:: Specifying or updating this property triggers a reboot. For more information about CA certificate identifiers for RDS DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide* . For more information about CA certificate identifiers for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* .
9609
+ :param ca_certificate_identifier: The identifier of the CA certificate for this DB instance. Specifying or updating this property triggers a reboot. For more information about CA certificate identifiers for RDS DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide* . For more information about CA certificate identifiers for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* .
9610
9610
  :param certificate_details: The details of the DB instance's server certificate.
9611
9611
  :param certificate_rotation_restart: Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate. By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted. .. epigraph:: Set this parameter only if you are *not* using SSL/TLS to connect to the DB instance. If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate: - For more information about rotating your SSL/TLS certificate for RDS DB engines, see `Rotating Your SSL/TLS Certificate. <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide.* - For more information about rotating your SSL/TLS certificate for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* . This setting doesn't apply to RDS Custom DB instances.
9612
9612
  :param character_set_name: For supported engines, indicates that the DB instance should be associated with the specified character set. *Amazon Aurora* Not applicable. The character set is managed by the DB cluster. For more information, see `AWS::RDS::DBCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html>`_ .
@@ -10189,13 +10189,7 @@ class CfnDBInstanceProps:
10189
10189
  def ca_certificate_identifier(self) -> typing.Optional[builtins.str]:
10190
10190
  '''The identifier of the CA certificate for this DB instance.
10191
10191
 
10192
- .. epigraph::
10193
-
10194
- Specifying or updating this property triggers a reboot.
10195
-
10196
- For more information about CA certificate identifiers for RDS DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide* .
10197
-
10198
- For more information about CA certificate identifiers for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* .
10192
+ Specifying or updating this property triggers a reboot. For more information about CA certificate identifiers for RDS DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide* . For more information about CA certificate identifiers for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* .
10199
10193
 
10200
10194
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-cacertificateidentifier
10201
10195
  '''
@@ -34747,6 +34741,18 @@ class SqlServerEngineVersion(
34747
34741
  '''Version "15.00.4335.1.v1".'''
34748
34742
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4335_1_V1"))
34749
34743
 
34744
+ @jsii.python.classproperty
34745
+ @jsii.member(jsii_name="VER_15_00_4345_5_V1")
34746
+ def VER_15_00_4345_5_V1(cls) -> "SqlServerEngineVersion":
34747
+ '''Version "15.00.4345.5.v1".'''
34748
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4345_5_V1"))
34749
+
34750
+ @jsii.python.classproperty
34751
+ @jsii.member(jsii_name="VER_16")
34752
+ def VER_16(cls) -> "SqlServerEngineVersion":
34753
+ '''Version "16.00" (only a major version, without a specific minor version).'''
34754
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16"))
34755
+
34750
34756
  @jsii.python.classproperty
34751
34757
  @jsii.member(jsii_name="VER_16_00_4085_2_V1")
34752
34758
  def VER_16_00_4085_2_V1(cls) -> "SqlServerEngineVersion":