Base CloudKitect WAF component properties

interface CcWafProps {
    ccCloudWatchMetricsEnabled?: boolean;
    ccCloudWatchMetricsName?: string;
    ccSampledRequestsEnabled?: boolean;
    ccWafDescription?: string;
    ccWafName: string;
}

Hierarchy

Properties

ccCloudWatchMetricsEnabled?: boolean
ccCloudWatchMetricsName?: string
ccSampledRequestsEnabled?: boolean
ccWafDescription?: string
ccWafName: string

Generated using TypeDoc