AutoScalingResourceMetricArgs

data class AutoScalingResourceMetricArgs(val kind: Output<String>, val name: Output<Either<String, AutoScalingResourceMetricName>>) : ConvertibleToJava<AutoScalingResourceMetricArgs>

Describes the resource that is used for triggering auto scaling.

Constructors

Link copied to clipboard
constructor(kind: Output<String>, name: Output<Either<String, AutoScalingResourceMetricName>>)

Properties

Link copied to clipboard
val kind: Output<String>

Enumerates the metrics that are used for triggering auto scaling. Expected value is 'Resource'.

Link copied to clipboard

Name of the resource.

Functions

Link copied to clipboard
open override fun toJava(): AutoScalingResourceMetricArgs