Skip to main content

Action

Properties

PropertyTypeRequiredDescriptionDefaultExample
namestring✅ Yesname of the action The action name is displayed in the Actions tab of the Nuon dashboard-"http_healthcheck"
timeoutstring✅ Yestimeout for action execution Maximum time the action can run. Maximum allowed is 30 minutes. Must be a valid Go duration string (e.g., 30s, 5m, 30m)-"15s"
triggersarray✅ Yestriggers that execute this action Actions can be triggered manually, on a cron schedule, or by install lifecycle events (provision, deploy, teardown, etc). Define multiple triggers if needed--
stepsarray✅ Yessteps to execute in this action Ordered list of steps to execute. Each step requires a command and can optionally load scripts from repositories--
dependenciesarrayNocomponent dependencies referenced in this action Automatically extracted from template references in steps (e.g., {{.component.component_name}})--
break_glass_rolestringNoIAM role for break-glass access to this action When set, allows the action to use a break glass role for elevated permissions during critical operations. Break glass roles are defined in CloudForma…-"bucket-operations-break-glass"
rolestringNoIAM role name for action execution Name of the IAM role to use when executing this action. The role must be defined in the CloudFormation stack deployed to the customer’s AWS account. If not specif…--

Property Details

name

Examples:
"http_healthcheck"
"database_migration"

timeout

Examples:
"15s"
"5m"
"30m"

break_glass_role

Examples:
"bucket-operations-break-glass"
"database-migration-break-glass"