aws-cdk-lib 2.206.0__py3-none-any.whl → 2.208.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 (44) hide show
  1. aws_cdk/__init__.py +96 -15
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.206.0.jsii.tgz → aws-cdk-lib@2.208.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_aiops/__init__.py +70 -76
  5. aws_cdk/aws_amazonmq/__init__.py +8 -18
  6. aws_cdk/aws_appstream/__init__.py +36 -4
  7. aws_cdk/aws_autoscaling/__init__.py +20 -0
  8. aws_cdk/aws_bedrock/__init__.py +317 -142
  9. aws_cdk/aws_certificatemanager/__init__.py +48 -3
  10. aws_cdk/aws_cleanrooms/__init__.py +6 -2
  11. aws_cdk/aws_cloudformation/__init__.py +28 -15
  12. aws_cdk/aws_cloudfront/__init__.py +12 -2
  13. aws_cdk/aws_cloudwatch/__init__.py +574 -33
  14. aws_cdk/aws_connect/__init__.py +107 -3
  15. aws_cdk/aws_customerprofiles/__init__.py +27 -22
  16. aws_cdk/aws_datasync/__init__.py +14 -15
  17. aws_cdk/aws_docdb/__init__.py +5 -3
  18. aws_cdk/aws_ec2/__init__.py +59 -13
  19. aws_cdk/aws_ecs/__init__.py +185 -47
  20. aws_cdk/aws_events/__init__.py +142 -0
  21. aws_cdk/aws_gamelift/__init__.py +2 -2
  22. aws_cdk/aws_guardduty/__init__.py +86 -0
  23. aws_cdk/aws_iotsitewise/__init__.py +13 -9
  24. aws_cdk/aws_kinesisfirehose/__init__.py +377 -4
  25. aws_cdk/aws_kms/__init__.py +19 -17
  26. aws_cdk/aws_logs/__init__.py +4775 -764
  27. aws_cdk/aws_mediapackagev2/__init__.py +950 -48
  28. aws_cdk/aws_omics/__init__.py +13 -10
  29. aws_cdk/aws_opsworkscm/__init__.py +2 -4
  30. aws_cdk/aws_quicksight/__init__.py +111 -4
  31. aws_cdk/aws_rds/__init__.py +358 -27
  32. aws_cdk/aws_s3/__init__.py +781 -8
  33. aws_cdk/aws_s3express/__init__.py +61 -3
  34. aws_cdk/aws_s3tables/__init__.py +254 -0
  35. aws_cdk/aws_sagemaker/__init__.py +527 -140
  36. aws_cdk/aws_ssm/__init__.py +106 -33
  37. aws_cdk/aws_transfer/__init__.py +70 -11
  38. aws_cdk/aws_wisdom/__init__.py +1185 -100
  39. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/METADATA +2 -2
  40. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/RECORD +44 -44
  41. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/LICENSE +0 -0
  42. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/NOTICE +0 -0
  43. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/WHEEL +0 -0
  44. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/top_level.txt +0 -0
@@ -2281,7 +2281,7 @@ class CfnEvaluationForm(
2281
2281
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2282
2282
  ) -> None:
2283
2283
  '''
2284
- :param enabled: Auto Evaluation enablement status.
2284
+ :param enabled:
2285
2285
 
2286
2286
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html
2287
2287
  :exampleMetadata: fixture=_generated
@@ -2307,8 +2307,7 @@ class CfnEvaluationForm(
2307
2307
  def enabled(
2308
2308
  self,
2309
2309
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2310
- '''Auto Evaluation enablement status.
2311
-
2310
+ '''
2312
2311
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html#cfn-connect-evaluationform-autoevaluationconfiguration-enabled
2313
2312
  '''
2314
2313
  result = self._values.get("enabled")
@@ -5276,6 +5275,11 @@ class CfnInstance(
5276
5275
  contactflow_logs=False,
5277
5276
  contact_lens=False,
5278
5277
  early_media=False,
5278
+ enhanced_chat_monitoring=False,
5279
+ enhanced_contact_monitoring=False,
5280
+ high_volume_out_bound=False,
5281
+ multi_party_chat_conference=False,
5282
+ multi_party_conference=False,
5279
5283
  use_custom_tts_voices=False
5280
5284
  ),
5281
5285
  identity_management_type="identityManagementType",
@@ -5492,6 +5496,11 @@ class CfnInstance(
5492
5496
  "contactflow_logs": "contactflowLogs",
5493
5497
  "contact_lens": "contactLens",
5494
5498
  "early_media": "earlyMedia",
5499
+ "enhanced_chat_monitoring": "enhancedChatMonitoring",
5500
+ "enhanced_contact_monitoring": "enhancedContactMonitoring",
5501
+ "high_volume_out_bound": "highVolumeOutBound",
5502
+ "multi_party_chat_conference": "multiPartyChatConference",
5503
+ "multi_party_conference": "multiPartyConference",
5495
5504
  "use_custom_tts_voices": "useCustomTtsVoices",
5496
5505
  },
5497
5506
  )
@@ -5505,6 +5514,11 @@ class CfnInstance(
5505
5514
  contactflow_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5506
5515
  contact_lens: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5507
5516
  early_media: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5517
+ enhanced_chat_monitoring: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5518
+ enhanced_contact_monitoring: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5519
+ high_volume_out_bound: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5520
+ multi_party_chat_conference: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5521
+ multi_party_conference: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5508
5522
  use_custom_tts_voices: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5509
5523
  ) -> None:
5510
5524
  '''*This is a preview release for Amazon Connect .
@@ -5517,6 +5531,11 @@ class CfnInstance(
5517
5531
  :param contactflow_logs: Boolean flag which enables CONTACTFLOW_LOGS on an instance.
5518
5532
  :param contact_lens: Boolean flag which enables CONTACT_LENS on an instance.
5519
5533
  :param early_media: Boolean flag which enables EARLY_MEDIA on an instance.
5534
+ :param enhanced_chat_monitoring: Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.
5535
+ :param enhanced_contact_monitoring: Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.
5536
+ :param high_volume_out_bound: Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.
5537
+ :param multi_party_chat_conference: Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.
5538
+ :param multi_party_conference: Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.
5520
5539
  :param use_custom_tts_voices: Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance.
5521
5540
 
5522
5541
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html
@@ -5537,6 +5556,11 @@ class CfnInstance(
5537
5556
  contactflow_logs=False,
5538
5557
  contact_lens=False,
5539
5558
  early_media=False,
5559
+ enhanced_chat_monitoring=False,
5560
+ enhanced_contact_monitoring=False,
5561
+ high_volume_out_bound=False,
5562
+ multi_party_chat_conference=False,
5563
+ multi_party_conference=False,
5540
5564
  use_custom_tts_voices=False
5541
5565
  )
5542
5566
  '''
@@ -5548,6 +5572,11 @@ class CfnInstance(
5548
5572
  check_type(argname="argument contactflow_logs", value=contactflow_logs, expected_type=type_hints["contactflow_logs"])
5549
5573
  check_type(argname="argument contact_lens", value=contact_lens, expected_type=type_hints["contact_lens"])
5550
5574
  check_type(argname="argument early_media", value=early_media, expected_type=type_hints["early_media"])
5575
+ check_type(argname="argument enhanced_chat_monitoring", value=enhanced_chat_monitoring, expected_type=type_hints["enhanced_chat_monitoring"])
5576
+ check_type(argname="argument enhanced_contact_monitoring", value=enhanced_contact_monitoring, expected_type=type_hints["enhanced_contact_monitoring"])
5577
+ check_type(argname="argument high_volume_out_bound", value=high_volume_out_bound, expected_type=type_hints["high_volume_out_bound"])
5578
+ check_type(argname="argument multi_party_chat_conference", value=multi_party_chat_conference, expected_type=type_hints["multi_party_chat_conference"])
5579
+ check_type(argname="argument multi_party_conference", value=multi_party_conference, expected_type=type_hints["multi_party_conference"])
5551
5580
  check_type(argname="argument use_custom_tts_voices", value=use_custom_tts_voices, expected_type=type_hints["use_custom_tts_voices"])
5552
5581
  self._values: typing.Dict[builtins.str, typing.Any] = {
5553
5582
  "inbound_calls": inbound_calls,
@@ -5561,6 +5590,16 @@ class CfnInstance(
5561
5590
  self._values["contact_lens"] = contact_lens
5562
5591
  if early_media is not None:
5563
5592
  self._values["early_media"] = early_media
5593
+ if enhanced_chat_monitoring is not None:
5594
+ self._values["enhanced_chat_monitoring"] = enhanced_chat_monitoring
5595
+ if enhanced_contact_monitoring is not None:
5596
+ self._values["enhanced_contact_monitoring"] = enhanced_contact_monitoring
5597
+ if high_volume_out_bound is not None:
5598
+ self._values["high_volume_out_bound"] = high_volume_out_bound
5599
+ if multi_party_chat_conference is not None:
5600
+ self._values["multi_party_chat_conference"] = multi_party_chat_conference
5601
+ if multi_party_conference is not None:
5602
+ self._values["multi_party_conference"] = multi_party_conference
5564
5603
  if use_custom_tts_voices is not None:
5565
5604
  self._values["use_custom_tts_voices"] = use_custom_tts_voices
5566
5605
 
@@ -5628,6 +5667,61 @@ class CfnInstance(
5628
5667
  result = self._values.get("early_media")
5629
5668
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5630
5669
 
5670
+ @builtins.property
5671
+ def enhanced_chat_monitoring(
5672
+ self,
5673
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5674
+ '''Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.
5675
+
5676
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedchatmonitoring
5677
+ '''
5678
+ result = self._values.get("enhanced_chat_monitoring")
5679
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5680
+
5681
+ @builtins.property
5682
+ def enhanced_contact_monitoring(
5683
+ self,
5684
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5685
+ '''Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.
5686
+
5687
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedcontactmonitoring
5688
+ '''
5689
+ result = self._values.get("enhanced_contact_monitoring")
5690
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5691
+
5692
+ @builtins.property
5693
+ def high_volume_out_bound(
5694
+ self,
5695
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5696
+ '''Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.
5697
+
5698
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-highvolumeoutbound
5699
+ '''
5700
+ result = self._values.get("high_volume_out_bound")
5701
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5702
+
5703
+ @builtins.property
5704
+ def multi_party_chat_conference(
5705
+ self,
5706
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5707
+ '''Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.
5708
+
5709
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartychatconference
5710
+ '''
5711
+ result = self._values.get("multi_party_chat_conference")
5712
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5713
+
5714
+ @builtins.property
5715
+ def multi_party_conference(
5716
+ self,
5717
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5718
+ '''Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.
5719
+
5720
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartyconference
5721
+ '''
5722
+ result = self._values.get("multi_party_conference")
5723
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5724
+
5631
5725
  @builtins.property
5632
5726
  def use_custom_tts_voices(
5633
5727
  self,
@@ -5699,6 +5793,11 @@ class CfnInstanceProps:
5699
5793
  contactflow_logs=False,
5700
5794
  contact_lens=False,
5701
5795
  early_media=False,
5796
+ enhanced_chat_monitoring=False,
5797
+ enhanced_contact_monitoring=False,
5798
+ high_volume_out_bound=False,
5799
+ multi_party_chat_conference=False,
5800
+ multi_party_conference=False,
5702
5801
  use_custom_tts_voices=False
5703
5802
  ),
5704
5803
  identity_management_type="identityManagementType",
@@ -17456,6 +17555,11 @@ def _typecheckingstub__c40aedafdc4ea4fb2b717cc5c6ef0e2db4eb7490be99c35b78dc90f18
17456
17555
  contactflow_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17457
17556
  contact_lens: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17458
17557
  early_media: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17558
+ enhanced_chat_monitoring: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17559
+ enhanced_contact_monitoring: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17560
+ high_volume_out_bound: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17561
+ multi_party_chat_conference: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17562
+ multi_party_conference: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17459
17563
  use_custom_tts_voices: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
17460
17564
  ) -> None:
17461
17565
  """Type checking stubs"""
@@ -644,10 +644,10 @@ class CfnCalculatedAttributeDefinition(
644
644
  '''The relative time period over which data is included in the aggregation.
645
645
 
646
646
  :param unit: The unit of time.
647
- :param timestamp_format: The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI or ISO_8601. E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235Z"}}, then TimestampFormat should be "ISO_8601".
648
- :param timestamp_source: An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of "{ObjectTypeName.}". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}".
647
+ :param timestamp_format: The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI (for Unix epoch timestamps with second/millisecond level precision) or ISO_8601 (following ISO_8601 format with second/millisecond level precision, with an optional offset of Z or in the format HH:MM or HHMM.). E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235-0700"}}, then TimestampFormat should be "ISO_8601"
648
+ :param timestamp_source: An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of "{ObjectTypeName.}". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}"
649
649
  :param value: The amount of time of the specified unit.
650
- :param value_range: A structure specifying the endpoints of the relative time period over which data is included in the aggregation.
650
+ :param value_range: A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
651
651
 
652
652
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html
653
653
  :exampleMetadata: fixture=_generated
@@ -704,7 +704,7 @@ class CfnCalculatedAttributeDefinition(
704
704
  def timestamp_format(self) -> typing.Optional[builtins.str]:
705
705
  '''The format the timestamp field in your JSON object is specified.
706
706
 
707
- This value should be one of EPOCHMILLI or ISO_8601. E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235Z"}}, then TimestampFormat should be "ISO_8601".
707
+ This value should be one of EPOCHMILLI (for Unix epoch timestamps with second/millisecond level precision) or ISO_8601 (following ISO_8601 format with second/millisecond level precision, with an optional offset of Z or in the format HH:MM or HHMM.). E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235-0700"}}, then TimestampFormat should be "ISO_8601"
708
708
 
709
709
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampformat
710
710
  '''
@@ -715,7 +715,7 @@ class CfnCalculatedAttributeDefinition(
715
715
  def timestamp_source(self) -> typing.Optional[builtins.str]:
716
716
  '''An expression specifying the field in your JSON object from which the date should be parsed.
717
717
 
718
- The expression should follow the structure of "{ObjectTypeName.}". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}".
718
+ The expression should follow the structure of "{ObjectTypeName.}". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}"
719
719
 
720
720
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampsource
721
721
  '''
@@ -735,7 +735,9 @@ class CfnCalculatedAttributeDefinition(
735
735
  def value_range(
736
736
  self,
737
737
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCalculatedAttributeDefinition.ValueRangeProperty"]]:
738
- '''A structure specifying the endpoints of the relative time period over which data is included in the aggregation.
738
+ '''A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute.
739
+
740
+ Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
739
741
 
740
742
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-valuerange
741
743
  '''
@@ -768,10 +770,10 @@ class CfnCalculatedAttributeDefinition(
768
770
  message: typing.Optional[builtins.str] = None,
769
771
  progress_percentage: typing.Optional[jsii.Number] = None,
770
772
  ) -> None:
771
- '''The readiness status of the calculated attribute.
773
+ '''Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
772
774
 
773
- :param message: Any information pertaining to the status of the calculated attribute if required.
774
- :param progress_percentage: The progress percentage for including historical data in your calculated attribute.
775
+ :param message: Any customer messaging.
776
+ :param progress_percentage: Approximately how far the Calculated Attribute creation is from completion.
775
777
 
776
778
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html
777
779
  :exampleMetadata: fixture=_generated
@@ -799,7 +801,7 @@ class CfnCalculatedAttributeDefinition(
799
801
 
800
802
  @builtins.property
801
803
  def message(self) -> typing.Optional[builtins.str]:
802
- '''Any information pertaining to the status of the calculated attribute if required.
804
+ '''Any customer messaging.
803
805
 
804
806
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html#cfn-customerprofiles-calculatedattributedefinition-readiness-message
805
807
  '''
@@ -808,7 +810,7 @@ class CfnCalculatedAttributeDefinition(
808
810
 
809
811
  @builtins.property
810
812
  def progress_percentage(self) -> typing.Optional[jsii.Number]:
811
- '''The progress percentage for including historical data in your calculated attribute.
813
+ '''Approximately how far the Calculated Attribute creation is from completion.
812
814
 
813
815
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html#cfn-customerprofiles-calculatedattributedefinition-readiness-progresspercentage
814
816
  '''
@@ -899,10 +901,12 @@ class CfnCalculatedAttributeDefinition(
899
901
  )
900
902
  class ValueRangeProperty:
901
903
  def __init__(self, *, end: jsii.Number, start: jsii.Number) -> None:
902
- '''A structure specifying the endpoints of the relative time period over which data is included in the aggregation.
904
+ '''A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute.
905
+
906
+ Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
903
907
 
904
- :param end: The ending point for this range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
905
- :param start: The starting point for this range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
908
+ :param end: The ending point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
909
+ :param start: The starting point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
906
910
 
907
911
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html
908
912
  :exampleMetadata: fixture=_generated
@@ -929,7 +933,7 @@ class CfnCalculatedAttributeDefinition(
929
933
 
930
934
  @builtins.property
931
935
  def end(self) -> jsii.Number:
932
- '''The ending point for this range.
936
+ '''The ending point for this overridden range.
933
937
 
934
938
  Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
935
939
 
@@ -941,7 +945,7 @@ class CfnCalculatedAttributeDefinition(
941
945
 
942
946
  @builtins.property
943
947
  def start(self) -> jsii.Number:
944
- '''The starting point for this range.
948
+ '''The starting point for this overridden range.
945
949
 
946
950
  Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
947
951
 
@@ -8872,7 +8876,7 @@ class CfnSegmentDefinition(
8872
8876
  :param party_type_string: A field to describe values to segment on within partyTypeString.
8873
8877
  :param personal_email_address: A field to describe values to segment on within personal email address.
8874
8878
  :param phone_number: A field to describe values to segment on within phone number.
8875
- :param profile_type: Specifies profile type based criteria for a segment.
8879
+ :param profile_type: The type of profile.
8876
8880
  :param shipping_address: A field to describe values to segment on within shipping address.
8877
8881
 
8878
8882
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profileattributes.html
@@ -9359,7 +9363,7 @@ class CfnSegmentDefinition(
9359
9363
  def profile_type(
9360
9364
  self,
9361
9365
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSegmentDefinition.ProfileTypeDimensionProperty"]]:
9362
- '''Specifies profile type based criteria for a segment.
9366
+ '''The type of profile.
9363
9367
 
9364
9368
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profileattributes.html#cfn-customerprofiles-segmentdefinition-profileattributes-profiletype
9365
9369
  '''
@@ -9472,8 +9476,8 @@ class CfnSegmentDefinition(
9472
9476
  ) -> None:
9473
9477
  '''Specifies profile type based criteria for a segment.
9474
9478
 
9475
- :param dimension_type: The type of segment dimension to use for a profile type dimension.
9476
- :param values:
9479
+ :param dimension_type: The action to segment on.
9480
+ :param values: The values to apply the DimensionType on.
9477
9481
 
9478
9482
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html
9479
9483
  :exampleMetadata: fixture=_generated
@@ -9500,7 +9504,7 @@ class CfnSegmentDefinition(
9500
9504
 
9501
9505
  @builtins.property
9502
9506
  def dimension_type(self) -> builtins.str:
9503
- '''The type of segment dimension to use for a profile type dimension.
9507
+ '''The action to segment on.
9504
9508
 
9505
9509
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-dimensiontype
9506
9510
  '''
@@ -9510,7 +9514,8 @@ class CfnSegmentDefinition(
9510
9514
 
9511
9515
  @builtins.property
9512
9516
  def values(self) -> typing.List[builtins.str]:
9513
- '''
9517
+ '''The values to apply the DimensionType on.
9518
+
9514
9519
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-values
9515
9520
  '''
9516
9521
  result = self._values.get("values")
@@ -4643,7 +4643,7 @@ class CfnLocationNFS(
4643
4643
  :param id: Construct identifier for this resource (unique in its scope).
4644
4644
  :param on_prem_config: Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server. You can specify more than one agent. For more information, see `Using multiple DataSync agents <https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents>`_ .
4645
4645
  :param mount_options: Specifies the options that DataSync can use to mount your NFS file server.
4646
- :param server_hostname: Specifies the DNS name or IP version 4 address of the NFS file server that your DataSync agent connects to.
4646
+ :param server_hostname: Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.
4647
4647
  :param subdirectory: Specifies the export path in your NFS file server that you want DataSync to mount. This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see `Accessing NFS file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs>`_ .
4648
4648
  :param tags: Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your location.
4649
4649
  '''
@@ -4759,7 +4759,7 @@ class CfnLocationNFS(
4759
4759
  @builtins.property
4760
4760
  @jsii.member(jsii_name="serverHostname")
4761
4761
  def server_hostname(self) -> typing.Optional[builtins.str]:
4762
- '''Specifies the DNS name or IP version 4 address of the NFS file server that your DataSync agent connects to.'''
4762
+ '''Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.'''
4763
4763
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serverHostname"))
4764
4764
 
4765
4765
  @server_hostname.setter
@@ -4939,7 +4939,7 @@ class CfnLocationNFSProps:
4939
4939
 
4940
4940
  :param on_prem_config: Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server. You can specify more than one agent. For more information, see `Using multiple DataSync agents <https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents>`_ .
4941
4941
  :param mount_options: Specifies the options that DataSync can use to mount your NFS file server.
4942
- :param server_hostname: Specifies the DNS name or IP version 4 address of the NFS file server that your DataSync agent connects to.
4942
+ :param server_hostname: Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.
4943
4943
  :param subdirectory: Specifies the export path in your NFS file server that you want DataSync to mount. This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see `Accessing NFS file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs>`_ .
4944
4944
  :param tags: Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your location.
4945
4945
 
@@ -5015,7 +5015,7 @@ class CfnLocationNFSProps:
5015
5015
 
5016
5016
  @builtins.property
5017
5017
  def server_hostname(self) -> typing.Optional[builtins.str]:
5018
- '''Specifies the DNS name or IP version 4 address of the NFS file server that your DataSync agent connects to.
5018
+ '''Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.
5019
5019
 
5020
5020
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-serverhostname
5021
5021
  '''
@@ -5129,7 +5129,7 @@ class CfnLocationObjectStorage(
5129
5129
  :param custom_secret_config: Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. .. epigraph:: You can use either ``CmkSecretConfig`` (with ``SecretKey`` ) or ``CustomSecretConfig`` (without ``SecretKey`` ) to provide credentials for a ``CreateLocationObjectStorage`` request. Do not provide both parameters for the same request.
5130
5130
  :param secret_key: Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server. .. epigraph:: If you provide a secret using ``SecretKey`` , but do not provide secret configuration details using ``CmkSecretConfig`` or ``CustomSecretConfig`` , then DataSync stores the token using your AWS account's Secrets Manager secret.
5131
5131
  :param server_certificate: Specifies a certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA). You must specify a single ``.pem`` file with a full certificate chain (for example, ``file:///home/user/.ssh/object_storage_certificates.pem`` ). The certificate chain might include: - The object storage system's certificate - All intermediate certificates (if there are any) - The root certificate of the signing CA You can concatenate your certificates into a ``.pem`` file (which can be up to 32768 bytes before base64 encoding). The following example ``cat`` command creates an ``object_storage_certificates.pem`` file that includes three certificates: ``cat object_server_certificate.pem intermediate_certificate.pem ca_root_certificate.pem > object_storage_certificates.pem`` To use this parameter, configure ``ServerProtocol`` to ``HTTPS`` .
5132
- :param server_hostname: Specifies the domain name or IP version 4 (IPv4) address of the object storage server that your DataSync agent connects to.
5132
+ :param server_hostname: Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that your DataSync agent connects to.
5133
5133
  :param server_port: Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
5134
5134
  :param server_protocol: Specifies the protocol that your object storage server uses to communicate. If not specified, the default value is ``HTTPS`` .
5135
5135
  :param subdirectory: Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.
@@ -5341,7 +5341,7 @@ class CfnLocationObjectStorage(
5341
5341
  @builtins.property
5342
5342
  @jsii.member(jsii_name="serverHostname")
5343
5343
  def server_hostname(self) -> typing.Optional[builtins.str]:
5344
- '''Specifies the domain name or IP version 4 (IPv4) address of the object storage server that your DataSync agent connects to.'''
5344
+ '''Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that your DataSync agent connects to.'''
5345
5345
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serverHostname"))
5346
5346
 
5347
5347
  @server_hostname.setter
@@ -5659,7 +5659,7 @@ class CfnLocationObjectStorageProps:
5659
5659
  :param custom_secret_config: Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. .. epigraph:: You can use either ``CmkSecretConfig`` (with ``SecretKey`` ) or ``CustomSecretConfig`` (without ``SecretKey`` ) to provide credentials for a ``CreateLocationObjectStorage`` request. Do not provide both parameters for the same request.
5660
5660
  :param secret_key: Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server. .. epigraph:: If you provide a secret using ``SecretKey`` , but do not provide secret configuration details using ``CmkSecretConfig`` or ``CustomSecretConfig`` , then DataSync stores the token using your AWS account's Secrets Manager secret.
5661
5661
  :param server_certificate: Specifies a certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA). You must specify a single ``.pem`` file with a full certificate chain (for example, ``file:///home/user/.ssh/object_storage_certificates.pem`` ). The certificate chain might include: - The object storage system's certificate - All intermediate certificates (if there are any) - The root certificate of the signing CA You can concatenate your certificates into a ``.pem`` file (which can be up to 32768 bytes before base64 encoding). The following example ``cat`` command creates an ``object_storage_certificates.pem`` file that includes three certificates: ``cat object_server_certificate.pem intermediate_certificate.pem ca_root_certificate.pem > object_storage_certificates.pem`` To use this parameter, configure ``ServerProtocol`` to ``HTTPS`` .
5662
- :param server_hostname: Specifies the domain name or IP version 4 (IPv4) address of the object storage server that your DataSync agent connects to.
5662
+ :param server_hostname: Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that your DataSync agent connects to.
5663
5663
  :param server_port: Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
5664
5664
  :param server_protocol: Specifies the protocol that your object storage server uses to communicate. If not specified, the default value is ``HTTPS`` .
5665
5665
  :param subdirectory: Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.
@@ -5842,7 +5842,7 @@ class CfnLocationObjectStorageProps:
5842
5842
 
5843
5843
  @builtins.property
5844
5844
  def server_hostname(self) -> typing.Optional[builtins.str]:
5845
- '''Specifies the domain name or IP version 4 (IPv4) address of the object storage server that your DataSync agent connects to.
5845
+ '''Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that your DataSync agent connects to.
5846
5846
 
5847
5847
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html#cfn-datasync-locationobjectstorage-serverhostname
5848
5848
  '''
@@ -6381,7 +6381,7 @@ class CfnLocationSMB(
6381
6381
  :param kerberos_principal: Specifies a service principal name (SPN), which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server. SPNs are case sensitive and must include a prepended cifs/. For example, an SPN might look like cifs/kerberosuser@EXAMPLE.COM. Your task execution will fail if the SPN that you provide for this parameter doesn't match exactly what's in your keytab or krb5.conf files.
6382
6382
  :param mount_options: Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
6383
6383
  :param password: Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` .
6384
- :param server_hostname: Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to. Remember the following when configuring this parameter: - You can't specify an IP version 6 (IPv6) address. - If you're using Kerberos authentication, you must specify a domain name.
6384
+ :param server_hostname: Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to. .. epigraph:: If you're using Kerberos authentication, you must specify a domain name.
6385
6385
  :param subdirectory: Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, ``/path/to/subdirectory`` ). Make sure that other SMB clients in your network can also mount this path. To copy all data in the subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
6386
6386
  :param tags: Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your location.
6387
6387
  :param user: Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . For information about choosing a user with the right level of access for your transfer, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
@@ -6595,7 +6595,7 @@ class CfnLocationSMB(
6595
6595
  @builtins.property
6596
6596
  @jsii.member(jsii_name="serverHostname")
6597
6597
  def server_hostname(self) -> typing.Optional[builtins.str]:
6598
- '''Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to.'''
6598
+ '''Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to.'''
6599
6599
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serverHostname"))
6600
6600
 
6601
6601
  @server_hostname.setter
@@ -6761,7 +6761,7 @@ class CfnLocationSMBProps:
6761
6761
  :param kerberos_principal: Specifies a service principal name (SPN), which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server. SPNs are case sensitive and must include a prepended cifs/. For example, an SPN might look like cifs/kerberosuser@EXAMPLE.COM. Your task execution will fail if the SPN that you provide for this parameter doesn't match exactly what's in your keytab or krb5.conf files.
6762
6762
  :param mount_options: Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
6763
6763
  :param password: Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` .
6764
- :param server_hostname: Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to. Remember the following when configuring this parameter: - You can't specify an IP version 6 (IPv6) address. - If you're using Kerberos authentication, you must specify a domain name.
6764
+ :param server_hostname: Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to. .. epigraph:: If you're using Kerberos authentication, you must specify a domain name.
6765
6765
  :param subdirectory: Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, ``/path/to/subdirectory`` ). Make sure that other SMB clients in your network can also mount this path. To copy all data in the subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
6766
6766
  :param tags: Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your location.
6767
6767
  :param user: Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . For information about choosing a user with the right level of access for your transfer, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
@@ -6941,12 +6941,11 @@ class CfnLocationSMBProps:
6941
6941
 
6942
6942
  @builtins.property
6943
6943
  def server_hostname(self) -> typing.Optional[builtins.str]:
6944
- '''Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to.
6944
+ '''Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to.
6945
6945
 
6946
- Remember the following when configuring this parameter:
6946
+ .. epigraph::
6947
6947
 
6948
- - You can't specify an IP version 6 (IPv6) address.
6949
- - If you're using Kerberos authentication, you must specify a domain name.
6948
+ If you're using Kerberos authentication, you must specify a domain name.
6950
6949
 
6951
6950
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-serverhostname
6952
6951
  '''
@@ -644,7 +644,7 @@ class CfnDBCluster(
644
644
  :param deletion_protection: Protects clusters from being accidentally deleted. If enabled, the cluster cannot be deleted unless it is modified and ``DeletionProtection`` is disabled.
645
645
  :param enable_cloudwatch_logs_exports: The list of log types that need to be enabled for exporting to Amazon CloudWatch Logs. You can enable audit logs or profiler logs. For more information, see `Auditing Amazon DocumentDB Events <https://docs.aws.amazon.com/documentdb/latest/developerguide/event-auditing.html>`_ and `Profiling Amazon DocumentDB Operations <https://docs.aws.amazon.com/documentdb/latest/developerguide/profiling.html>`_ .
646
646
  :param engine_version: The version number of the database engine to use. The ``--engine-version`` will default to the latest major engine version. For production workloads, we recommend explicitly declaring this parameter with the intended major engine version. If you intend to trigger an in-place upgrade, please refer to `Amazon DocumentDB in-place major version upgrade <https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-mvu.html>`_ . Note that for an in-place engine version upgrade, you need to remove other cluster properties changes (e.g. SecurityGroupId) from the CFN template.
647
- :param global_cluster_identifier:
647
+ :param global_cluster_identifier: The cluster identifier of the new global cluster.
648
648
  :param kms_key_id: The AWS KMS key identifier for an encrypted cluster. The AWS KMS key identifier is the Amazon Resource Name (ARN) for the AWS KMS encryption key. If you are creating a cluster using the same AWS account that owns the AWS KMS encryption key that is used to encrypt the new cluster, you can use the AWS KMS key alias instead of the ARN for the AWS KMS encryption key. If an encryption key is not specified in ``KmsKeyId`` : - If the ``StorageEncrypted`` parameter is ``true`` , Amazon DocumentDB uses your default encryption key. AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Regions .
649
649
  :param manage_master_user_password: Specifies whether to manage the master user password with Amazon Web Services Secrets Manager. Constraint: You can't manage the master user password with Amazon Web Services Secrets Manager if ``MasterUserPassword`` is specified.
650
650
  :param master_username: The name of the master user for the cluster. Constraints: - Must be from 1 to 63 letters or numbers. - The first character must be a letter. - Cannot be a reserved word for the chosen database engine.
@@ -943,6 +943,7 @@ class CfnDBCluster(
943
943
  @builtins.property
944
944
  @jsii.member(jsii_name="globalClusterIdentifier")
945
945
  def global_cluster_identifier(self) -> typing.Optional[builtins.str]:
946
+ '''The cluster identifier of the new global cluster.'''
946
947
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "globalClusterIdentifier"))
947
948
 
948
949
  @global_cluster_identifier.setter
@@ -1731,7 +1732,7 @@ class CfnDBClusterProps:
1731
1732
  :param deletion_protection: Protects clusters from being accidentally deleted. If enabled, the cluster cannot be deleted unless it is modified and ``DeletionProtection`` is disabled.
1732
1733
  :param enable_cloudwatch_logs_exports: The list of log types that need to be enabled for exporting to Amazon CloudWatch Logs. You can enable audit logs or profiler logs. For more information, see `Auditing Amazon DocumentDB Events <https://docs.aws.amazon.com/documentdb/latest/developerguide/event-auditing.html>`_ and `Profiling Amazon DocumentDB Operations <https://docs.aws.amazon.com/documentdb/latest/developerguide/profiling.html>`_ .
1733
1734
  :param engine_version: The version number of the database engine to use. The ``--engine-version`` will default to the latest major engine version. For production workloads, we recommend explicitly declaring this parameter with the intended major engine version. If you intend to trigger an in-place upgrade, please refer to `Amazon DocumentDB in-place major version upgrade <https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-mvu.html>`_ . Note that for an in-place engine version upgrade, you need to remove other cluster properties changes (e.g. SecurityGroupId) from the CFN template.
1734
- :param global_cluster_identifier:
1735
+ :param global_cluster_identifier: The cluster identifier of the new global cluster.
1735
1736
  :param kms_key_id: The AWS KMS key identifier for an encrypted cluster. The AWS KMS key identifier is the Amazon Resource Name (ARN) for the AWS KMS encryption key. If you are creating a cluster using the same AWS account that owns the AWS KMS encryption key that is used to encrypt the new cluster, you can use the AWS KMS key alias instead of the ARN for the AWS KMS encryption key. If an encryption key is not specified in ``KmsKeyId`` : - If the ``StorageEncrypted`` parameter is ``true`` , Amazon DocumentDB uses your default encryption key. AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Regions .
1736
1737
  :param manage_master_user_password: Specifies whether to manage the master user password with Amazon Web Services Secrets Manager. Constraint: You can't manage the master user password with Amazon Web Services Secrets Manager if ``MasterUserPassword`` is specified.
1737
1738
  :param master_username: The name of the master user for the cluster. Constraints: - Must be from 1 to 63 letters or numbers. - The first character must be a letter. - Cannot be a reserved word for the chosen database engine.
@@ -2012,7 +2013,8 @@ class CfnDBClusterProps:
2012
2013
 
2013
2014
  @builtins.property
2014
2015
  def global_cluster_identifier(self) -> typing.Optional[builtins.str]:
2015
- '''
2016
+ '''The cluster identifier of the new global cluster.
2017
+
2016
2018
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-globalclusteridentifier
2017
2019
  '''
2018
2020
  result = self._values.get("global_cluster_identifier")