interface SkippedProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.CfnTask.SkippedProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnTask_SkippedProperty |
![]() | software.amazon.awscdk.services.datasync.CfnTask.SkippedProperty |
![]() | aws_cdk.aws_datasync.CfnTask.SkippedProperty |
![]() | aws-cdk-lib » aws_datasync » CfnTask » SkippedProperty |
The reporting level for the skipped section of your DataSync task report.
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 skippedProperty: datasync.CfnTask.SkippedProperty = {
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.
ERRORS_ONLY
: A report shows what DataSync was unable to skip.SUCCESSES_AND_ERRORS
: A report shows what DataSync was able and unable to skip.