UNPKG

awscdk-resources-mongodbatlas

Version:

MongoDB Atlas CDK Construct Library for AWS CloudFormation Resources

11 lines (10 loc) 238 B
export interface ThirdPartyIntegrationProps { /** * Unique 24-hexadecimal digit string that identifies your project. */ readonly projectId: string; /** * Atlas API keys. */ readonly profile?: string; }