UNPKG

cdk-nag

Version:

Check CDK v2 applications for best practices using a combination on available rule packs.

9 lines (8 loc) 321 B
import { CfnResource } from 'aws-cdk-lib'; import { NagRuleCompliance } from '../../nag-rules'; /** * CloudFront distributions do not use SSLv3 or TLSv1 for communication to the origin * @param node the CfnResource to check */ declare const _default: (node: CfnResource) => NagRuleCompliance; export default _default;