AWS::AppRunner::ObservabilityConfigurationThe AWS::AppRunner::ObservabilityConfiguration resource is an AWS App Runner resource type that specifies an App Runner observability configuration
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ObservabilityConfigurationName | string | Create-only |
Tags | Array<Tag> | Create-onlyWrite-only |
TraceConfiguration | TraceConfiguration | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
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. |
ObservabilityConfigurationArn | string | The Amazon Resource Name (ARN) of this ObservabilityConfiguration |
ObservabilityConfigurationRevision | integer | The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppRunner::ObservabilityConfiguration
Resources:
MyResource:
Type: AWS::AppRunner::ObservabilityConfiguration
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
apprunner:CreateObservabilityConfigurationapprunner:DescribeObservabilityConfigurationapprunner:TagResourceapprunner:DescribeObservabilityConfigurationapprunner:DeleteObservabilityConfigurationapprunner:ListObservabilityConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterObservabilityConfigurationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ObservabilityConfigurationNameTraceConfigurationTags