ObservabilityConfiguration

class ObservabilityConfiguration : KotlinCustomResource

The AWS::AppRunner::ObservabilityConfiguration resource is an AWS App Runner resource type that specifies an App Runner observability configuration

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val latest: Output<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.

Link copied to clipboard

The Amazon Resource Name (ARN) of this ObservabilityConfiguration

Link copied to clipboard

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.

Link copied to clipboard

The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

A list of metadata items that you can associate with your observability configuration resource. A tag is a key-value pair.

Link copied to clipboard

The configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing.

Link copied to clipboard
val urn: Output<String>