interface CfnTelemetryEnrichmentMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin.CfnTelemetryEnrichmentMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsobservabilityadmin#CfnTelemetryEnrichmentMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryEnrichmentMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_observabilityadmin.CfnTelemetryEnrichmentMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_observabilityadmin » CfnTelemetryEnrichmentMixinProps |
Properties for CfnTelemetryEnrichmentPropsMixin.
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/cfn-property-mixins';
const cfnTelemetryEnrichmentMixinProps: observabilityadmin.CfnTelemetryEnrichmentMixinProps = {
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