GetScalingPolicyPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String, scalableDimension: String)

Properties

Link copied to clipboard
val arn: String

Returns the ARN of a scaling policy.

Link copied to clipboard

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

Functions

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