Interface ITelemetryPipelinesReference
A reference to a TelemetryPipelines resource.
Namespace: Amazon.CDK.Interfaces.ObservabilityAdmin
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITelemetryPipelinesReference
Syntax (vb)
Public Interface ITelemetryPipelinesReference
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.ObservabilityAdmin;
var telemetryPipelinesReference = new TelemetryPipelinesReference {
PipelineIdentifier = "pipelineIdentifier",
TelemetryPipelinesArn = "telemetryPipelinesArn"
};
Synopsis
Properties
| PipelineIdentifier | The PipelineIdentifier of the TelemetryPipelines resource. |
| TelemetryPipelinesArn | The ARN of the TelemetryPipelines resource. |
Properties
PipelineIdentifier
The PipelineIdentifier of the TelemetryPipelines resource.
string PipelineIdentifier { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
TelemetryPipelinesArn
The ARN of the TelemetryPipelines resource.
string TelemetryPipelinesArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated