repeatMode

val repeatMode: Output<String>?

Sets the way the command is executed. Value range:

  • Once: Execute the command immediately.

  • Period: executes the command regularly. When the value of this parameter is 'Period', the 'Frequency' parameter must also be specified.

  • NextRebootOnly: Automatically execute the command when the instance is next started.

  • EveryReboot: The command is automatically executed every time the instance is started. Default:

  • When the'frequency' parameter is not specified, the default value is'once '.

  • When the'frequency' parameter is specified, regardless of whether the parameter value has been set or not, it will be processed according to'period.