Class FirehoseDeliveryStreamSplunkConfigurationArgs


  • public final class FirehoseDeliveryStreamSplunkConfigurationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bufferingInterval

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> bufferingInterval()
        Returns:
        Buffer incoming data for the specified period of time, in seconds between 0 to 60, before delivering it to the destination. The default value is 60s.
      • bufferingSize

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> bufferingSize()
        Returns:
        Buffer incoming data to the specified size, in MBs between 1 to 5, before delivering it to the destination. The default value is 5MB.
      • hecAcknowledgmentTimeout

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> hecAcknowledgmentTimeout()
        Returns:
        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.
      • hecEndpoint

        public com.pulumi.core.Output<java.lang.String> hecEndpoint()
        Returns:
        The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.
      • hecEndpointType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> hecEndpointType()
        Returns:
        The HEC endpoint type. Valid values are `Raw` or `Event`. The default value is `Raw`.
      • hecToken

        public com.pulumi.core.Output<java.lang.String> hecToken()
        Returns:
        The GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
      • retryDuration

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> retryDuration()
        Returns:
        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.
      • s3BackupMode

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> s3BackupMode()
        Returns:
        Defines how documents should be delivered to Amazon S3. Valid values are `FailedEventsOnly` and `AllEvents`. Default value is `FailedEventsOnly`.