observability_configurations_list_only
Lists observability_configurations
in a region or regions, for all properties use observability_configurations
Overview
Name | observability_configurations_list_only |
Type | Resource |
Description | The AWS::AppRunner::ObservabilityConfiguration resource is an AWS App Runner resource type that specifies an App Runner observability configuration |
Id | aws.apprunner.observability_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
observability_configuration_arn | string | The Amazon Resource Name (ARN) of this ObservabilityConfiguration |
observability_configuration_name | string | A name for the observability configuration. When you use it for the first time in an AWS Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration. |
observability_configuration_revision | integer | The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName. |
latest | boolean | It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise. |
trace_configuration | object | The configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing. |
tags | array | A list of metadata items that you can associate with your observability configuration resource. A tag is a key-value pair. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all observability_configurations
in a region.
SELECT
region,
observability_configuration_arn
FROM aws.apprunner.observability_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the observability_configurations_list_only
resource, see observability_configurations