Type Alias CreateConnectionInterfaceTypeOutputRequest

CreateConnectionInterfaceTypeOutputRequest: {
    name: string;
    schema?: JsonNode;
    sensitive: boolean;
    type: "STRING" | "NUMBER" | "INTEGER" | "OBJECT" | "BOOLEAN";
}

Type declaration

  • name: string
  • Optionalschema?: JsonNode
  • sensitive: boolean
  • type: "STRING" | "NUMBER" | "INTEGER" | "OBJECT" | "BOOLEAN"