Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / deploy / list-deployment-configs.rst
Size: Mime:
**To get information about deployment configurations**

The following ``list-deployment-configs`` example displays information about all deployment configurations that are associated with the user's AWS account. ::

    aws deploy list-deployment-configs

Output::

    {
        "deploymentConfigsList": [
            "ThreeQuartersHealthy",
            "CodeDeployDefault.AllAtOnce",
            "CodeDeployDefault.HalfAtATime",
            "CodeDeployDefault.OneAtATime"
        ]
    }