Show / Hide Table of Contents

Class CfnTask.SkippedProperty

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.

Inheritance
object
CfnTask.SkippedProperty
Implements
CfnTask.ISkippedProperty
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.SkippedProperty : CfnTask.ISkippedProperty
Syntax (vb)
Public Class CfnTask.SkippedProperty Implements CfnTask.ISkippedProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-skipped.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 skippedProperty = new SkippedProperty {
                 ReportLevel = "reportLevel"
             };

Synopsis

Constructors

SkippedProperty()

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during 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

SkippedProperty()

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.

public SkippedProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-skipped.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 skippedProperty = new SkippedProperty {
                 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-skipped.html#cfn-datasync-task-skipped-reportlevel

Implements

CfnTask.ISkippedProperty
Back to top Generated by DocFX