View source: R/ecs_operations.R
ecs_list_service_deployments | R Documentation |
This operation lists all the service deployments that meet the specified filter criteria.
See https://www.paws-r-sdk.com/docs/ecs_list_service_deployments/ for full documentation.
ecs_list_service_deployments(
service,
cluster = NULL,
status = NULL,
createdAt = NULL,
nextToken = NULL,
maxResults = NULL
)
service |
[required] The ARN or name of the service |
cluster |
The cluster that hosts the service. This can either be the cluster name
or ARN. Starting April 15, 2023, Amazon Web Services will not onboard
new customers to Amazon Elastic Inference (EI), and will help current
customers migrate their workloads to options that offer better price and
performance. If you don't specify a cluster, |
status |
An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result. |
createdAt |
An optional filter you can use to narrow the results by the service creation date. If you do not specify a value, the result includes all services created before the current time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS. |
nextToken |
The |
maxResults |
The maximum number of service deployment results that
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.