aws-cdk-lib 2.140.0__py3-none-any.whl → 2.141.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/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.140.0.jsii.tgz → aws-cdk-lib@2.141.0.jsii.tgz} +0 -0
- aws_cdk/aws_bedrock/__init__.py +51 -41
- aws_cdk/aws_cloudtrail/__init__.py +13 -4
- aws_cdk/aws_connectcampaigns/__init__.py +2 -2
- aws_cdk/aws_datasync/__init__.py +51 -56
- aws_cdk/aws_dynamodb/__init__.py +410 -0
- aws_cdk/aws_ec2/__init__.py +90 -40
- aws_cdk/aws_ecr/__init__.py +32 -7
- aws_cdk/aws_entityresolution/__init__.py +6 -2
- aws_cdk/aws_fms/__init__.py +7 -7
- aws_cdk/aws_gamelift/__init__.py +261 -160
- aws_cdk/aws_ivs/__init__.py +1 -3
- aws_cdk/aws_kms/__init__.py +11 -5
- aws_cdk/aws_location/__init__.py +8 -4
- aws_cdk/aws_oam/__init__.py +45 -11
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_paymentcryptography/__init__.py +128 -48
- aws_cdk/aws_pinpoint/__init__.py +7 -5
- aws_cdk/aws_qbusiness/__init__.py +620 -294
- aws_cdk/aws_quicksight/__init__.py +103 -40
- aws_cdk/aws_rds/__init__.py +38 -8
- aws_cdk/aws_route53profiles/__init__.py +49 -49
- aws_cdk/aws_sagemaker/__init__.py +30 -30
- aws_cdk/aws_ses/__init__.py +9 -9
- aws_cdk/aws_transfer/__init__.py +4 -4
- aws_cdk/aws_voiceid/__init__.py +2 -2
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/RECORD +33 -33
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_datasync/__init__.py
CHANGED
|
@@ -6819,15 +6819,15 @@ class CfnTask(
|
|
|
6819
6819
|
:param scope: Scope in which this resource is defined.
|
|
6820
6820
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6821
6821
|
:param destination_location_arn: The Amazon Resource Name (ARN) of an AWS storage resource's location.
|
|
6822
|
-
:param source_location_arn:
|
|
6823
|
-
:param cloud_watch_log_group_arn:
|
|
6824
|
-
:param excludes: Specifies
|
|
6825
|
-
:param includes: Specifies
|
|
6826
|
-
:param manifest_config: The configuration of the manifest that lists the files or objects to transfer. For more information, see `Specifying what DataSync transfers by using a manifest <https://docs.aws.amazon.com/datasync/latest/userguide/transferring-with-manifest.html>`_ .
|
|
6827
|
-
:param name:
|
|
6828
|
-
:param options: Specifies
|
|
6829
|
-
:param schedule: Specifies a schedule
|
|
6830
|
-
:param tags: Specifies the tags that you want to apply to
|
|
6822
|
+
:param source_location_arn: Specifies the ARN of your transfer's source location.
|
|
6823
|
+
:param cloud_watch_log_group_arn: Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task. For more information, see `Monitoring DataSync with Amazon CloudWatch <https://docs.aws.amazon.com/datasync/latest/userguide/monitor-datasync.html>`_ .
|
|
6824
|
+
:param excludes: Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer. For more information and examples, see `Specifying what DataSync transfers by using filters <https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html>`_ .
|
|
6825
|
+
:param includes: Specifies include filters define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see `Specifying what DataSync transfers by using filters <https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html>`_ .
|
|
6826
|
+
:param manifest_config: The configuration of the manifest that lists the files or objects that you want DataSync to transfer. For more information, see `Specifying what DataSync transfers by using a manifest <https://docs.aws.amazon.com/datasync/latest/userguide/transferring-with-manifest.html>`_ .
|
|
6827
|
+
:param name: Specifies the name of your task.
|
|
6828
|
+
:param options: Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.
|
|
6829
|
+
:param schedule: Specifies a schedule for when you want your task to run. For more information, see `Scheduling your task <https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html>`_ .
|
|
6830
|
+
:param tags: Specifies the tags that you want to apply to your task. *Tags* are key-value pairs that help you manage, filter, and search for your DataSync resources.
|
|
6831
6831
|
:param task_report_config: Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see `Monitoring your DataSync transfers with task reports <https://docs.aws.amazon.com/datasync/latest/userguide/task-reports.html>`_ . When using this parameter, your caller identity (the role that you're using DataSync with) must have the ``iam:PassRole`` permission. The `AWSDataSyncFullAccess <https://docs.aws.amazon.com/datasync/latest/userguide/security-iam-awsmanpol.html#security-iam-awsmanpol-awsdatasyncfullaccess>`_ policy includes this permission.
|
|
6832
6832
|
'''
|
|
6833
6833
|
if __debug__:
|
|
@@ -6943,7 +6943,7 @@ class CfnTask(
|
|
|
6943
6943
|
@builtins.property
|
|
6944
6944
|
@jsii.member(jsii_name="sourceLocationArn")
|
|
6945
6945
|
def source_location_arn(self) -> builtins.str:
|
|
6946
|
-
'''
|
|
6946
|
+
'''Specifies the ARN of your transfer's source location.'''
|
|
6947
6947
|
return typing.cast(builtins.str, jsii.get(self, "sourceLocationArn"))
|
|
6948
6948
|
|
|
6949
6949
|
@source_location_arn.setter
|
|
@@ -6956,7 +6956,7 @@ class CfnTask(
|
|
|
6956
6956
|
@builtins.property
|
|
6957
6957
|
@jsii.member(jsii_name="cloudWatchLogGroupArn")
|
|
6958
6958
|
def cloud_watch_log_group_arn(self) -> typing.Optional[builtins.str]:
|
|
6959
|
-
'''
|
|
6959
|
+
'''Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.'''
|
|
6960
6960
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "cloudWatchLogGroupArn"))
|
|
6961
6961
|
|
|
6962
6962
|
@cloud_watch_log_group_arn.setter
|
|
@@ -6971,7 +6971,7 @@ class CfnTask(
|
|
|
6971
6971
|
def excludes(
|
|
6972
6972
|
self,
|
|
6973
6973
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTask.FilterRuleProperty"]]]]:
|
|
6974
|
-
'''Specifies
|
|
6974
|
+
'''Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer.'''
|
|
6975
6975
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTask.FilterRuleProperty"]]]], jsii.get(self, "excludes"))
|
|
6976
6976
|
|
|
6977
6977
|
@excludes.setter
|
|
@@ -6989,7 +6989,7 @@ class CfnTask(
|
|
|
6989
6989
|
def includes(
|
|
6990
6990
|
self,
|
|
6991
6991
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTask.FilterRuleProperty"]]]]:
|
|
6992
|
-
'''Specifies
|
|
6992
|
+
'''Specifies include filters define the files, objects, and folders in your source location that you want DataSync to transfer.'''
|
|
6993
6993
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTask.FilterRuleProperty"]]]], jsii.get(self, "includes"))
|
|
6994
6994
|
|
|
6995
6995
|
@includes.setter
|
|
@@ -7007,7 +7007,7 @@ class CfnTask(
|
|
|
7007
7007
|
def manifest_config(
|
|
7008
7008
|
self,
|
|
7009
7009
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTask.ManifestConfigProperty"]]:
|
|
7010
|
-
'''The configuration of the manifest that lists the files or objects to transfer.'''
|
|
7010
|
+
'''The configuration of the manifest that lists the files or objects that you want DataSync to transfer.'''
|
|
7011
7011
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTask.ManifestConfigProperty"]], jsii.get(self, "manifestConfig"))
|
|
7012
7012
|
|
|
7013
7013
|
@manifest_config.setter
|
|
@@ -7023,7 +7023,7 @@ class CfnTask(
|
|
|
7023
7023
|
@builtins.property
|
|
7024
7024
|
@jsii.member(jsii_name="name")
|
|
7025
7025
|
def name(self) -> typing.Optional[builtins.str]:
|
|
7026
|
-
'''
|
|
7026
|
+
'''Specifies the name of your task.'''
|
|
7027
7027
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
7028
7028
|
|
|
7029
7029
|
@name.setter
|
|
@@ -7038,10 +7038,7 @@ class CfnTask(
|
|
|
7038
7038
|
def options(
|
|
7039
7039
|
self,
|
|
7040
7040
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTask.OptionsProperty"]]:
|
|
7041
|
-
'''Specifies
|
|
7042
|
-
|
|
7043
|
-
Some options include preserving file or object metadata and verifying data integrity.
|
|
7044
|
-
'''
|
|
7041
|
+
'''Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.'''
|
|
7045
7042
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTask.OptionsProperty"]], jsii.get(self, "options"))
|
|
7046
7043
|
|
|
7047
7044
|
@options.setter
|
|
@@ -7059,7 +7056,7 @@ class CfnTask(
|
|
|
7059
7056
|
def schedule(
|
|
7060
7057
|
self,
|
|
7061
7058
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTask.TaskScheduleProperty"]]:
|
|
7062
|
-
'''Specifies a schedule
|
|
7059
|
+
'''Specifies a schedule for when you want your task to run.'''
|
|
7063
7060
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTask.TaskScheduleProperty"]], jsii.get(self, "schedule"))
|
|
7064
7061
|
|
|
7065
7062
|
@schedule.setter
|
|
@@ -7075,7 +7072,7 @@ class CfnTask(
|
|
|
7075
7072
|
@builtins.property
|
|
7076
7073
|
@jsii.member(jsii_name="tagsRaw")
|
|
7077
7074
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
7078
|
-
'''Specifies the tags that you want to apply to
|
|
7075
|
+
'''Specifies the tags that you want to apply to your task.'''
|
|
7079
7076
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
|
|
7080
7077
|
|
|
7081
7078
|
@tags_raw.setter
|
|
@@ -8427,12 +8424,10 @@ class CfnTask(
|
|
|
8427
8424
|
schedule_expression: typing.Optional[builtins.str] = None,
|
|
8428
8425
|
status: typing.Optional[builtins.str] = None,
|
|
8429
8426
|
) -> None:
|
|
8430
|
-
'''
|
|
8431
|
-
|
|
8432
|
-
For more information, see `Schedule Expressions for Rules <https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html>`_ .
|
|
8427
|
+
'''Configures your AWS DataSync task to run on a `schedule <https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html>`_ (at a minimum interval of 1 hour).
|
|
8433
8428
|
|
|
8434
|
-
:param schedule_expression:
|
|
8435
|
-
:param status: Specifies
|
|
8429
|
+
:param schedule_expression: Specifies your task schedule by using a cron expression in UTC time. For information about cron expression syntax, see the `*Amazon EventBridge User Guide* <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-cron-expressions.html>`_ .
|
|
8430
|
+
:param status: Specifies whether to enable or disable your task schedule. Your schedule is enabled by default, but there can be situations where you need to disable it. For example, you might need to perform maintenance on a storage system before you can begin a recurring DataSync transfer. DataSync might disable your schedule automatically if your task fails repeatedly with the same error. For more information, see the `*DataSync User Guide* <https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html#pause-task-schedule>`_ .
|
|
8436
8431
|
|
|
8437
8432
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskschedule.html
|
|
8438
8433
|
:exampleMetadata: fixture=_generated
|
|
@@ -8460,7 +8455,9 @@ class CfnTask(
|
|
|
8460
8455
|
|
|
8461
8456
|
@builtins.property
|
|
8462
8457
|
def schedule_expression(self) -> typing.Optional[builtins.str]:
|
|
8463
|
-
'''
|
|
8458
|
+
'''Specifies your task schedule by using a cron expression in UTC time.
|
|
8459
|
+
|
|
8460
|
+
For information about cron expression syntax, see the `*Amazon EventBridge User Guide* <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-cron-expressions.html>`_ .
|
|
8464
8461
|
|
|
8465
8462
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskschedule.html#cfn-datasync-task-taskschedule-scheduleexpression
|
|
8466
8463
|
'''
|
|
@@ -8469,7 +8466,11 @@ class CfnTask(
|
|
|
8469
8466
|
|
|
8470
8467
|
@builtins.property
|
|
8471
8468
|
def status(self) -> typing.Optional[builtins.str]:
|
|
8472
|
-
'''Specifies
|
|
8469
|
+
'''Specifies whether to enable or disable your task schedule.
|
|
8470
|
+
|
|
8471
|
+
Your schedule is enabled by default, but there can be situations where you need to disable it. For example, you might need to perform maintenance on a storage system before you can begin a recurring DataSync transfer.
|
|
8472
|
+
|
|
8473
|
+
DataSync might disable your schedule automatically if your task fails repeatedly with the same error. For more information, see the `*DataSync User Guide* <https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html#pause-task-schedule>`_ .
|
|
8473
8474
|
|
|
8474
8475
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskschedule.html#cfn-datasync-task-taskschedule-status
|
|
8475
8476
|
'''
|
|
@@ -8640,15 +8641,15 @@ class CfnTaskProps:
|
|
|
8640
8641
|
'''Properties for defining a ``CfnTask``.
|
|
8641
8642
|
|
|
8642
8643
|
:param destination_location_arn: The Amazon Resource Name (ARN) of an AWS storage resource's location.
|
|
8643
|
-
:param source_location_arn:
|
|
8644
|
-
:param cloud_watch_log_group_arn:
|
|
8645
|
-
:param excludes: Specifies
|
|
8646
|
-
:param includes: Specifies
|
|
8647
|
-
:param manifest_config: The configuration of the manifest that lists the files or objects to transfer. For more information, see `Specifying what DataSync transfers by using a manifest <https://docs.aws.amazon.com/datasync/latest/userguide/transferring-with-manifest.html>`_ .
|
|
8648
|
-
:param name:
|
|
8649
|
-
:param options: Specifies
|
|
8650
|
-
:param schedule: Specifies a schedule
|
|
8651
|
-
:param tags: Specifies the tags that you want to apply to
|
|
8644
|
+
:param source_location_arn: Specifies the ARN of your transfer's source location.
|
|
8645
|
+
:param cloud_watch_log_group_arn: Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task. For more information, see `Monitoring DataSync with Amazon CloudWatch <https://docs.aws.amazon.com/datasync/latest/userguide/monitor-datasync.html>`_ .
|
|
8646
|
+
:param excludes: Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer. For more information and examples, see `Specifying what DataSync transfers by using filters <https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html>`_ .
|
|
8647
|
+
:param includes: Specifies include filters define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see `Specifying what DataSync transfers by using filters <https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html>`_ .
|
|
8648
|
+
:param manifest_config: The configuration of the manifest that lists the files or objects that you want DataSync to transfer. For more information, see `Specifying what DataSync transfers by using a manifest <https://docs.aws.amazon.com/datasync/latest/userguide/transferring-with-manifest.html>`_ .
|
|
8649
|
+
:param name: Specifies the name of your task.
|
|
8650
|
+
:param options: Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.
|
|
8651
|
+
:param schedule: Specifies a schedule for when you want your task to run. For more information, see `Scheduling your task <https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html>`_ .
|
|
8652
|
+
:param tags: Specifies the tags that you want to apply to your task. *Tags* are key-value pairs that help you manage, filter, and search for your DataSync resources.
|
|
8652
8653
|
:param task_report_config: Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see `Monitoring your DataSync transfers with task reports <https://docs.aws.amazon.com/datasync/latest/userguide/task-reports.html>`_ . When using this parameter, your caller identity (the role that you're using DataSync with) must have the ``iam:PassRole`` permission. The `AWSDataSyncFullAccess <https://docs.aws.amazon.com/datasync/latest/userguide/security-iam-awsmanpol.html#security-iam-awsmanpol-awsdatasyncfullaccess>`_ policy includes this permission.
|
|
8653
8654
|
|
|
8654
8655
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html
|
|
@@ -8792,7 +8793,7 @@ class CfnTaskProps:
|
|
|
8792
8793
|
|
|
8793
8794
|
@builtins.property
|
|
8794
8795
|
def source_location_arn(self) -> builtins.str:
|
|
8795
|
-
'''
|
|
8796
|
+
'''Specifies the ARN of your transfer's source location.
|
|
8796
8797
|
|
|
8797
8798
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-sourcelocationarn
|
|
8798
8799
|
'''
|
|
@@ -8802,11 +8803,9 @@ class CfnTaskProps:
|
|
|
8802
8803
|
|
|
8803
8804
|
@builtins.property
|
|
8804
8805
|
def cloud_watch_log_group_arn(self) -> typing.Optional[builtins.str]:
|
|
8805
|
-
'''
|
|
8806
|
-
|
|
8807
|
-
For more information about how to use CloudWatch Logs with DataSync, see `Monitoring Your Task <https://docs.aws.amazon.com/datasync/latest/userguide/monitor-datasync.html#cloudwatchlogs>`_ in the *AWS DataSync User Guide.*
|
|
8806
|
+
'''Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.
|
|
8808
8807
|
|
|
8809
|
-
For more information
|
|
8808
|
+
For more information, see `Monitoring DataSync with Amazon CloudWatch <https://docs.aws.amazon.com/datasync/latest/userguide/monitor-datasync.html>`_ .
|
|
8810
8809
|
|
|
8811
8810
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-cloudwatchloggrouparn
|
|
8812
8811
|
'''
|
|
@@ -8817,9 +8816,9 @@ class CfnTaskProps:
|
|
|
8817
8816
|
def excludes(
|
|
8818
8817
|
self,
|
|
8819
8818
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnTask.FilterRuleProperty]]]]:
|
|
8820
|
-
'''Specifies
|
|
8819
|
+
'''Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer.
|
|
8821
8820
|
|
|
8822
|
-
For more information and examples, see `
|
|
8821
|
+
For more information and examples, see `Specifying what DataSync transfers by using filters <https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html>`_ .
|
|
8823
8822
|
|
|
8824
8823
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-excludes
|
|
8825
8824
|
'''
|
|
@@ -8830,9 +8829,9 @@ class CfnTaskProps:
|
|
|
8830
8829
|
def includes(
|
|
8831
8830
|
self,
|
|
8832
8831
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnTask.FilterRuleProperty]]]]:
|
|
8833
|
-
'''Specifies
|
|
8832
|
+
'''Specifies include filters define the files, objects, and folders in your source location that you want DataSync to transfer.
|
|
8834
8833
|
|
|
8835
|
-
For more information and examples, see `
|
|
8834
|
+
For more information and examples, see `Specifying what DataSync transfers by using filters <https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html>`_ .
|
|
8836
8835
|
|
|
8837
8836
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-includes
|
|
8838
8837
|
'''
|
|
@@ -8843,7 +8842,7 @@ class CfnTaskProps:
|
|
|
8843
8842
|
def manifest_config(
|
|
8844
8843
|
self,
|
|
8845
8844
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTask.ManifestConfigProperty]]:
|
|
8846
|
-
'''The configuration of the manifest that lists the files or objects to transfer.
|
|
8845
|
+
'''The configuration of the manifest that lists the files or objects that you want DataSync to transfer.
|
|
8847
8846
|
|
|
8848
8847
|
For more information, see `Specifying what DataSync transfers by using a manifest <https://docs.aws.amazon.com/datasync/latest/userguide/transferring-with-manifest.html>`_ .
|
|
8849
8848
|
|
|
@@ -8854,9 +8853,7 @@ class CfnTaskProps:
|
|
|
8854
8853
|
|
|
8855
8854
|
@builtins.property
|
|
8856
8855
|
def name(self) -> typing.Optional[builtins.str]:
|
|
8857
|
-
'''
|
|
8858
|
-
|
|
8859
|
-
This value is a text reference that is used to identify the task in the console.
|
|
8856
|
+
'''Specifies the name of your task.
|
|
8860
8857
|
|
|
8861
8858
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-name
|
|
8862
8859
|
'''
|
|
@@ -8867,9 +8864,7 @@ class CfnTaskProps:
|
|
|
8867
8864
|
def options(
|
|
8868
8865
|
self,
|
|
8869
8866
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTask.OptionsProperty]]:
|
|
8870
|
-
'''Specifies
|
|
8871
|
-
|
|
8872
|
-
You can also override these options before starting an individual run of a task (also known as a *task execution* ). For more information, see `StartTaskExecution <https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html>`_ .
|
|
8867
|
+
'''Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.
|
|
8873
8868
|
|
|
8874
8869
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-options
|
|
8875
8870
|
'''
|
|
@@ -8880,9 +8875,9 @@ class CfnTaskProps:
|
|
|
8880
8875
|
def schedule(
|
|
8881
8876
|
self,
|
|
8882
8877
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTask.TaskScheduleProperty]]:
|
|
8883
|
-
'''Specifies a schedule
|
|
8878
|
+
'''Specifies a schedule for when you want your task to run.
|
|
8884
8879
|
|
|
8885
|
-
|
|
8880
|
+
For more information, see `Scheduling your task <https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html>`_ .
|
|
8886
8881
|
|
|
8887
8882
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-schedule
|
|
8888
8883
|
'''
|
|
@@ -8891,7 +8886,7 @@ class CfnTaskProps:
|
|
|
8891
8886
|
|
|
8892
8887
|
@builtins.property
|
|
8893
8888
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
8894
|
-
'''Specifies the tags that you want to apply to
|
|
8889
|
+
'''Specifies the tags that you want to apply to your task.
|
|
8895
8890
|
|
|
8896
8891
|
*Tags* are key-value pairs that help you manage, filter, and search for your DataSync resources.
|
|
8897
8892
|
|