@aws/pdk
Version:
All documentation is located at: https://aws.github.io/aws-pdk
19 lines (18 loc) • 390 B
TypeScript
/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 */
import { NagMessageLevel } from "cdk-nag";
/**
* Pack name
*
*/
export declare let PackName: string;
/**
* Rule metadata
*
*/
export declare let RuleMetadata: {
info: string;
explanation: string;
level: NagMessageLevel;
rule: any;
}[];