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

DestinationFieldProperties

import type { DestinationFieldProperties } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appflow.ts";
interface DestinationFieldProperties {
isCreatable?: boolean | null;
isNullable?: boolean | null;
isUpdatable?: boolean | null;
isUpsertable?: boolean | null;
supportedWriteOperations?: WriteOperationType[] | null;
}

§Properties

§
isCreatable?: boolean | null
[src]
§
isNullable?: boolean | null
[src]
§
isUpdatable?: boolean | null
[src]
§
isUpsertable?: boolean | null
[src]
§
supportedWriteOperations?: WriteOperationType[] | null
[src]