Skip to main content

services_for_auto_scaling_configurations

Creates, updates, deletes, gets or lists a services_for_auto_scaling_configurations resource.

Overview

Nameservices_for_auto_scaling_configurations
TypeResource
Idaws.apprunner.services_for_auto_scaling_configurations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
service_arnstringA list of service ARN records. In a paginated request, the request returns up to MaxResults records for each call.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_services_for_auto_scaling_configurationselectregionReturns a list of the associated App Runner services using an auto scaling configuration.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns a list of the associated App Runner services using an auto scaling configuration.

SELECT
service_arn
FROM aws.apprunner.services_for_auto_scaling_configurations
WHERE region = '{{ region }}' -- required
;