SplunkDestinationDescription
import type { SplunkDestinationDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/firehose.ts";interface SplunkDestinationDescription {
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
HECAcknowledgmentTimeoutInSeconds?: number | null;
HECEndpoint?: string | null;
HECEndpointType?: HECEndpointType | null;
HECToken?: string | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RetryOptions?: SplunkRetryOptions | null;
S3BackupMode?: SplunkS3BackupMode | null;
S3DestinationDescription?: S3DestinationDescription | null;
}§Properties
§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]§
HECEndpointType?: HECEndpointType | null
[src]§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]§
RetryOptions?: SplunkRetryOptions | null
[src]§
S3BackupMode?: SplunkS3BackupMode | null
[src]§
S3DestinationDescription?: S3DestinationDescription | null
[src]