Skip to main content

services_list_only

Lists services in a region or regions, for all properties use services

Overview

Nameservices_list_only
TypeResource
DescriptionThe AWS::AppRunner::Service resource specifies an AppRunner Service.
Idaws.apprunner.services_list_only

Fields

NameDatatypeDescription
service_namestringThe AppRunner Service Name.
service_idstringThe AppRunner Service Id
service_arnstringThe Amazon Resource Name (ARN) of the AppRunner Service.
service_urlstringThe Service Url of the AppRunner Service.
statusstringAppRunner Service status.
source_configurationobjectSource Code configuration
instance_configurationobjectInstance Configuration
tagsarray
encryption_configurationobjectEncryption configuration (KMS key)
health_check_configurationobjectHealth check configuration
observability_configurationobjectService observability configuration
auto_scaling_configuration_arnstringAutoscaling configuration ARN
network_configurationobjectNetwork configuration
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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