HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/appconfig/get-deployment-strategy.rst
**To retrieve details of a deployment strategy**

The following ``get-deployment-strategy`` example lists the details of the specified deployment strategy. ::

    aws appconfig get-deployment-strategy \
        --deployment-strategy-id 1225qzk

Output::

    {
        "Id": "1225qzk",
        "Name": "Example-Deployment",
        "DeploymentDurationInMinutes": 15,
        "GrowthType": "LINEAR",
        "GrowthFactor": 25.0,
        "FinalBakeTimeInMinutes": 0,
        "ReplicateTo": "SSM_DOCUMENT"
    }

For more information, see `Step 4: Creating a deployment strategy <https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-creating-deployment-strategy.html>`__ in the *AWS AppConfig User Guide*.