aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.1__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.
Files changed (111) hide show
  1. aws_cdk/__init__.py +95 -61
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
  5. aws_cdk/aws_apigateway/__init__.py +97 -97
  6. aws_cdk/aws_apigatewayv2/__init__.py +35 -10
  7. aws_cdk/aws_appconfig/__init__.py +10 -10
  8. aws_cdk/aws_appflow/__init__.py +20 -20
  9. aws_cdk/aws_applicationsignals/__init__.py +8 -8
  10. aws_cdk/aws_appmesh/__init__.py +8 -8
  11. aws_cdk/aws_appsync/__init__.py +10383 -7035
  12. aws_cdk/aws_apptest/__init__.py +4 -4
  13. aws_cdk/aws_aps/__init__.py +135 -0
  14. aws_cdk/aws_athena/__init__.py +10 -10
  15. aws_cdk/aws_backup/__init__.py +14 -14
  16. aws_cdk/aws_batch/__init__.py +185 -22
  17. aws_cdk/aws_bcmdataexports/__init__.py +4 -4
  18. aws_cdk/aws_bedrock/__init__.py +266 -177
  19. aws_cdk/aws_certificatemanager/__init__.py +15 -14
  20. aws_cdk/aws_chatbot/__init__.py +4 -4
  21. aws_cdk/aws_cloudformation/__init__.py +22 -18
  22. aws_cdk/aws_cloudfront/__init__.py +674 -7
  23. aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
  24. aws_cdk/aws_cloudtrail/__init__.py +4 -4
  25. aws_cdk/aws_cloudwatch/__init__.py +53 -53
  26. aws_cdk/aws_codedeploy/__init__.py +2 -2
  27. aws_cdk/aws_codepipeline/__init__.py +24 -6
  28. aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
  29. aws_cdk/aws_cognito/__init__.py +42 -20
  30. aws_cdk/aws_connect/__init__.py +4 -4
  31. aws_cdk/aws_customerprofiles/__init__.py +3 -1
  32. aws_cdk/aws_databrew/__init__.py +16 -16
  33. aws_cdk/aws_datasync/__init__.py +14 -11
  34. aws_cdk/aws_datazone/__init__.py +5 -5
  35. aws_cdk/aws_dms/__init__.py +4 -4
  36. aws_cdk/aws_dynamodb/__init__.py +267 -25
  37. aws_cdk/aws_ec2/__init__.py +1137 -181
  38. aws_cdk/aws_ecs/__init__.py +740 -116
  39. aws_cdk/aws_ecs_patterns/__init__.py +49 -0
  40. aws_cdk/aws_efs/__init__.py +3 -3
  41. aws_cdk/aws_eks/__init__.py +31 -32
  42. aws_cdk/aws_elasticache/__init__.py +10 -10
  43. aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
  44. aws_cdk/aws_elasticsearch/__init__.py +10 -10
  45. aws_cdk/aws_emr/__init__.py +16 -16
  46. aws_cdk/aws_emrserverless/__init__.py +12 -9
  47. aws_cdk/aws_entityresolution/__init__.py +31 -17
  48. aws_cdk/aws_events/__init__.py +12 -12
  49. aws_cdk/aws_fis/__init__.py +16 -16
  50. aws_cdk/aws_fms/__init__.py +7 -3
  51. aws_cdk/aws_glue/__init__.py +1326 -7
  52. aws_cdk/aws_greengrassv2/__init__.py +8 -8
  53. aws_cdk/aws_guardduty/__init__.py +521 -0
  54. aws_cdk/aws_healthlake/__init__.py +10 -2
  55. aws_cdk/aws_imagebuilder/__init__.py +26 -26
  56. aws_cdk/aws_iot/__init__.py +40 -40
  57. aws_cdk/aws_iotanalytics/__init__.py +4 -4
  58. aws_cdk/aws_iotfleetwise/__init__.py +424 -10
  59. aws_cdk/aws_iotsitewise/__init__.py +84 -13
  60. aws_cdk/aws_iottwinmaker/__init__.py +18 -18
  61. aws_cdk/aws_iotwireless/__init__.py +4 -4
  62. aws_cdk/aws_kafkaconnect/__init__.py +10 -10
  63. aws_cdk/aws_kendra/__init__.py +0 -10
  64. aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
  65. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
  66. aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
  67. aws_cdk/aws_kms/__init__.py +11 -10
  68. aws_cdk/aws_lambda/__init__.py +34 -4
  69. aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
  70. aws_cdk/aws_launchwizard/__init__.py +10 -10
  71. aws_cdk/aws_logs/__init__.py +19 -15
  72. aws_cdk/aws_mediaconnect/__init__.py +509 -12
  73. aws_cdk/aws_medialive/__init__.py +16 -16
  74. aws_cdk/aws_mediatailor/__init__.py +10 -10
  75. aws_cdk/aws_networkfirewall/__init__.py +12 -12
  76. aws_cdk/aws_notifications/__init__.py +602 -65
  77. aws_cdk/aws_omics/__init__.py +4 -4
  78. aws_cdk/aws_opensearchservice/__init__.py +10 -10
  79. aws_cdk/aws_opsworks/__init__.py +58 -58
  80. aws_cdk/aws_personalize/__init__.py +8 -8
  81. aws_cdk/aws_pipes/__init__.py +20 -20
  82. aws_cdk/aws_qbusiness/__init__.py +119 -0
  83. aws_cdk/aws_quicksight/__init__.py +247 -92
  84. aws_cdk/aws_rds/__init__.py +21 -15
  85. aws_cdk/aws_redshift/__init__.py +10 -10
  86. aws_cdk/aws_resiliencehub/__init__.py +0 -41
  87. aws_cdk/aws_route53/__init__.py +6 -0
  88. aws_cdk/aws_rum/__init__.py +4 -4
  89. aws_cdk/aws_s3/__init__.py +12 -2
  90. aws_cdk/aws_sagemaker/__init__.py +84 -60
  91. aws_cdk/aws_sam/__init__.py +48 -48
  92. aws_cdk/aws_secretsmanager/__init__.py +30 -14
  93. aws_cdk/aws_securityhub/__init__.py +12 -12
  94. aws_cdk/aws_sns/__init__.py +101 -15
  95. aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
  96. aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
  97. aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
  98. aws_cdk/aws_synthetics/__init__.py +4 -4
  99. aws_cdk/aws_timestream/__init__.py +41 -0
  100. aws_cdk/aws_transfer/__init__.py +9 -10
  101. aws_cdk/aws_wafv2/__init__.py +24 -22
  102. aws_cdk/aws_wisdom/__init__.py +8 -8
  103. aws_cdk/aws_workspacesweb/__init__.py +60 -60
  104. aws_cdk/aws_xray/__init__.py +8 -8
  105. aws_cdk/cx_api/__init__.py +18 -0
  106. {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/METADATA +1 -1
  107. {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/RECORD +111 -111
  108. {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/LICENSE +0 -0
  109. {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/NOTICE +0 -0
  110. {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/WHEEL +0 -0
  111. {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/top_level.txt +0 -0
@@ -326,7 +326,7 @@ configure an MFA token and use it for sign in. It also allows for the users to u
326
326
  [time-based one time password
327
327
  (TOTP)](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-mfa-totp.html).
328
328
 
329
- If you want to enable email-based MFA, set `email` propety to the Amazon SES email-sending configuration and set `featurePlan` to `FeaturePlan.ESSENTIALS` or `FeaturePlan.PLUS`.
329
+ If you want to enable email-based MFA, set `email` property to the Amazon SES email-sending configuration and set `featurePlan` to `FeaturePlan.ESSENTIALS` or `FeaturePlan.PLUS`.
330
330
  For more information, see [SMS and email message MFA](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-mfa-sms-email-message.html).
331
331
 
332
332
  ```python
@@ -348,6 +348,10 @@ Further to this, it can also be configured with the validity of the auto-generat
348
348
  password is generated by the user pool either when an admin signs up a user or when a password reset is requested.
349
349
  The validity of this password dictates how long to give the user to use this password before expiring it.
350
350
 
351
+ You can also set a policy for password reuse by setting the `passwordHistorySize` property.
352
+ You can prevent a user from resetting their password to a new password that matches their current password or any of up to 23 additional previous passwords, for a maximum total of 24.
353
+ The `passwordHistorySize` property can not be set when `featurePlan` is `FeaturePlan.LITE`.
354
+
351
355
  The following code snippet configures these properties -
352
356
 
353
357
  ```python
@@ -847,7 +851,7 @@ configured for a client.
847
851
  ```python
848
852
  pool = cognito.UserPool(self, "Pool")
849
853
 
850
- client_write_attributes = (cognito.ClientAttributes()).with_standard_attributes(fullname=True, email=True).with_custom_attributes("favouritePizza", "favouriteBeverage")
854
+ client_write_attributes = (cognito.ClientAttributes()).with_standard_attributes(fullname=True, email=True).with_custom_attributes("favoritePizza", "favoriteBeverage")
851
855
 
852
856
  client_read_attributes = client_write_attributes.with_standard_attributes(email_verified=True).with_custom_attributes("pointsEarned")
853
857
 
@@ -12477,7 +12481,7 @@ class CfnUserPoolUser(
12477
12481
  id: builtins.str,
12478
12482
  *,
12479
12483
  user_pool_id: builtins.str,
12480
- client_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
12484
+ client_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
12481
12485
  desired_delivery_mediums: typing.Optional[typing.Sequence[builtins.str]] = None,
12482
12486
  force_alias_creation: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
12483
12487
  message_action: typing.Optional[builtins.str] = None,
@@ -12566,14 +12570,14 @@ class CfnUserPoolUser(
12566
12570
  @jsii.member(jsii_name="clientMetadata")
12567
12571
  def client_metadata(
12568
12572
  self,
12569
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
12573
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
12570
12574
  '''A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.'''
12571
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], jsii.get(self, "clientMetadata"))
12575
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "clientMetadata"))
12572
12576
 
12573
12577
  @client_metadata.setter
12574
12578
  def client_metadata(
12575
12579
  self,
12576
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]],
12580
+ value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
12577
12581
  ) -> None:
12578
12582
  if __debug__:
12579
12583
  type_hints = typing.get_type_hints(_typecheckingstub__674b44537db9d65119536a886fe3b7990cd0df2f1aa1c3c2880711f8b302ae40)
@@ -12766,7 +12770,7 @@ class CfnUserPoolUserProps:
12766
12770
  self,
12767
12771
  *,
12768
12772
  user_pool_id: builtins.str,
12769
- client_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
12773
+ client_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
12770
12774
  desired_delivery_mediums: typing.Optional[typing.Sequence[builtins.str]] = None,
12771
12775
  force_alias_creation: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
12772
12776
  message_action: typing.Optional[builtins.str] = None,
@@ -12856,7 +12860,7 @@ class CfnUserPoolUserProps:
12856
12860
  @builtins.property
12857
12861
  def client_metadata(
12858
12862
  self,
12859
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
12863
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
12860
12864
  '''A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.
12861
12865
 
12862
12866
  You create custom workflows by assigning AWS Lambda functions to user pool triggers. When you use the AdminCreateUser API action, Amazon Cognito invokes the function that is assigned to the *pre sign-up* trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a ``ClientMetadata`` attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminCreateUser request. In your function code in AWS Lambda , you can process the ``clientMetadata`` value to enhance your workflow for your specific needs.
@@ -12873,7 +12877,7 @@ class CfnUserPoolUserProps:
12873
12877
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata
12874
12878
  '''
12875
12879
  result = self._values.get("client_metadata")
12876
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
12880
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
12877
12881
 
12878
12882
  @builtins.property
12879
12883
  def desired_delivery_mediums(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -13220,7 +13224,7 @@ class ClientAttributes(
13220
13224
 
13221
13225
  pool = cognito.UserPool(self, "Pool")
13222
13226
 
13223
- client_write_attributes = (cognito.ClientAttributes()).with_standard_attributes(fullname=True, email=True).with_custom_attributes("favouritePizza", "favouriteBeverage")
13227
+ client_write_attributes = (cognito.ClientAttributes()).with_standard_attributes(fullname=True, email=True).with_custom_attributes("favoritePizza", "favoriteBeverage")
13224
13228
 
13225
13229
  client_read_attributes = client_write_attributes.with_standard_attributes(email_verified=True).with_custom_attributes("pointsEarned")
13226
13230
 
@@ -13294,7 +13298,7 @@ class ClientAttributes(
13294
13298
  :param nickname: The user's nickname or casual name. Default: false
13295
13299
  :param phone_number: The user's telephone number. Default: false
13296
13300
  :param phone_number_verified: Whether the phone number has been verified. Default: false
13297
- :param preferred_username: The user's preffered username, different from the immutable user name. Default: false
13301
+ :param preferred_username: The user's preferred username, different from the immutable user name. Default: false
13298
13302
  :param profile_page: The URL to the user's profile page. Default: false
13299
13303
  :param profile_picture: The URL to the user's profile picture. Default: false
13300
13304
  :param timezone: The user's time zone. Default: false
@@ -15383,6 +15387,7 @@ class OidcEndpoints:
15383
15387
  jsii_struct_bases=[],
15384
15388
  name_mapping={
15385
15389
  "min_length": "minLength",
15390
+ "password_history_size": "passwordHistorySize",
15386
15391
  "require_digits": "requireDigits",
15387
15392
  "require_lowercase": "requireLowercase",
15388
15393
  "require_symbols": "requireSymbols",
@@ -15395,6 +15400,7 @@ class PasswordPolicy:
15395
15400
  self,
15396
15401
  *,
15397
15402
  min_length: typing.Optional[jsii.Number] = None,
15403
+ password_history_size: typing.Optional[jsii.Number] = None,
15398
15404
  require_digits: typing.Optional[builtins.bool] = None,
15399
15405
  require_lowercase: typing.Optional[builtins.bool] = None,
15400
15406
  require_symbols: typing.Optional[builtins.bool] = None,
@@ -15404,6 +15410,7 @@ class PasswordPolicy:
15404
15410
  '''Password policy for User Pools.
15405
15411
 
15406
15412
  :param min_length: Minimum length required for a user's password. Default: 8
15413
+ :param password_history_size: The number of previous passwords that you want Amazon Cognito to restrict each user from reusing. ``passwordHistorySize`` can not be set when ``featurePlan`` is ``FeaturePlan.LITE``. Default: undefined - Cognito default setting is no restriction
15407
15414
  :param require_digits: Whether the user is required to have digits in their password. Default: true
15408
15415
  :param require_lowercase: Whether the user is required to have lowercase characters in their password. Default: true
15409
15416
  :param require_symbols: Whether the user is required to have symbols in their password. Default: true
@@ -15429,6 +15436,7 @@ class PasswordPolicy:
15429
15436
  if __debug__:
15430
15437
  type_hints = typing.get_type_hints(_typecheckingstub__e884ae0f43a6b00e4ef287afca45bf6a9a7abbd94b7979efb6efa2a9cc11012b)
15431
15438
  check_type(argname="argument min_length", value=min_length, expected_type=type_hints["min_length"])
15439
+ check_type(argname="argument password_history_size", value=password_history_size, expected_type=type_hints["password_history_size"])
15432
15440
  check_type(argname="argument require_digits", value=require_digits, expected_type=type_hints["require_digits"])
15433
15441
  check_type(argname="argument require_lowercase", value=require_lowercase, expected_type=type_hints["require_lowercase"])
15434
15442
  check_type(argname="argument require_symbols", value=require_symbols, expected_type=type_hints["require_symbols"])
@@ -15437,6 +15445,8 @@ class PasswordPolicy:
15437
15445
  self._values: typing.Dict[builtins.str, typing.Any] = {}
15438
15446
  if min_length is not None:
15439
15447
  self._values["min_length"] = min_length
15448
+ if password_history_size is not None:
15449
+ self._values["password_history_size"] = password_history_size
15440
15450
  if require_digits is not None:
15441
15451
  self._values["require_digits"] = require_digits
15442
15452
  if require_lowercase is not None:
@@ -15457,6 +15467,17 @@ class PasswordPolicy:
15457
15467
  result = self._values.get("min_length")
15458
15468
  return typing.cast(typing.Optional[jsii.Number], result)
15459
15469
 
15470
+ @builtins.property
15471
+ def password_history_size(self) -> typing.Optional[jsii.Number]:
15472
+ '''The number of previous passwords that you want Amazon Cognito to restrict each user from reusing.
15473
+
15474
+ ``passwordHistorySize`` can not be set when ``featurePlan`` is ``FeaturePlan.LITE``.
15475
+
15476
+ :default: undefined - Cognito default setting is no restriction
15477
+ '''
15478
+ result = self._values.get("password_history_size")
15479
+ return typing.cast(typing.Optional[jsii.Number], result)
15480
+
15460
15481
  @builtins.property
15461
15482
  def require_digits(self) -> typing.Optional[builtins.bool]:
15462
15483
  '''Whether the user is required to have digits in their password.
@@ -15589,7 +15610,7 @@ class ProviderAttribute(
15589
15610
  @jsii.python.classproperty
15590
15611
  @jsii.member(jsii_name="APPLE_EMAIL_VERIFIED")
15591
15612
  def APPLE_EMAIL_VERIFIED(cls) -> "ProviderAttribute":
15592
- '''The email verified atribute provided by Apple.'''
15613
+ '''The email verified attribute provided by Apple.'''
15593
15614
  return typing.cast("ProviderAttribute", jsii.sget(cls, "APPLE_EMAIL_VERIFIED"))
15594
15615
 
15595
15616
  @jsii.python.classproperty
@@ -16255,7 +16276,7 @@ class StandardAttributes:
16255
16276
  :param middle_name: The user's middle name. Default: - see the defaults under ``StandardAttribute``
16256
16277
  :param nickname: The user's nickname or casual name. Default: - see the defaults under ``StandardAttribute``
16257
16278
  :param phone_number: The user's telephone number. Default: - see the defaults under ``StandardAttribute``
16258
- :param preferred_username: The user's preffered username, different from the immutable user name. Default: - see the defaults under ``StandardAttribute``
16279
+ :param preferred_username: The user's preferred username, different from the immutable user name. Default: - see the defaults under ``StandardAttribute``
16259
16280
  :param profile_page: The URL to the user's profile page. Default: - see the defaults under ``StandardAttribute``
16260
16281
  :param profile_picture: The URL to the user's profile picture. Default: - see the defaults under ``StandardAttribute``
16261
16282
  :param timezone: The user's time zone. Default: - see the defaults under ``StandardAttribute``
@@ -16485,7 +16506,7 @@ class StandardAttributes:
16485
16506
 
16486
16507
  @builtins.property
16487
16508
  def preferred_username(self) -> typing.Optional[StandardAttribute]:
16488
- '''The user's preffered username, different from the immutable user name.
16509
+ '''The user's preferred username, different from the immutable user name.
16489
16510
 
16490
16511
  :default: - see the defaults under ``StandardAttribute``
16491
16512
  '''
@@ -16605,7 +16626,7 @@ class StandardAttributesMask:
16605
16626
  :param nickname: The user's nickname or casual name. Default: false
16606
16627
  :param phone_number: The user's telephone number. Default: false
16607
16628
  :param phone_number_verified: Whether the phone number has been verified. Default: false
16608
- :param preferred_username: The user's preffered username, different from the immutable user name. Default: false
16629
+ :param preferred_username: The user's preferred username, different from the immutable user name. Default: false
16609
16630
  :param profile_page: The URL to the user's profile page. Default: false
16610
16631
  :param profile_picture: The URL to the user's profile picture. Default: false
16611
16632
  :param timezone: The user's time zone. Default: false
@@ -16617,7 +16638,7 @@ class StandardAttributesMask:
16617
16638
 
16618
16639
  pool = cognito.UserPool(self, "Pool")
16619
16640
 
16620
- client_write_attributes = (cognito.ClientAttributes()).with_standard_attributes(fullname=True, email=True).with_custom_attributes("favouritePizza", "favouriteBeverage")
16641
+ client_write_attributes = (cognito.ClientAttributes()).with_standard_attributes(fullname=True, email=True).with_custom_attributes("favoritePizza", "favoriteBeverage")
16621
16642
 
16622
16643
  client_read_attributes = client_write_attributes.with_standard_attributes(email_verified=True).with_custom_attributes("pointsEarned")
16623
16644
 
@@ -16816,7 +16837,7 @@ class StandardAttributesMask:
16816
16837
 
16817
16838
  @builtins.property
16818
16839
  def preferred_username(self) -> typing.Optional[builtins.bool]:
16819
- '''The user's preffered username, different from the immutable user name.
16840
+ '''The user's preferred username, different from the immutable user name.
16820
16841
 
16821
16842
  :default: false
16822
16843
  '''
@@ -24654,7 +24675,7 @@ def _typecheckingstub__392de74de1133635a0d4d21dbd0cb3290007171e021625ff9a1259834
24654
24675
  id: builtins.str,
24655
24676
  *,
24656
24677
  user_pool_id: builtins.str,
24657
- client_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
24678
+ client_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
24658
24679
  desired_delivery_mediums: typing.Optional[typing.Sequence[builtins.str]] = None,
24659
24680
  force_alias_creation: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
24660
24681
  message_action: typing.Optional[builtins.str] = None,
@@ -24684,7 +24705,7 @@ def _typecheckingstub__feefc710cb336bda2be62c58dcbdfc764a535ab2e52aa19e44511aca0
24684
24705
  pass
24685
24706
 
24686
24707
  def _typecheckingstub__674b44537db9d65119536a886fe3b7990cd0df2f1aa1c3c2880711f8b302ae40(
24687
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]],
24708
+ value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
24688
24709
  ) -> None:
24689
24710
  """Type checking stubs"""
24690
24711
  pass
@@ -24736,7 +24757,7 @@ def _typecheckingstub__480fd17b16e7156f8c801d35ad2f0806c252a5a32182194061ca2a956
24736
24757
  def _typecheckingstub__382fb58e358860ff3016c5f0203cf6f5b59ab27ba70ef920ce589784afe54f17(
24737
24758
  *,
24738
24759
  user_pool_id: builtins.str,
24739
- client_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
24760
+ client_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
24740
24761
  desired_delivery_mediums: typing.Optional[typing.Sequence[builtins.str]] = None,
24741
24762
  force_alias_creation: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
24742
24763
  message_action: typing.Optional[builtins.str] = None,
@@ -24997,6 +25018,7 @@ def _typecheckingstub__4661d75bb2c69171e02ca544be91ebb3d950a95f070c8471007dc24e8
24997
25018
  def _typecheckingstub__e884ae0f43a6b00e4ef287afca45bf6a9a7abbd94b7979efb6efa2a9cc11012b(
24998
25019
  *,
24999
25020
  min_length: typing.Optional[jsii.Number] = None,
25021
+ password_history_size: typing.Optional[jsii.Number] = None,
25000
25022
  require_digits: typing.Optional[builtins.bool] = None,
25001
25023
  require_lowercase: typing.Optional[builtins.bool] = None,
25002
25024
  require_symbols: typing.Optional[builtins.bool] = None,
@@ -10530,7 +10530,7 @@ class CfnRule(
10530
10530
  self,
10531
10531
  *,
10532
10532
  user_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
10533
- user_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
10533
+ user_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
10534
10534
  ) -> None:
10535
10535
  '''The type of notification recipient.
10536
10536
 
@@ -10575,7 +10575,7 @@ class CfnRule(
10575
10575
  @builtins.property
10576
10576
  def user_tags(
10577
10577
  self,
10578
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
10578
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
10579
10579
  '''The tags used to organize, track, or control access for this resource.
10580
10580
 
10581
10581
  For example, { "tags": {"key1":"value1", "key2":"value2"} }. Amazon Connect users with the specified tags will be notified.
@@ -10583,7 +10583,7 @@ class CfnRule(
10583
10583
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-notificationrecipienttype.html#cfn-connect-rule-notificationrecipienttype-usertags
10584
10584
  '''
10585
10585
  result = self._values.get("user_tags")
10586
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
10586
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
10587
10587
 
10588
10588
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
10589
10589
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -17947,7 +17947,7 @@ def _typecheckingstub__b775c6c3e6b1c930720eb9500ebf63cc475488f7c2d8ed565fb6a0294
17947
17947
  def _typecheckingstub__4d577395a2866fe40fdf75bbcc932da0701cd7985bbb4de4e2ef65243ba9d387(
17948
17948
  *,
17949
17949
  user_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
17950
- user_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
17950
+ user_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
17951
17951
  ) -> None:
17952
17952
  """Type checking stubs"""
17953
17953
  pass
@@ -4875,7 +4875,7 @@ class CfnIntegration(
4875
4875
  :param first_execution_from: Specifies the date range for the records to import from the connector in the first flow run.
4876
4876
  :param schedule_end_time: Specifies the scheduled end time for a scheduled-trigger flow.
4877
4877
  :param schedule_offset: Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
4878
- :param schedule_start_time: Specifies the scheduled start time for a scheduled-trigger flow.
4878
+ :param schedule_start_time: Specifies the scheduled start time for a scheduled-trigger flow. The value must be a date/time value in EPOCH format.
4879
4879
  :param timezone: Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
4880
4880
 
4881
4881
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-scheduledtriggerproperties.html
@@ -4974,6 +4974,8 @@ class CfnIntegration(
4974
4974
  def schedule_start_time(self) -> typing.Optional[jsii.Number]:
4975
4975
  '''Specifies the scheduled start time for a scheduled-trigger flow.
4976
4976
 
4977
+ The value must be a date/time value in EPOCH format.
4978
+
4977
4979
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-scheduledtriggerproperties.html#cfn-customerprofiles-integration-scheduledtriggerproperties-schedulestarttime
4978
4980
  '''
4979
4981
  result = self._values.get("schedule_start_time")
@@ -938,7 +938,7 @@ class CfnDataset(
938
938
  self,
939
939
  *,
940
940
  header_row: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
941
- sheet_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[jsii.Number]]] = None,
941
+ sheet_indexes: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
942
942
  sheet_names: typing.Optional[typing.Sequence[builtins.str]] = None,
943
943
  ) -> None:
944
944
  '''Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file.
@@ -991,13 +991,13 @@ class CfnDataset(
991
991
  @builtins.property
992
992
  def sheet_indexes(
993
993
  self,
994
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[jsii.Number]]]:
994
+ ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
995
995
  '''One or more sheet numbers in the Excel file that will be included in the dataset.
996
996
 
997
997
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-dataset-exceloptions.html#cfn-databrew-dataset-exceloptions-sheetindexes
998
998
  '''
999
999
  result = self._values.get("sheet_indexes")
1000
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[jsii.Number]]], result)
1000
+ return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
1001
1001
 
1002
1002
  @builtins.property
1003
1003
  def sheet_names(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -4303,7 +4303,7 @@ class CfnJob(
4303
4303
  def __init__(
4304
4304
  self,
4305
4305
  *,
4306
- parameters: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]],
4306
+ parameters: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
4307
4307
  statistic: builtins.str,
4308
4308
  ) -> None:
4309
4309
  '''Override of a particular evaluation for a profile job.
@@ -4339,14 +4339,14 @@ class CfnJob(
4339
4339
  @builtins.property
4340
4340
  def parameters(
4341
4341
  self,
4342
- ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]:
4342
+ ) -> typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]:
4343
4343
  '''A map that includes overrides of an evaluation’s parameters.
4344
4344
 
4345
4345
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-statisticoverride.html#cfn-databrew-job-statisticoverride-parameters
4346
4346
  '''
4347
4347
  result = self._values.get("parameters")
4348
4348
  assert result is not None, "Required property 'parameters' is missing"
4349
- return typing.cast(typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]], result)
4349
+ return typing.cast(typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b], result)
4350
4350
 
4351
4351
  @builtins.property
4352
4352
  def statistic(self) -> builtins.str:
@@ -5668,7 +5668,7 @@ class CfnRecipe(
5668
5668
  self,
5669
5669
  *,
5670
5670
  operation: builtins.str,
5671
- parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
5671
+ parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
5672
5672
  ) -> None:
5673
5673
  '''Represents a transformation and associated parameters that are used to apply a change to an AWS Glue DataBrew dataset.
5674
5674
 
@@ -5716,13 +5716,13 @@ class CfnRecipe(
5716
5716
  @builtins.property
5717
5717
  def parameters(
5718
5718
  self,
5719
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
5719
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
5720
5720
  '''Contextual parameters for the transformation.
5721
5721
 
5722
5722
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-recipe-action.html#cfn-databrew-recipe-action-parameters
5723
5723
  '''
5724
5724
  result = self._values.get("parameters")
5725
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
5725
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
5726
5726
 
5727
5727
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
5728
5728
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -6219,7 +6219,7 @@ class CfnRecipe(
6219
6219
  sample_type: typing.Optional[builtins.str] = None,
6220
6220
  secondary_inputs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnRecipe.SecondaryInputProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
6221
6221
  second_input: typing.Optional[builtins.str] = None,
6222
- sheet_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[jsii.Number]]] = None,
6222
+ sheet_indexes: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
6223
6223
  sheet_names: typing.Optional[typing.Sequence[builtins.str]] = None,
6224
6224
  source_column: typing.Optional[builtins.str] = None,
6225
6225
  source_column1: typing.Optional[builtins.str] = None,
@@ -7444,13 +7444,13 @@ class CfnRecipe(
7444
7444
  @builtins.property
7445
7445
  def sheet_indexes(
7446
7446
  self,
7447
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[jsii.Number]]]:
7447
+ ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
7448
7448
  '''One or more sheet numbers in the Excel file, which will be included in a dataset.
7449
7449
 
7450
7450
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-recipe-recipeparameters.html#cfn-databrew-recipe-recipeparameters-sheetindexes
7451
7451
  '''
7452
7452
  result = self._values.get("sheet_indexes")
7453
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[jsii.Number]]], result)
7453
+ return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
7454
7454
 
7455
7455
  @builtins.property
7456
7456
  def sheet_names(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -9306,7 +9306,7 @@ def _typecheckingstub__c24d4957226e66eba43f6aa273ea918937aa7f660346385f592fe91ee
9306
9306
  def _typecheckingstub__13d6c10dc7895d6319a70c2184b768f0e783eab2de1c458cead765fe9799ff30(
9307
9307
  *,
9308
9308
  header_row: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
9309
- sheet_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[jsii.Number]]] = None,
9309
+ sheet_indexes: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
9310
9310
  sheet_names: typing.Optional[typing.Sequence[builtins.str]] = None,
9311
9311
  ) -> None:
9312
9312
  """Type checking stubs"""
@@ -9709,7 +9709,7 @@ def _typecheckingstub__36cbb7ddc57b126c173c7d3b9841eba443a5af77f44820b20fbcf2cb7
9709
9709
 
9710
9710
  def _typecheckingstub__8cc2e0c65b4112821594dd512c8dd2fbcee67b601d0054b87929d6a5d2651482(
9711
9711
  *,
9712
- parameters: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]],
9712
+ parameters: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
9713
9713
  statistic: builtins.str,
9714
9714
  ) -> None:
9715
9715
  """Type checking stubs"""
@@ -9890,7 +9890,7 @@ def _typecheckingstub__2d21a60e57e66a69e507d7dba5c522976f57f8bb1bfe4305961694def
9890
9890
  def _typecheckingstub__c28210de1e452e744c40689008a4142516dab307cd51f1110171632b98ebe243(
9891
9891
  *,
9892
9892
  operation: builtins.str,
9893
- parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
9893
+ parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
9894
9894
  ) -> None:
9895
9895
  """Type checking stubs"""
9896
9896
  pass
@@ -9993,7 +9993,7 @@ def _typecheckingstub__9fbdee35009db8d94ad88cdfeec39f983d439b25c333b2d2df4e01ab6
9993
9993
  sample_type: typing.Optional[builtins.str] = None,
9994
9994
  secondary_inputs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnRecipe.SecondaryInputProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
9995
9995
  second_input: typing.Optional[builtins.str] = None,
9996
- sheet_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[jsii.Number]]] = None,
9996
+ sheet_indexes: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
9997
9997
  sheet_names: typing.Optional[typing.Sequence[builtins.str]] = None,
9998
9998
  source_column: typing.Optional[builtins.str] = None,
9999
9999
  source_column1: typing.Optional[builtins.str] = None,
@@ -5680,10 +5680,10 @@ class CfnLocationSMB(
5680
5680
  :param id: Construct identifier for this resource (unique in its scope).
5681
5681
  :param agent_arns: The Amazon Resource Names (ARNs) of agents to use for a Server Message Block (SMB) location.
5682
5682
  :param user: The user who can mount the share and has the permissions to access files and folders in the SMB share. For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see `user <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#SMBuser>`_ .
5683
- :param domain: Specifies the name of the Active Directory domain that your SMB file server belongs to. If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
5683
+ :param domain: Specifies the Windows domain name that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
5684
5684
  :param mount_options: Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
5685
5685
  :param password: The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.
5686
- :param server_hostname: Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount. .. epigraph:: You can't specify an IP version 6 (IPv6) address.
5686
+ :param server_hostname: Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount. 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.
5687
5687
  :param subdirectory: The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network. .. epigraph:: ``Subdirectory`` must be specified with forward slashes. For example, ``/path/to/folder`` . To transfer all the data in the folder you specified, DataSync must have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either make sure that the user name and password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either one enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.
5688
5688
  :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.
5689
5689
  '''
@@ -5792,7 +5792,7 @@ class CfnLocationSMB(
5792
5792
  @builtins.property
5793
5793
  @jsii.member(jsii_name="domain")
5794
5794
  def domain(self) -> typing.Optional[builtins.str]:
5795
- '''Specifies the name of the Active Directory domain that your SMB file server belongs to.'''
5795
+ '''Specifies the Windows domain name that your SMB file server belongs to.'''
5796
5796
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "domain"))
5797
5797
 
5798
5798
  @domain.setter
@@ -5836,7 +5836,7 @@ class CfnLocationSMB(
5836
5836
  @builtins.property
5837
5837
  @jsii.member(jsii_name="serverHostname")
5838
5838
  def server_hostname(self) -> typing.Optional[builtins.str]:
5839
- '''Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount.'''
5839
+ '''Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount.'''
5840
5840
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serverHostname"))
5841
5841
 
5842
5842
  @server_hostname.setter
@@ -5972,10 +5972,10 @@ class CfnLocationSMBProps:
5972
5972
 
5973
5973
  :param agent_arns: The Amazon Resource Names (ARNs) of agents to use for a Server Message Block (SMB) location.
5974
5974
  :param user: The user who can mount the share and has the permissions to access files and folders in the SMB share. For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see `user <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#SMBuser>`_ .
5975
- :param domain: Specifies the name of the Active Directory domain that your SMB file server belongs to. If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
5975
+ :param domain: Specifies the Windows domain name that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
5976
5976
  :param mount_options: Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
5977
5977
  :param password: The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.
5978
- :param server_hostname: Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount. .. epigraph:: You can't specify an IP version 6 (IPv6) address.
5978
+ :param server_hostname: Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount. 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.
5979
5979
  :param subdirectory: The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network. .. epigraph:: ``Subdirectory`` must be specified with forward slashes. For example, ``/path/to/folder`` . To transfer all the data in the folder you specified, DataSync must have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either make sure that the user name and password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either one enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.
5980
5980
  :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.
5981
5981
 
@@ -6057,9 +6057,11 @@ class CfnLocationSMBProps:
6057
6057
 
6058
6058
  @builtins.property
6059
6059
  def domain(self) -> typing.Optional[builtins.str]:
6060
- '''Specifies the name of the Active Directory domain that your SMB file server belongs to.
6060
+ '''Specifies the Windows domain name that your SMB file server belongs to.
6061
6061
 
6062
- If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
6062
+ This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` .
6063
+
6064
+ If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
6063
6065
 
6064
6066
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-domain
6065
6067
  '''
@@ -6088,11 +6090,12 @@ class CfnLocationSMBProps:
6088
6090
 
6089
6091
  @builtins.property
6090
6092
  def server_hostname(self) -> typing.Optional[builtins.str]:
6091
- '''Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount.
6093
+ '''Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount.
6092
6094
 
6093
- .. epigraph::
6095
+ Remember the following when configuring this parameter:
6094
6096
 
6095
- You can't specify an IP version 6 (IPv6) address.
6097
+ - You can't specify an IP version 6 (IPv6) address.
6098
+ - If you're using Kerberos authentication, you must specify a domain name.
6096
6099
 
6097
6100
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-serverhostname
6098
6101
  '''
@@ -268,7 +268,7 @@ class CfnDataSource(
268
268
  @builtins.property
269
269
  @jsii.member(jsii_name="attrConnectionId")
270
270
  def attr_connection_id(self) -> builtins.str:
271
- '''The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run.
271
+ '''The connection ID that's part of the data source summary.
272
272
 
273
273
  :cloudformationAttribute: ConnectionId
274
274
  '''
@@ -3553,7 +3553,7 @@ class CfnEnvironmentBlueprintConfiguration(
3553
3553
  def __init__(
3554
3554
  self,
3555
3555
  *,
3556
- parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
3556
+ parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
3557
3557
  region: typing.Optional[builtins.str] = None,
3558
3558
  ) -> None:
3559
3559
  '''The regional parameters in the environment blueprint.
@@ -3590,13 +3590,13 @@ class CfnEnvironmentBlueprintConfiguration(
3590
3590
  @builtins.property
3591
3591
  def parameters(
3592
3592
  self,
3593
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
3593
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
3594
3594
  '''A string to string map containing parameters for the region.
3595
3595
 
3596
3596
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentblueprintconfiguration-regionalparameter.html#cfn-datazone-environmentblueprintconfiguration-regionalparameter-parameters
3597
3597
  '''
3598
3598
  result = self._values.get("parameters")
3599
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
3599
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
3600
3600
 
3601
3601
  @builtins.property
3602
3602
  def region(self) -> typing.Optional[builtins.str]:
@@ -7082,7 +7082,7 @@ def _typecheckingstub__93fe5a214b768cb7201e2f47a6073bdec0303c4cda4d1d0b739b124ba
7082
7082
 
7083
7083
  def _typecheckingstub__563b6d6aa110d6b77fcca8e42c3020852fa0c12036e1ba7f6ee62b2ce30826ff(
7084
7084
  *,
7085
- parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
7085
+ parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
7086
7086
  region: typing.Optional[builtins.str] = None,
7087
7087
  ) -> None:
7088
7088
  """Type checking stubs"""
@@ -6275,7 +6275,7 @@ class CfnEndpoint(
6275
6275
  direct_path_no_log: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6276
6276
  direct_path_parallel_load: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6277
6277
  enable_homogenous_tablespace: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6278
- extra_archived_log_dest_ids: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[jsii.Number]]] = None,
6278
+ extra_archived_log_dest_ids: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
6279
6279
  fail_tasks_on_lob_truncation: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6280
6280
  number_datatype_scale: typing.Optional[jsii.Number] = None,
6281
6281
  oracle_path_prefix: typing.Optional[builtins.str] = None,
@@ -6654,7 +6654,7 @@ class CfnEndpoint(
6654
6654
  @builtins.property
6655
6655
  def extra_archived_log_dest_ids(
6656
6656
  self,
6657
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[jsii.Number]]]:
6657
+ ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
6658
6658
  '''Specifies the IDs of one more destinations for one or more archived redo logs.
6659
6659
 
6660
6660
  These IDs are the values of the ``dest_id`` column in the ``v$archived_log`` view. Use this setting with the ``archivedLogDestId`` extra connection attribute in a primary-to-single setup or a primary-to-multiple-standby setup.
@@ -6672,7 +6672,7 @@ class CfnEndpoint(
6672
6672
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-oraclesettings.html#cfn-dms-endpoint-oraclesettings-extraarchivedlogdestids
6673
6673
  '''
6674
6674
  result = self._values.get("extra_archived_log_dest_ids")
6675
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[jsii.Number]]], result)
6675
+ return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
6676
6676
 
6677
6677
  @builtins.property
6678
6678
  def fail_tasks_on_lob_truncation(
@@ -14780,7 +14780,7 @@ def _typecheckingstub__d7cce1496a9f9494141ae407b9fa752179dcdfea2913cf1fd3d74b79d
14780
14780
  direct_path_no_log: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
14781
14781
  direct_path_parallel_load: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
14782
14782
  enable_homogenous_tablespace: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
14783
- extra_archived_log_dest_ids: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[jsii.Number]]] = None,
14783
+ extra_archived_log_dest_ids: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
14784
14784
  fail_tasks_on_lob_truncation: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
14785
14785
  number_datatype_scale: typing.Optional[jsii.Number] = None,
14786
14786
  oracle_path_prefix: typing.Optional[builtins.str] = None,