interface ScalingPlanReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AutoScalingPlans.ScalingPlanReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscalingplans#ScalingPlanReference |
![]() | software.amazon.awscdk.services.autoscalingplans.ScalingPlanReference |
![]() | aws_cdk.aws_autoscalingplans.ScalingPlanReference |
![]() | aws-cdk-lib » aws_autoscalingplans » ScalingPlanReference |
A reference to a ScalingPlan resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_autoscalingplans as autoscalingplans } from 'aws-cdk-lib';
const scalingPlanReference: autoscalingplans.ScalingPlanReference = {
scalingPlanId: 'scalingPlanId',
};
Properties
Name | Type | Description |
---|---|---|
scaling | string | The Id of the ScalingPlan resource. |
scalingPlanId
Type:
string
The Id of the ScalingPlan resource.