UNPKG

cdk-rds-sql

Version:

A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.

13 lines (12 loc) 240 B
/** * @internal */ export type ProcessCredentials = { Version: number; AccessKeyId: string; SecretAccessKey: string; SessionToken?: string; Expiration?: number; CredentialScope?: string; AccountId?: string; };