interface CfnTelemetryEnrichmentProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ObservabilityAdmin.CfnTelemetryEnrichmentProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsobservabilityadmin#CfnTelemetryEnrichmentProps |
Java | software.amazon.awscdk.services.observabilityadmin.CfnTelemetryEnrichmentProps |
Python | aws_cdk.aws_observabilityadmin.CfnTelemetryEnrichmentProps |
TypeScript | aws-cdk-lib » aws_observabilityadmin » CfnTelemetryEnrichmentProps |
Properties for defining a CfnTelemetryEnrichment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_observabilityadmin as observabilityadmin } from 'aws-cdk-lib';
const cfnTelemetryEnrichmentProps: observabilityadmin.CfnTelemetryEnrichmentProps = {
scope: 'scope',
};
Properties
| Name | Type | Description |
|---|---|---|
| scope? | string | Scope of the Telemetry Enrichment. |
scope?
Type:
string
(optional)
Scope of the Telemetry Enrichment.

.NET
Go
Java
Python
TypeScript