interface AwsTextractNodeParameters {
authentication?: "iam" | "assumeRole";
binaryPropertyName?: string;
operation?: "analyzeExpense";
simple?: boolean;
}interface AwsTextractNodeParameters {
authentication?: "iam" | "assumeRole";
binaryPropertyName?: string;
operation?: "analyzeExpense";
simple?: boolean;
}
Default: "iam"