Skip to content

Commit

Permalink
Add StateMachineName to StepFunctions::StateMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Nov 19, 2017
1 parent 4442af5 commit 6a80a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/stepfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Activity(AWSObject):
class StateMachine(AWSObject):
resource_type = "AWS::StepFunctions::StateMachine"
props = {
'StateMachineName': (basestring, False),
'DefinitionString': (basestring, True),
'RoleArn': (basestring, True),

Expand Down

0 comments on commit 6a80a27

Please sign in to comment.