Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a receiver factory for awsfirehose. Currently, only available in metrics pipelines.
Types ¶
type Config ¶
type Config struct { // HTTPServerSettings is used to set up the Firehose delivery // endpoint. The Firehose delivery stream expects an HTTPS // endpoint, so TLSSettings must be used to enable that. confighttp.HTTPServerSettings `mapstructure:",squash"` // RecordType is the key used to determine which unmarshaler to use // when receiving the requests. RecordType string `mapstructure:"record_type"` // AccessKey is checked against the one received with each request. // This can be set when creating or updating the Firehose delivery // stream. AccessKey configopaque.String `mapstructure:"access_key"` }
Click to show internal directories.
Click to hide internal directories.