GetScalingPolicyPlainArgs

data class GetScalingPolicyPlainArgs(val arn: String) : ConvertibleToJava<GetScalingPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The ARN of the AutoScaling scaling policy

Functions

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