Class OTelEnrichmentReference
A reference to a OTelEnrichment resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.CloudWatch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OTelEnrichmentReference : IOTelEnrichmentReference
Syntax (vb)
Public Class OTelEnrichmentReference Implements IOTelEnrichmentReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.CloudWatch;
var oTelEnrichmentReference = new OTelEnrichmentReference {
AccountId = "accountId"
};
Synopsis
Constructors
| OTelEnrichmentReference() | A reference to a OTelEnrichment resource. |
Properties
| AccountId | The AccountId of the OTelEnrichment resource. |
Constructors
OTelEnrichmentReference()
A reference to a OTelEnrichment resource.
public OTelEnrichmentReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.CloudWatch;
var oTelEnrichmentReference = new OTelEnrichmentReference {
AccountId = "accountId"
};
Properties
AccountId
The AccountId of the OTelEnrichment resource.
public string AccountId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated