Amazon Web ServicesAuto-ScalingComputeEC2High AvailabilityScaling
PoliciesType is a JSON Structure definition published by Amazon EC2 Auto Scaling, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-structure/ec2-auto-scaling-policies-type-structure.json",
"name": "PoliciesType",
"description": "PoliciesType schema from Auto Scaling",
"type": "object",
"properties": {
"ScalingPolicies": {
"allOf": [
{
"$ref": "#/components/schemas/ScalingPolicies"
},
{
"description": "The scaling policies."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/XmlString"
},
{
"description": "A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the <code>NextToken</code> value when requesting the next set of items. This value is null when there are no more items to return."
}
]
}
},
"example": {
"ScalingPolicies": [
{
"AdjustmentType": "ChangeInCapacity",
"Alarms": [],
"AutoScalingGroupName": "my-auto-scaling-group",
"PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2233f3d7-6290-403b-b632-93c553560106:autoScalingGroupName/my-auto-scaling-group:policyName/ScaleIn",
"PolicyName": "ScaleIn",
"ScalingAdjustment": -1
},
{
"AdjustmentType": "PercentChangeInCapacity",
"Alarms": [],
"AutoScalingGroupName": "my-auto-scaling-group",
"Cooldown": 60,
"MinAdjustmentStep": 2,
"PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2b435159-cf77-4e89-8c0e-d63b497baad7:autoScalingGroupName/my-auto-scaling-group:policyName/ScalePercentChange",
"PolicyName": "ScalePercentChange",
"ScalingAdjustment": 25
}
]
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.