GroupInstanceRefresh

data class GroupInstanceRefresh(val preferences: GroupInstanceRefreshPreferences? = null, val strategy: String, val triggers: List<String>? = null)

Constructors

Link copied to clipboard
constructor(preferences: GroupInstanceRefreshPreferences? = null, strategy: String, triggers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Override default parameters for Instance Refresh.

Link copied to clipboard

Strategy to use for instance refresh. The only allowed value is Rolling. See StartInstanceRefresh Action for more information.

Link copied to clipboard
val triggers: List<String>? = null

Set of additional property names that will trigger an Instance Refresh. A refresh will always be triggered by a change in any of launch_configuration, launch_template, or mixed_instances_policy.