Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SplunkDestinationConfiguration

import type { SplunkDestinationConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/firehose.ts";
interface SplunkDestinationConfiguration {
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
HECAcknowledgmentTimeoutInSeconds?: number | null;
HECEndpoint: string;
HECEndpointType: HECEndpointType;
HECToken: string;
ProcessingConfiguration?: ProcessingConfiguration | null;
RetryOptions?: SplunkRetryOptions | null;
S3BackupMode?: SplunkS3BackupMode | null;
S3Configuration: S3DestinationConfiguration;
}

§Properties

§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]
§
HECAcknowledgmentTimeoutInSeconds?: number | null
[src]
§
HECEndpoint: string
[src]
§
HECEndpointType: HECEndpointType
[src]
§
HECToken: string
[src]
§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]
§
RetryOptions?: SplunkRetryOptions | null
[src]
§
S3BackupMode?: SplunkS3BackupMode | null
[src]