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

SAPODataDestinationProperties

import type { SAPODataDestinationProperties } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The properties that are applied when using SAPOData as a flow destination

interface SAPODataDestinationProperties {
errorHandlingConfig?: ErrorHandlingConfig | null;
idFieldNames?: string[] | null;
objectPath: string;
successResponseHandlingConfig?: SuccessResponseHandlingConfig | null;
writeOperationType?: WriteOperationType | null;
}

§Properties

§
errorHandlingConfig?: ErrorHandlingConfig | null
[src]
§
idFieldNames?: string[] | null
[src]
§
objectPath: string
[src]

The object path specified in the SAPOData flow destination.

§
successResponseHandlingConfig?: SuccessResponseHandlingConfig | null
[src]

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.

For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.

§
writeOperationType?: WriteOperationType | null
[src]