ScalingPlanReference
- class aws_cdk.aws_autoscalingplans.ScalingPlanReference(*, scaling_plan_id)
Bases:
object
A reference to a ScalingPlan resource.
- Parameters:
scaling_plan_id (
str
) – The Id of the ScalingPlan resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_autoscalingplans as autoscalingplans scaling_plan_reference = autoscalingplans.ScalingPlanReference( scaling_plan_id="scalingPlanId" )
Attributes
- scaling_plan_id
The Id of the ScalingPlan resource.