Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
deploy
📤 Upload
📝 New File
📁 New Folder
Close
Editing: list-deployment-configs.rst
**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" ] }
Save
Cancel