aws.apprunner.describe_auto_scaling_configuration
Example SQL Queries
SELECT * FROMaws.apprunner.describe_auto_scaling_configurationWHERE"auto_scaling_configuration_arn" = 'VALUE';Description
Return a full description of an App Runner automatic scaling configuration resource.
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 a description 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 described. | 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 |
| auto_scaling_configuration A full description of the App Runner auto scaling configuration that you specified in this request. | STRUCT( |
Show child fields
| |