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

ARN is a read only property for the resource.

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