aws.apprunner.list_services_for_auto_scaling_configuration
Example SQL Queries
SELECT * FROMaws.apprunner.list_services_for_auto_scaling_configurationWHERE"auto_scaling_configuration_arn" = 'VALUE';Description
Returns a list of the associated App Runner services using an auto scaling configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| auto_scaling_configuration_arn Required Input Column The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services for. The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is used. | VARCHAR |
| max_results Input Column The maximum number of results to include in each response (result page). It's used for a paginated request. If you don't specify MaxResults, the request retrieves all available results in a single response. | BIGINT |
| next_token Input Column The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| service_arn_list A list of service ARN records. In a paginated request, the request returns up to MaxResults records for each call. | VARCHAR[] |
Show child fields
| |