TelemetryPipelinesReference

class aws_cdk.interfaces.aws_observabilityadmin.TelemetryPipelinesReference(*, pipeline_identifier, telemetry_pipelines_arn)

Bases: object

A reference to a TelemetryPipelines resource.

Parameters:
  • pipeline_identifier (str) – The PipelineIdentifier of the TelemetryPipelines resource.

  • telemetry_pipelines_arn (str) – The ARN of the TelemetryPipelines resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_observabilityadmin as interfaces_observabilityadmin

telemetry_pipelines_reference = interfaces_observabilityadmin.TelemetryPipelinesReference(
    pipeline_identifier="pipelineIdentifier",
    telemetry_pipelines_arn="telemetryPipelinesArn"
)

Attributes

pipeline_identifier

The PipelineIdentifier of the TelemetryPipelines resource.

telemetry_pipelines_arn

The ARN of the TelemetryPipelines resource.