observability_configuration
Gets an individual observability_configuration
resource
Overview
Name | observability_configuration |
Type | Resource |
Description | observability_configuration |
Id | awscc.apprunner.observability_configuration |
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
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