Get Scalable Target Plain Args
data class GetScalableTargetPlainArgs(val resourceId: String, val scalableDimension: String, val serviceNamespace: String) : ConvertibleToJava<GetScalableTargetPlainArgs>
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`
.