Class: DatadogAPIClient::V2::ObservabilityPipelineSplunkHecDestinationTokenStrategy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSplunkHecDestinationTokenStrategy
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination_token_strategy.rb
Overview
Controls how the Splunk HEC token is supplied. Use custom to provide a token with token_key, or from_source to forward the token received from an upstream Splunk HEC source.
Constant Summary collapse
- CUSTOM =
"custom".freeze
- FROM_SOURCE =
"from_source".freeze