**To get a paginated listing of App Runner services** The following ``list-services`` example lists all App Runner services in the AWS account. Up to two services are listed in each response. This example shows the first request. The response includes two results and a token that can be used in the next request. When a subsequent response doesn't include a token, all services have been listed. :: aws apprunner list-services \ --cli-input-json file://input.json Contents of ``input.json``:: { "MaxResults": 2 } Output:: { "NextToken": "eyJDdXN0b21lckFjY291bnRJZCI6IjI3MDIwNTQwMjg0NSIsIlNlcnZpY2VTdGF0dXNDb2RlIjoiUFJPVklTSU9OSU5HIiwiSGFzaEtleSI6IjI3MDIwNTQwMjg0NSNhYjhmOTRjZmUyOWE0NjBmYjg3NjBhZmQyZWU4NzU1NSJ9", "ServiceSummaryList": [ { "CreatedAt": "2020-11-20T19:05:25Z", "UpdatedAt": "2020-11-23T12:41:37Z", "ServiceArn": "arn:aws:apprunner:us-east-1:123456789012:service/python-app/8fe1e10304f84fd2b0df550fe98a71fa", "ServiceId": "8fe1e10304f84fd2b0df550fe98a71fa", "ServiceName": "python-app", "ServiceUrl": "psbqam834h.us-east-1.awsapprunner.com", "Status": "RUNNING" }, { "CreatedAt": "2020-11-06T23:15:30Z", "UpdatedAt": "2020-11-23T13:21:22Z", "ServiceArn": "arn:aws:apprunner:us-east-1:123456789012:service/golang-container-app/ab8f94cfe29a460fb8760afd2ee87555", "ServiceId": "ab8f94cfe29a460fb8760afd2ee87555", "ServiceName": "golang-container-app", "ServiceUrl": "e2m8rrrx33.us-east-1.awsapprunner.com", "Status": "RUNNING" } ] }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
associate-custom-domain.rst | File | 1.65 KB | 0644 |
|
create-auto-scaling-configuration.rst | File | 1.41 KB | 0644 |
|
create-connection.rst | File | 1.08 KB | 0644 |
|
create-service.rst | File | 9.6 KB | 0644 |
|
delete-auto-scaling-configuration.rst | File | 2.72 KB | 0644 |
|
delete-connection.rst | File | 812 B | 0644 |
|
delete-service.rst | File | 2.26 KB | 0644 |
|
describe-auto-scaling-configuration.rst | File | 2.58 KB | 0644 |
|
describe-custom-domains.rst | File | 2.23 KB | 0644 |
|
describe-service.rst | File | 2.2 KB | 0644 |
|
disassociate-custom-domain.rst | File | 1.59 KB | 0644 |
|
list-auto-scaling-configurations.rst | File | 1.42 KB | 0644 |
|
list-connections.rst | File | 1.63 KB | 0644 |
|
list-operations.rst | File | 1 KB | 0644 |
|
list-services.rst | File | 1.78 KB | 0644 |
|
list-tags-for-resource.rst | File | 710 B | 0644 |
|
pause-service.rst | File | 2.25 KB | 0644 |
|
resume-service.rst | File | 2.26 KB | 0644 |
|
start-deployment.rst | File | 480 B | 0644 |
|
tag-resource.rst | File | 656 B | 0644 |
|
untag-resource.rst | File | 510 B | 0644 |
|
update-service.rst | File | 2.59 KB | 0644 |
|