class LogsExporting
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ApplicationSignals.Alpha.LogsExporting |
Go | github.com/aws/aws-cdk-go/awscdkapplicationsignalsalpha/v2#LogsExporting |
Java | software.amazon.awscdk.services.applicationsignals.alpha.LogsExporting |
Python | aws_cdk.aws_applicationsignals_alpha.LogsExporting |
TypeScript (source) | @aws-cdk/aws-applicationsignals-alpha ยป LogsExporting |
OpenTelemetry logs exporter configurations.
Contains constants for configuring log export behavior.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as applicationsignals_alpha from '@aws-cdk/aws-applicationsignals-alpha';
const logsExporting = new applicationsignals_alpha.LogsExporting();
Initializer
new LogsExporting()
Properties
| Name | Type | Description |
|---|---|---|
| static OTEL_LOGS_EXPORTER | string | Configuration for OpenTelemetry logs exporter. |
| static OTEL_LOGS_EXPORTER_NONE | string | Disable logs export. |
| static OTEL_LOGS_EXPORTER_OTLP | string | Enable OTLP logs export. |
static OTEL_LOGS_EXPORTER
Type:
string
Configuration for OpenTelemetry logs exporter.
static OTEL_LOGS_EXPORTER_NONE
Type:
string
Disable logs export.
static OTEL_LOGS_EXPORTER_OTLP
Type:
string
Enable OTLP logs export.

.NET
Go
Java
Python
TypeScript (