/AWS1/CL_APROBSERVABILITYCONF¶
Describes an App Runner observability configuration resource. Multiple revisions of a configuration have the same
ObservabilityConfigurationName and different ObservabilityConfigurationRevision values.
The resource is designed to configure multiple features (currently one feature, tracing). This type contains optional members that describe the
configuration of these features (currently one member, TraceConfiguration). If a feature member isn't specified, the feature isn't
enabled.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_observabilityconfarn TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN¶
The Amazon Resource Name (ARN) of this observability configuration.
iv_observabilityconfname TYPE /AWS1/APROBSERVABILITYCONFNAME /AWS1/APROBSERVABILITYCONFNAME¶
The customer-provided observability configuration name. It can be used in multiple revisions of a configuration.
io_traceconfiguration TYPE REF TO /AWS1/CL_APRTRACECONFIGURATION /AWS1/CL_APRTRACECONFIGURATION¶
The configuration of the tracing feature within this observability configuration. If not specified, tracing isn't enabled.
iv_observabilityconfrevision TYPE /AWS1/APRINTEGER /AWS1/APRINTEGER¶
The revision of this observability configuration. It's unique among all the active configurations (
"Status": "ACTIVE") that share the sameObservabilityConfigurationName.
iv_latest TYPE /AWS1/APRBOOLEAN /AWS1/APRBOOLEAN¶
It's set to
truefor the configuration with the highestRevisionamong all configurations that share the sameObservabilityConfigurationName. It's set tofalseotherwise.
iv_status TYPE /AWS1/APROBSERVABILITYCONFSTAT /AWS1/APROBSERVABILITYCONFSTAT¶
The current state of the observability configuration. If the status of a configuration revision is
INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.
iv_createdat TYPE /AWS1/APRTIMESTAMP /AWS1/APRTIMESTAMP¶
The time when the observability configuration was created. It's in Unix time stamp format.
iv_deletedat TYPE /AWS1/APRTIMESTAMP /AWS1/APRTIMESTAMP¶
The time when the observability configuration was deleted. It's in Unix time stamp format.
Queryable Attributes¶
ObservabilityConfigurationArn¶
The Amazon Resource Name (ARN) of this observability configuration.
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 |
ObservabilityConfigurationName¶
The customer-provided observability configuration name. It can be used in multiple revisions of a configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVABILITYCONFNAME() |
Getter for OBSERVABILITYCONFNAME, with configurable default |
ASK_OBSERVABILITYCONFNAME() |
Getter for OBSERVABILITYCONFNAME w/ exceptions if field has |
HAS_OBSERVABILITYCONFNAME() |
Determine if OBSERVABILITYCONFNAME has a value |
TraceConfiguration¶
The configuration of the tracing feature within this observability configuration. If not specified, tracing isn't enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRACECONFIGURATION() |
Getter for TRACECONFIGURATION |
ObservabilityConfigurationRevision¶
The revision of this observability configuration. It's unique among all the active configurations (
"Status": "ACTIVE") that share the sameObservabilityConfigurationName.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVABILITYCONFREVIS00() |
Getter for OBSERVABILITYCONFREVISION |
Latest¶
It's set to
truefor the configuration with the highestRevisionamong all configurations that share the sameObservabilityConfigurationName. It's set tofalseotherwise.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATEST() |
Getter for LATEST |
Status¶
The current state of the observability configuration. If the status of a configuration revision is
INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CreatedAt¶
The time when the observability configuration was created. It's in Unix time stamp format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
DeletedAt¶
The time when the observability configuration was deleted. It's in Unix time stamp format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEDAT() |
Getter for DELETEDAT, with configurable default |
ASK_DELETEDAT() |
Getter for DELETEDAT w/ exceptions if field has no value |
HAS_DELETEDAT() |
Determine if DELETEDAT has a value |