Interface CpVirusScannerProps

CloudKitect Virus Scanner Pattern Properties

interface CpVirusScannerProps {
    cpApplicationDomain?: string;
    cpApplicationEventBus: CcEventBus;
    cpErrorQueue?: CcQueue;
    cpInfectedRule?: Rule;
    cpVpc: CcVpc;
}

Properties

cpApplicationDomain?: string

Domain Name for emitted events

cpApplicationEventBus: CcEventBus

Event Bus where scan results should be sent.

cpErrorQueue?: CcQueue

SQS Queue where the virus scan errors messages will be sent

cpInfectedRule?: Rule

Rule for sending infected files

cpVpc: CcVpc

VPC where the EFS file system and the virus scanner lambda will be deployed

Generated using TypeDoc