See Using quotation marks with strings in the AWS CLI User Guide . To describe a service The following describe-services example retrieves details for the my-http-service service in the default cluster. aws ecs describe-services --services my-http-service Output: { "services": [ { "status...
Note that as shown above, some of these arguments need to be enclosed inside of quotation marks! (I’ll show you examples of thesein the examples section.) Additionally, you can provide multiple of these arguments in a Python list. Note that this parameter isignoredwhen you use describe on...
Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. SeeUsing quotation marks with stringsin theAWS CLI User Guide. To describe a stack’s layers The followingdescribe-layerscommand describes the layers in ...
Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal's quoting rules. SeeUsing quotation marks with stringsin theAWS CLI User Guide. To describe a task definition The followingdescribe-task-definitionexample retrieves the deta...
To use the following examples, you must have the AWS CLI installed and configured. See theGetting started guidein theAWS CLI User Guidefor more information. Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal's quoting ...
To use the following examples, you must have the AWS CLI installed and configured. See theGetting started guidein theAWS CLI User Guidefor more information. Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal's quoting ...