Skip to main content

observability_configuration

Gets an individual observability_configuration resource

Overview

Nameobservability_configuration
TypeResource
Descriptionobservability_configuration
Idawscc.apprunner.observability_configuration

Fields

NameDatatypeDescription
observability_configuration_arnstringThe Amazon Resource Name (ARN) of this ObservabilityConfiguration
observability_configuration_namestringA 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_revisionintegerThe revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.
latestbooleanIt'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_configurationobjectThe configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing.
tagsarrayA list of metadata items that you can associate with your observability configuration resource. A tag is a key-value pair.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
observability_configuration_arn,
observability_configuration_name,
observability_configuration_revision,
latest,
trace_configuration,
tags
FROM awscc.apprunner.observability_configuration
WHERE data__Identifier = '<ObservabilityConfigurationArn>';

Permissions

To operate on the observability_configuration resource, the following permissions are required:

Read

apprunner:DescribeObservabilityConfiguration

Delete

apprunner:DeleteObservabilityConfiguration