AWS Fundamentals Logo
AWS Fundamentals
AWS::AutoScalingPlans::ScalingPlan

AutoScalingPlans ScalingPlan

Resource Type definition for AWS::AutoScalingPlans::ScalingPlan

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ApplicationSource
ApplicationSource
Required
ScalingInstructions
Array<ScalingInstruction>
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-
ScalingPlanNamestring-
ScalingPlanVersionstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AutoScalingPlans::ScalingPlan

Resources:
  MyResource:
    Type: AWS::AutoScalingPlans::ScalingPlan
    Properties:
      ScalingInstructions: []
      ApplicationSource: "value"

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAutoScalingPlans
Properties5
Required2
TaggingNot supported
Primary IDId

External Links