GetScalableTargetPlainArgs

data class GetScalableTargetPlainArgs(val resourceId: String, val scalableDimension: String, val serviceNamespace: String) : ConvertibleToJava<GetScalableTargetPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceId: String, scalableDimension: String, serviceNamespace: String)

Properties

Link copied to clipboard

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

Link copied to clipboard

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

Link copied to clipboard

The namespace of the AWS service that provides the resource, or a `custom-resource`.

Functions

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