Configuration settings registered with the activity type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ActivityTypeConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ActivityTypeConfiguration()()()() | Initializes a new instance of the ActivityTypeConfiguration class | 
|  | DefaultTaskHeartbeatTimeout | 
            The optional default maximum time, specified when registering the activity type, before which a worker processing a task must report
            progress by calling RecordActivityTaskHeartbeat. You can override this default when scheduling a task through the
            ScheduleActivityTaskDecision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the
            activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the
            activity worker should clean up the activity task. The valid values are integers greater than or equal to 0. An integer value can be
            used to specify the duration in seconds while NONE can be used to specify unlimited duration.
             
             Constraints: | 
|  | DefaultTaskList | 
            The optional default task list specified for this activity type at registration. This default task list is used if a task list is not
            provided when a task is scheduled through the ScheduleActivityTaskDecision. You can override this default when scheduling a
            task through the ScheduleActivityTaskDecision.
             
             | 
|  | DefaultTaskScheduleToCloseTimeout | 
            The optional default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this
            default when scheduling a task through the ScheduleActivityTaskDecision. The valid values are integers greater than or equal
            to 0. An integer value can be used to specify the duration in seconds while NONE can be used to specify unlimited duration.
             
             Constraints: | 
|  | DefaultTaskScheduleToStartTimeout | 
            The optional default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being
            assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTaskDecision. The
            valid values are integers greater than or equal to 0. An integer value can be used to specify the duration in seconds while
            NONE can be used to specify unlimited duration.
             
             Constraints: | 
|  | DefaultTaskStartToCloseTimeout | 
            The optional default maximum duration for tasks of an activity type specified when registering the activity type. You can override this
            default when scheduling a task through the ScheduleActivityTaskDecision. The valid values are integers greater than or equal
            to 0. An integer value can be used to specify the duration in seconds while NONE can be used to specify unlimited duration.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDefaultTaskHeartbeatTimeout(String) | Obsolete. 
            Sets the DefaultTaskHeartbeatTimeout property
             | 
|  | WithDefaultTaskList(TaskList) | Obsolete. 
            Sets the DefaultTaskList property
             | 
|  | WithDefaultTaskScheduleToCloseTimeout(String) | Obsolete. 
            Sets the DefaultTaskScheduleToCloseTimeout property
             | 
|  | WithDefaultTaskScheduleToStartTimeout(String) | Obsolete. 
            Sets the DefaultTaskScheduleToStartTimeout property
             | 
|  | WithDefaultTaskStartToCloseTimeout(String) | Obsolete. 
            Sets the DefaultTaskStartToCloseTimeout property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ActivityTypeConfiguration |