interface SkippedProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataSync.CfnTaskPropsMixin.SkippedProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatasync#CfnTaskPropsMixin_SkippedProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnTaskPropsMixin.SkippedProperty |
Python | aws_cdk.cfn_property_mixins.aws_datasync.CfnTaskPropsMixin.SkippedProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datasync » CfnTaskPropsMixin » SkippedProperty |
Specifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.
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/cfn-property-mixins';
const skippedProperty: datasync.CfnTaskPropsMixin.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.

.NET
Go
Java
Python
TypeScript