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

HttpEndpointDestinationUpdate

import type { HttpEndpointDestinationUpdate } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/firehose.ts";
interface HttpEndpointDestinationUpdate {
BufferingHints?: HttpEndpointBufferingHints | null;
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
EndpointConfiguration?: HttpEndpointConfiguration | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RequestConfiguration?: HttpEndpointRequestConfiguration | null;
RetryOptions?: HttpEndpointRetryOptions | null;
RoleARN?: string | null;
S3BackupMode?: HttpEndpointS3BackupMode | null;
S3Update?: S3DestinationUpdate | null;
}

§Properties

§
BufferingHints?: HttpEndpointBufferingHints | null
[src]
§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]
§
EndpointConfiguration?: HttpEndpointConfiguration | null
[src]
§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]
§
RequestConfiguration?: HttpEndpointRequestConfiguration | null
[src]
§
RetryOptions?: HttpEndpointRetryOptions | null
[src]
§
RoleARN?: string | null
[src]
§
S3BackupMode?: HttpEndpointS3BackupMode | null
[src]
§
S3Update?: S3DestinationUpdate | null
[src]