ScalableTarget

class ScalableTarget : KotlinCustomResource

Resource Type definition for AWS::ApplicationAutoScaling::ScalableTarget

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val maxCapacity: Output<Int>

The maximum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand

Link copied to clipboard
val minCapacity: Output<Int>

The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceId: Output<String>

The identifier of the resource associated with the scalable target

Link copied to clipboard
val roleArn: Output<String>?

Specify the Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that allows Application Auto Scaling to modify the scalable target on your behalf.

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 scheduled actions for the scalable target. Duplicates aren't allowed.

Link copied to clipboard

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

Link copied to clipboard

An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling. Setting the value of an attribute to true suspends the specified scaling activities. Setting it to false (default) resumes the specified scaling activities.

Link copied to clipboard
val urn: Output<String>