The Prequisites Stack is used to deploy the prerequisites for the AWS Firewall Factory.
It contains the following resources:
import { prerquisites } from "../../lib/types/config";export const prequisites: prerquisites.config = { General: { Prefix: "aws-firewall-factory", }, Logging: { BucketProperties: { BucketName: "aws-firewall-factory-logs", KmsEncryptionKey: true, ObjectLock: { Days: 5, Mode: "GOVERNANCE" } }, FireHoseKey: { KeyAlias: "aws-firewall-factory-firehosekey" }, CrossAccountIdforPermissions: "123456789012", }, DdosNotifications:{WebhookSopsFile: "./values/examples/webhooks/slack.json"}}; Copy
import { prerquisites } from "../../lib/types/config";export const prequisites: prerquisites.config = { General: { Prefix: "aws-firewall-factory", }, Logging: { BucketProperties: { BucketName: "aws-firewall-factory-logs", KmsEncryptionKey: true, ObjectLock: { Days: 5, Mode: "GOVERNANCE" } }, FireHoseKey: { KeyAlias: "aws-firewall-factory-firehosekey" }, CrossAccountIdforPermissions: "123456789012", }, DdosNotifications:{WebhookSopsFile: "./values/examples/webhooks/slack.json"}};
AWS Firewall Factory - Prerequisites Stack
The Prequisites Stack is used to deploy the prerequisites for the AWS Firewall Factory.
It contains the following resources:
Description
Example