interface CfnOTelEnrichmentMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudWatch.CfnOTelEnrichmentMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudwatch#CfnOTelEnrichmentMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnOTelEnrichmentMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_cloudwatch.CfnOTelEnrichmentMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudwatch » CfnOTelEnrichmentMixinProps |
Properties for CfnOTelEnrichmentPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudwatch as cloudwatch } from '@aws-cdk/cfn-property-mixins';
const cfnOTelEnrichmentMixinProps: cloudwatch.CfnOTelEnrichmentMixinProps = { };

.NET
Go
Java
Python
TypeScript