https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/application-autoscaling/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/application-autoscaling/describe-scheduled-actions.rst
**To describe scheduled actions**

The following ``describe-scheduled-actions`` example displays details for the scheduled actions for the specified service namespace::

    aws application-autoscaling describe-scheduled-actions \
        --service-namespace dynamodb

Output::

    {
        "ScheduledActions": [
            {
                "ScalableDimension": "dynamodb:table:WriteCapacityUnits",
                "Schedule": "at(2019-05-20T18:35:00)",
                "ResourceId": "table/my-table",
                "CreationTime": 1561571888.361,
                "ScheduledActionARN": "arn:aws:autoscaling:us-west-2:123456789012:scheduledAction:2d36aa3b-cdf9-4565-b290-81db519b227d:resource/dynamodb/table/my-table:scheduledActionName/my-first-scheduled-action",
                "ScalableTargetAction": {
                    "MinCapacity": 15,
                    "MaxCapacity": 20
                },
                "ScheduledActionName": "my-first-scheduled-action",
                "ServiceNamespace": "dynamodb"
            },
            {
                "ScalableDimension": "dynamodb:table:WriteCapacityUnits",
                "Schedule": "at(2019-05-20T18:40:00)",
                "ResourceId": "table/my-table",
                "CreationTime": 1561571946.021,
                "ScheduledActionARN": "arn:aws:autoscaling:us-west-2:123456789012:scheduledAction:2d36aa3b-cdf9-4565-b290-81db519b227d:resource/dynamodb/table/my-table:scheduledActionName/my-second-scheduled-action",
                "ScalableTargetAction": {
                    "MinCapacity": 5,
                    "MaxCapacity": 10
                },
                "ScheduledActionName": "my-second-scheduled-action",
                "ServiceNamespace": "dynamodb"
            }
        ]
    }

For more information, see `Scheduled Scaling <https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scheduled-scaling.html>`__ in the *Application Auto Scaling User Guide*.

https://t.me/RX1948 - 2025