aws-cdk-lib 2.176.0__py3-none-any.whl → 2.178.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.
- aws_cdk/__init__.py +106 -62
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.176.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +2 -2
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10387 -7038
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +189 -24
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +5494 -2518
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +686 -9
- aws_cdk/aws_cloudfront_origins/__init__.py +73 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +59 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +204 -159
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +6 -4
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +199 -129
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1142 -184
- aws_cdk/aws_ecs/__init__.py +767 -124
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +8 -8
- aws_cdk/aws_eks/__init__.py +55 -35
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +93 -4
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +46 -0
- aws_cdk/aws_gamelift/__init__.py +8 -10
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_iam/__init__.py +8 -0
- aws_cdk/aws_imagebuilder/__init__.py +88 -74
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +47 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +78 -74
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +1927 -0
- aws_cdk/aws_notificationscontacts/__init__.py +593 -0
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +37 -37
- aws_cdk/aws_redshift/__init__.py +19 -15
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +10 -4
- aws_cdk/aws_route53_targets/__init__.py +15 -15
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +801 -2
- aws_cdk/aws_s3_notifications/__init__.py +5 -5
- aws_cdk/aws_s3tables/__init__.py +2 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +137 -12
- aws_cdk/aws_ssm/__init__.py +5 -5
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +109 -36
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cloud_assembly_schema/__init__.py +63 -4
- aws_cdk/cx_api/__init__.py +62 -4
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +120 -118
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_connect/__init__.py
CHANGED
|
@@ -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[
|
|
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[
|
|
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[
|
|
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[
|
|
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
|
|
@@ -2928,7 +2928,7 @@ class CfnEventTrigger(
|
|
|
2928
2928
|
metaclass=jsii.JSIIMeta,
|
|
2929
2929
|
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnEventTrigger",
|
|
2930
2930
|
):
|
|
2931
|
-
'''
|
|
2931
|
+
'''Specifies the rules to perform an action based on customer ingested data.
|
|
2932
2932
|
|
|
2933
2933
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-eventtrigger.html
|
|
2934
2934
|
:cloudformationResource: AWS::CustomerProfiles::EventTrigger
|
|
@@ -3446,7 +3446,7 @@ class CfnEventTrigger(
|
|
|
3446
3446
|
'''The criteria that a specific object attribute must meet to trigger the destination.
|
|
3447
3447
|
|
|
3448
3448
|
:param comparison_operator: The operator used to compare an attribute against a list of values.
|
|
3449
|
-
:param values:
|
|
3449
|
+
:param values: The amount of time of the specified unit.
|
|
3450
3450
|
:param field_name: A field defined within an object type.
|
|
3451
3451
|
:param source: An attribute contained within a source object.
|
|
3452
3452
|
|
|
@@ -3495,7 +3495,7 @@ class CfnEventTrigger(
|
|
|
3495
3495
|
|
|
3496
3496
|
@builtins.property
|
|
3497
3497
|
def values(self) -> typing.List[builtins.str]:
|
|
3498
|
-
'''
|
|
3498
|
+
'''The amount of time of the specified unit.
|
|
3499
3499
|
|
|
3500
3500
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventtrigger-objectattribute.html#cfn-customerprofiles-eventtrigger-objectattribute-values
|
|
3501
3501
|
'''
|
|
@@ -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")
|
aws_cdk/aws_databrew/__init__.py
CHANGED
|
@@ -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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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,
|
aws_cdk/aws_datasync/__init__.py
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
6060
|
+
'''Specifies the Windows domain name that your SMB file server belongs to.
|
|
6061
6061
|
|
|
6062
|
-
|
|
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
|
|
6093
|
+
'''Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount.
|
|
6092
6094
|
|
|
6093
|
-
|
|
6095
|
+
Remember the following when configuring this parameter:
|
|
6094
6096
|
|
|
6095
|
-
|
|
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
|
'''
|