Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnTaskPropsMixin.Builder
Packages that use CfnTaskPropsMixin.Builder
-
Uses of CfnTaskPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datasync
Methods in software.amazon.awscdk.cfnpropertymixins.services.datasync that return CfnTaskPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTaskPropsMixin.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn) Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.CfnTaskPropsMixin.Builder.cloudWatchLogGroupArn(ILogGroupRef cloudWatchLogGroupArn) Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.static CfnTaskPropsMixin.BuilderCfnTaskPropsMixin.Builder.create()static CfnTaskPropsMixin.BuilderCfnTaskPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTaskPropsMixin.Builder.destinationLocationArn(String destinationLocationArn) The Amazon Resource Name (ARN) of an AWS storage resource's location.CfnTaskPropsMixin.Builder.destinationLocationArn(ILocationEFSRef destinationLocationArn) The Amazon Resource Name (ARN) of an AWS storage resource's location.CfnTaskPropsMixin.Builder.destinationLocationArn(ILocationS3Ref destinationLocationArn) The Amazon Resource Name (ARN) of an AWS storage resource's location.Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer.CfnTaskPropsMixin.Builder.excludes(IResolvable excludes) Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer.Specifies include filters that define the files, objects, and folders in your source location that you want DataSync to transfer.CfnTaskPropsMixin.Builder.includes(IResolvable includes) Specifies include filters that define the files, objects, and folders in your source location that you want DataSync to transfer.CfnTaskPropsMixin.Builder.manifestConfig(CfnTaskPropsMixin.ManifestConfigProperty manifestConfig) The configuration of the manifest that lists the files or objects that you want DataSync to transfer.CfnTaskPropsMixin.Builder.manifestConfig(IResolvable manifestConfig) The configuration of the manifest that lists the files or objects that you want DataSync to transfer.Specifies the name of your task.CfnTaskPropsMixin.Builder.options(CfnTaskPropsMixin.OptionsProperty options) Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.CfnTaskPropsMixin.Builder.options(IResolvable options) Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.CfnTaskPropsMixin.Builder.schedule(CfnTaskPropsMixin.TaskScheduleProperty schedule) Specifies a schedule for when you want your task to run.CfnTaskPropsMixin.Builder.schedule(IResolvable schedule) Specifies a schedule for when you want your task to run.CfnTaskPropsMixin.Builder.sourceLocationArn(String sourceLocationArn) Specifies the ARN of your transfer's source location.CfnTaskPropsMixin.Builder.sourceLocationArn(ILocationNFSRef sourceLocationArn) Specifies the ARN of your transfer's source location.CfnTaskPropsMixin.Builder.sourceLocationArn(ILocationS3Ref sourceLocationArn) Specifies the ARN of your transfer's source location.Specifies the tags that you want to apply to your task.The task mode that you're using.CfnTaskPropsMixin.Builder.taskReportConfig(CfnTaskPropsMixin.TaskReportConfigProperty taskReportConfig) The configuration of your task report, which provides detailed information about your DataSync transfer.CfnTaskPropsMixin.Builder.taskReportConfig(IResolvable taskReportConfig) The configuration of your task report, which provides detailed information about your DataSync transfer.