interface PostgresEngineArgs {
    iamAccountEmail?: string;
    ipType?: IpAddressTypes;
    password?: string;
    user?: string;
}

Properties

iamAccountEmail?: string
ipType?: IpAddressTypes
password?: string
user?: string