All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.gamelift.kotlin.outputs.GameServerGroupTargetTrackingConfiguration.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.gamelift.kotlin.outputs

import kotlin.Double
import kotlin.Suppress

/**
 * Settings for a target-based scaling policy applied to Auto Scaling group.
 * @property targetValue Desired value to use with a game server group target-based scaling policy.
 */
public data class GameServerGroupTargetTrackingConfiguration(
    public val targetValue: Double,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.gamelift.outputs.GameServerGroupTargetTrackingConfiguration): GameServerGroupTargetTrackingConfiguration = GameServerGroupTargetTrackingConfiguration(
            targetValue = javaType.targetValue(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy