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

SplunkDestinationUpdate

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

§Properties

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