v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1450295228.5 KB

Puts a resource launch action.

post/PutLaunchAction

Request body

resourceIdstring required

Launch configuration template Id or Source Server Id

actionCodestring required

Launch action code.

orderinteger required

Launch action order.

actionIdstring required

Launch action Id.

optionalboolean required

Whether the launch will not be marked as failed if this action fails.

activeboolean required

Whether the launch action is active.

namestring required

Launch action name.

actionVersionstring required

Launch action version.

category'MONITORING' | 'VALIDATION' | 'CONFIGURATION' | 'SECURITY' | 'OTHER' required

Launch action category.

parametersobject

Launch action parameters.

descriptionstring required

Launch action description.

Response

Success

resourceIdstring

Launch configuration template Id or Source Server Id

actionIdstring

Launch action Id.

actionCodestring

Launch action code.

type'SSM_AUTOMATION' | 'SSM_COMMAND'

Launch action type.

namestring

Launch action name.

activeboolean

Whether the launch action is active.

orderinteger

Launch action order.

actionVersionstring

Launch action version.

optionalboolean

Whether the launch will not be marked as failed if this action fails.

parametersLaunchActionParameters

Launch action parameters.

descriptionstring

Launch action description.

category'MONITORING' | 'VALIDATION' | 'CONFIGURATION' | 'SECURITY' | 'OTHER'

Launch action category.