HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/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*.