SSM automation dynamic time out

0

I have create a SSM automation document that uses an action 'runCommand'. in that step I need to give a dynamically timoutsecond. User will enter the timeout second and based on that value, timeout will be set. how to do this ?

1 Answer
0

All automation actions support a common "timeoutSeconds" property that must be set in the document itself. If you are referring to the "TimeoutSeconds" input for the command to be run itself, then the value for that can be passed in dynamically as a parameter and referenced in the run command step. You can find more details around how to do that here.

AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions