Class TaskReference
A reference to a Task resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TaskReference : ITaskReference
Syntax (vb)
Public Class TaskReference Implements ITaskReference
Remarks
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.Interfaces.DataSync;
var taskReference = new TaskReference {
TaskArn = "taskArn"
};
Synopsis
Constructors
| TaskReference() | A reference to a Task resource. |
Properties
| TaskArn | The TaskArn of the Task resource. |
Constructors
TaskReference()
A reference to a Task resource.
public TaskReference()
Remarks
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.Interfaces.DataSync;
var taskReference = new TaskReference {
TaskArn = "taskArn"
};
Properties
TaskArn
The TaskArn of the Task resource.
public string TaskArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated