AWS SDK for .NET Documentation
StartTimerDecisionAttributes Class
AmazonAmazon.SimpleWorkflow.ModelStartTimerDecisionAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the StartTimer decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF in much the same way as for the regular API:

If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Declaration Syntax
C#
public class StartTimerDecisionAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StartTimerDecisionAttributes()()()()
Initializes a new instance of the StartTimerDecisionAttributes class

Control
Optional data attached to the event that can be used by the decider in subsequent workflow tasks.

Constraints:

Length
0 - 32768


Equals(Object)
Determines whether the specified Object is equal to the current 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.)
StartToFireTimeout
The duration to wait before firing the timer. This field is required. The duration is specified in seconds. The valid values are integers greater than or equal to 0.

Constraints:

Length
1 - 8


TimerId
The unique Id of the timer. This field is required. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithControl(String) Obsolete.
Sets the Control property

WithStartToFireTimeout(String) Obsolete.
Sets the StartToFireTimeout property

WithTimerId(String) Obsolete.
Sets the TimerId property

Inheritance Hierarchy
Object
StartTimerDecisionAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)