UNPKG

n8n-nodes-aws-finops

Version:

n8n node for AWS Financial Operations and Cost Analysis

9 lines (8 loc) 308 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class AwsFinOpsApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }