Class: Aws::ObservabilityAdmin::Types::CreateTelemetryPipelineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::CreateTelemetryPipelineInput
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::TelemetryPipelineConfiguration
The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations.
-
#name ⇒ String
The name of the telemetry pipeline to create.
-
#tags ⇒ Hash<String,String>
The key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes.
Instance Attribute Details
#configuration ⇒ Types::TelemetryPipelineConfiguration
The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations. For more information about pipeline components, see the Amazon CloudWatch User Guide
466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 466 class CreateTelemetryPipelineInput < Struct.new( :name, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the telemetry pipeline to create. The name must be unique within your account.
466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 466 class CreateTelemetryPipelineInput < Struct.new( :name, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes.
466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 466 class CreateTelemetryPipelineInput < Struct.new( :name, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |