interface OTelEnrichmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CloudWatch.OTelEnrichmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscloudwatch#OTelEnrichmentReference |
Java | software.amazon.awscdk.interfaces.cloudwatch.OTelEnrichmentReference |
Python | aws_cdk.interfaces.aws_cloudwatch.OTelEnrichmentReference |
TypeScript | aws-cdk-lib » interfaces » aws_cloudwatch » OTelEnrichmentReference |
A reference to a OTelEnrichment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudwatch as interfaces_cloudwatch } from 'aws-cdk-lib/interfaces';
const oTelEnrichmentReference: interfaces_cloudwatch.OTelEnrichmentReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the OTelEnrichment resource. |
accountId
Type:
string
The AccountId of the OTelEnrichment resource.

.NET
Go
Java
Python
TypeScript