terminationPolicies

@JvmName(name = "whowcoxsuhmxqpam")
suspend fun terminationPolicies(value: Output<List<String>>)
@JvmName(name = "jxwoylcqmbgujldq")
suspend fun terminationPolicies(value: List<String>?)

Parameters

value

List of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are OldestInstance, NewestInstance, OldestLaunchConfiguration, ClosestToNextInstanceHour, OldestLaunchTemplate, AllocationStrategy, Default. Additionally, the ARN of a Lambda function can be specified for custom termination policies.


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


@JvmName(name = "xkcsxsxffmgysdtf")
suspend fun terminationPolicies(values: List<Output<String>>)
@JvmName(name = "bbebxoxxqgycufqe")
suspend fun terminationPolicies(vararg values: String)

Parameters

values

List of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are OldestInstance, NewestInstance, OldestLaunchConfiguration, ClosestToNextInstanceHour, OldestLaunchTemplate, AllocationStrategy, Default. Additionally, the ARN of a Lambda function can be specified for custom termination policies.