cdk-nag
Version:
Check CDK v2 applications for best practices using a combination on available rule packs.
11 lines (10 loc) • 470 B
TypeScript
declare const _default: any;
/**
* VPCs have their default security group closed
* VPCs created via CloudFormation will not have their default security group closed.
* The L2 VPC Construct provides a way to remmediate this via a custom resource.
* @see https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#DefaultSecurityGroup
* @see https://github.com/aws/aws-cdk/pull/25297
* @param node the CfnResource to check
*/
export default _default;