interface TransferredProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataSync.Mixins.CfnTaskPropsMixin.TransferredProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatasync/mixins#CfnTaskPropsMixin_TransferredProperty |
Java | software.amazon.awscdk.mixins.preview.services.datasync.mixins.CfnTaskPropsMixin.TransferredProperty |
Python | aws_cdk.mixins_preview.aws_datasync.mixins.CfnTaskPropsMixin.TransferredProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datasync » mixins » CfnTaskPropsMixin » TransferredProperty |
Specifies the level of reporting for the files, objects, and directories that Datasync attempted to transfer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datasync_mixins } from '@aws-cdk/mixins-preview/aws-datasync';
const transferredProperty: datasync_mixins.CfnTaskPropsMixin.TransferredProperty = {
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