services_list_only
Lists services in a region or regions, for all properties use services
Overview
| Name | services_list_only |
| Type | Resource |
| Description | The AWS::AppRunner::Service resource specifies an AppRunner Service. |
| Id | aws.apprunner.services_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
service_arn | string | The Amazon Resource Name (ARN) of the AppRunner Service. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all services in a region.
SELECT
region,
service_arn
FROM aws.apprunner.services_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the services_list_only resource, see services