Class StateMachineArgs
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 StateMachineArgs : ResourceArgs
Constructors
View SourceStateMachineArgs()
Declaration
public StateMachineArgs()
Properties
View SourceDefinition
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> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |