interface VerifiedProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.CfnTask.VerifiedProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnTask_VerifiedProperty |
![]() | software.amazon.awscdk.services.datasync.CfnTask.VerifiedProperty |
![]() | aws_cdk.aws_datasync.CfnTask.VerifiedProperty |
![]() | aws-cdk-lib » aws_datasync » CfnTask » VerifiedProperty |
Specifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.
This only applies if you configure your task to verify data during and after the transfer (which Datasync does by default)
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const verifiedProperty: datasync.CfnTask.VerifiedProperty = {
reportLevel: 'reportLevel',
};
Properties
Name | Type | Description |
---|---|---|
report | string | Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't. |
reportLevel?
Type:
string
(optional)
Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't.