Show / Hide Table of Contents

Class CfnTask.VerifiedProperty

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.

Inheritance
object
CfnTask.VerifiedProperty
Implements
CfnTask.IVerifiedProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTask.VerifiedProperty : CfnTask.IVerifiedProperty
Syntax (vb)
Public Class CfnTask.VerifiedProperty Implements CfnTask.IVerifiedProperty
Remarks

This only applies if you configure your task to verify data during and after the transfer (which Datasync does by default)

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-verified.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DataSync;

             var verifiedProperty = new VerifiedProperty {
                 ReportLevel = "reportLevel"
             };

Synopsis

Constructors

VerifiedProperty()

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.

Properties

ReportLevel

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.

Constructors

VerifiedProperty()

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.

public VerifiedProperty()
Remarks

This only applies if you configure your task to verify data during and after the transfer (which Datasync does by default)

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-verified.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DataSync;

             var verifiedProperty = new VerifiedProperty {
                 ReportLevel = "reportLevel"
             };

Properties

ReportLevel

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.

public string? ReportLevel { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-verified.html#cfn-datasync-task-verified-reportlevel

Implements

CfnTask.IVerifiedProperty
Back to top Generated by DocFX