awscdk-resources-mongodbatlas
Version:
MongoDB Atlas CDK Construct Library for AWS CloudFormation Resources
8 lines (7 loc) • 309 B
TypeScript
import { ThirdPartyIntegrationProps } from "./thirdPartyIntegrationBase";
/**
* This method validates that all required properties are present.
* @param props
*/
export declare const validate: (props: ThirdPartyIntegrationProps) => void;
export declare const getPropUndefinedMsg: (prop: string) => string;