Skip to content

Commit 11a3c69

Browse files
committed
Update Set-AASScalingPolicy.xml
1 parent 2bacd20 commit 11a3c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generator/AWSPSGeneratorLib/HelpMaterials/Examples/AAS/Set-AASScalingPolicy.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!--Examples for the AWS PowerShell CmdLets-->
33
<examples>
44
<example>
5+
<code>
56
PS C:\> $stepadjustment = New-Object Amazon.ApplicationAutoScaling.Model.StepAdjustment
67
PS C:\> $stepadjustment
78

@@ -21,6 +22,7 @@ PS C:\> Set-AASScalingPolicy -ServiceNamespace AppStream -PolicyName ASFleetScal
2122

2223
Alarms PolicyARN
2324
------ ---------
25+
{} arn:aws:autoscaling:us-west-2:012345678912:scalingPolicy:4897ca24-3caa-4bf1-8484-851a089b243c:resource/appstream/fleet/MyFleet:policyName/ASFleetScaleInPolicy </code>
2426
<description>This cmdlet creates or updates a policy for an Application Auto Scaling scalable target. Each scalable target is identified by a service namespace, resource ID, and scalable dimension.</description>
2527
</example>
2628
</examples>

0 commit comments

Comments
 (0)