Class TaskState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DataSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TaskState : ResourceArgs
Constructors
View SourceTaskState()
Declaration
public TaskState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the DataSync Task.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CloudwatchLogGroupArn
Amazon Resource Name (ARN) of the CloudWatch Log Group that is used to monitor and log events in the sync task.
Declaration
public Input<string> CloudwatchLogGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestinationLocationArn
Amazon Resource Name (ARN) of destination DataSync Location.
Declaration
public Input<string> DestinationLocationArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the DataSync Task.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Options
Configuration block containing option that controls the default behavior when you start an execution of this DataSync Task. For each individual task execution, you can override these options by specifying an overriding configuration in those executions.
Declaration
public Input<TaskOptionsGetArgs> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TaskOptionsGetArgs> |
SourceLocationArn
Amazon Resource Name (ARN) of source DataSync Location.
Declaration
public Input<string> SourceLocationArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value pairs of resource tags to assign to the DataSync Task.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |