installUpdatesOnBoot property

bool? installUpdatesOnBoot
final

Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

Implementation

final bool? installUpdatesOnBoot;