Show / Hide Table of Contents

Class TaskState

Inheritance
System.Object
InputArgs
ResourceArgs
TaskState
Inherited Members
ResourceArgs.Empty
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 Source

TaskState()

Declaration
public TaskState()

Properties

View Source

Arn

Amazon Resource Name (ARN) of the DataSync Task.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

DestinationLocationArn

Amazon Resource Name (ARN) of destination DataSync Location.

Declaration
public Input<string> DestinationLocationArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the DataSync Task.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

SourceLocationArn

Amazon Resource Name (ARN) of source DataSync Location.

Declaration
public Input<string> SourceLocationArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.