Skip to content

/AWS1/CL_APRSVCOBSERVABILITY00

Describes the observability configuration of an App Runner service. These are additional observability features, like tracing, that you choose to enable. They're configured in a separate resource that you associate with your service.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_OBSERVABILITYENABLED TYPE /AWS1/APRBOOLEAN /AWS1/APRBOOLEAN

When true, an observability configuration resource is associated with the service, and an ObservabilityConfigurationArn is specified.

Optional arguments:

IV_OBSERVABILITYCONFARN TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN

The Amazon Resource Name (ARN) of the observability configuration that is associated with the service. Specified only when ObservabilityEnabled is true.

Specify an ARN with a name and a revision number to associate that revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3

Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing


Queryable Attributes

ObservabilityEnabled

When true, an observability configuration resource is associated with the service, and an ObservabilityConfigurationArn is specified.

Accessible with the following methods

Method Description
GET_OBSERVABILITYENABLED() Getter for OBSERVABILITYENABLED

ObservabilityConfigurationArn

The Amazon Resource Name (ARN) of the observability configuration that is associated with the service. Specified only when ObservabilityEnabled is true.

Specify an ARN with a name and a revision number to associate that revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3

Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing

Accessible with the following methods

Method Description
GET_OBSERVABILITYCONFARN() Getter for OBSERVABILITYCONFARN, with configurable default
ASK_OBSERVABILITYCONFARN() Getter for OBSERVABILITYCONFARN w/ exceptions if field has n
HAS_OBSERVABILITYCONFARN() Determine if OBSERVABILITYCONFARN has a value