triggers

@JvmName(name = "xfupnhqqmvxdugtp")
suspend fun triggers(value: Output<List<String>>)
@JvmName(name = "crajikryoswoydqt")
suspend fun triggers(value: List<String>?)

Parameters

value

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.

NOTE: A refresh is started when any of the following Auto Scaling Group properties change: launch_configuration, launch_template, mixed_instances_policy. Additional properties can be specified in the triggers property of instance_refresh. NOTE: A refresh will not start when version = "$Latest" is configured in the launch_template block. To trigger the instance refresh when a launch template is changed, configure version to use the latest_version attribute of the aws.ec2.LaunchTemplate resource. NOTE: Auto Scaling Groups support up to one active instance refresh at a time. When this resource is updated, any existing refresh is cancelled. NOTE: Depending on health check settings and group size, an instance refresh may take a long time or fail. This resource does not wait for the instance refresh to complete.


@JvmName(name = "nkbtcagxmlifwkkf")
suspend fun triggers(vararg values: Output<String>)


@JvmName(name = "etjcrgorkfnnqlbk")
suspend fun triggers(values: List<Output<String>>)
@JvmName(name = "qctrnujwmrbpnrcx")
suspend fun triggers(vararg values: String)

Parameters

values

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.

NOTE: A refresh is started when any of the following Auto Scaling Group properties change: launch_configuration, launch_template, mixed_instances_policy. Additional properties can be specified in the triggers property of instance_refresh. NOTE: A refresh will not start when version = "$Latest" is configured in the launch_template block. To trigger the instance refresh when a launch template is changed, configure version to use the latest_version attribute of the aws.ec2.LaunchTemplate resource. NOTE: Auto Scaling Groups support up to one active instance refresh at a time. When this resource is updated, any existing refresh is cancelled. NOTE: Depending on health check settings and group size, an instance refresh may take a long time or fail. This resource does not wait for the instance refresh to complete.