Class StateMachineState
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.Sfn
Assembly: Pulumi.Aws.dll
Syntax
public sealed class StateMachineState : ResourceArgs
Constructors
View SourceStateMachineState()
Declaration
public StateMachineState()
Properties
View SourceCreationDate
The date the state machine was created.
Declaration
public Input<string> CreationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Definition
The Amazon States Language definition of the state machine.
Declaration
public Input<string> Definition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the state machine.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The current status of the state machine. Either "ACTIVE" or "DELETING".
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |