aws.apprunner.describe_observability_configuration
Example SQL Queries
SELECT * FROMaws.apprunner.describe_observability_configurationWHERE"observability_configuration_arn" = 'VALUE';Description
Return a full description of an App Runner observability configuration resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| observability_configuration_arn Required Input Column The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description for. The ARN can be a full observability 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 |
| observability_configuration A full description of the App Runner observability configuration that you specified in this request. | STRUCT( |
Show child fields
| |