aws.apprunner.list_observability_configurations
Example SQL Queries
SELECT * FROMaws.apprunner.list_observability_configurations;Description
Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListObservabilityConfigurations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| latest_only Input Column Set to true to list only the latest revision for each requested configuration name. Set to false to list all revisions for each requested configuration name. Default: true | BOOLEAN |
| 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 |
| observability_configuration_name Input Column The name of the App Runner observability configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations. | 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_summary_list A list of summary information records for observability configurations. In a paginated request, the request returns up to MaxResults records for each call. | STRUCT( |
Show child fields
| |