Class FirehoseDeliveryStreamSplunkConfigurationArgs
Inherited Members
Namespace: Pulumi.Aws.Kinesis.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamSplunkConfigurationArgs : ResourceArgs
Constructors
View SourceFirehoseDeliveryStreamSplunkConfigurationArgs()
Declaration
public FirehoseDeliveryStreamSplunkConfigurationArgs()
Properties
View SourceCloudwatchLoggingOptions
The CloudWatch Logging Options for the delivery stream. More details are given below.
Declaration
public Input<FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptionsArgs> CloudwatchLoggingOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptionsArgs> |
HecAcknowledgmentTimeout
The amount of time, in seconds between 180 and 600, that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data.
Declaration
public Input<int> HecAcknowledgmentTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
HecEndpoint
The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.
Declaration
public Input<string> HecEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HecEndpointType
The HEC endpoint type. Valid values are Raw or Event. The default value is Raw.
Declaration
public Input<string> HecEndpointType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HecToken
The GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
Declaration
public Input<string> HecToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProcessingConfiguration
The data processing configuration. More details are given below.
Declaration
public Input<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs> ProcessingConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs> |
RetryDuration
After an initial failure to deliver to Splunk, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.
Declaration
public Input<int> RetryDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
S3BackupMode
Defines how documents should be delivered to Amazon S3. Valid values are FailedEventsOnly and AllEvents. Default value is FailedEventsOnly.
Declaration
public Input<string> S3BackupMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |