UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

5 lines (4 loc) 101 B
/** * Validate SNS topic arn */ export declare function validateSnsTopicArn(arn: string): boolean;