Interface CcApiGatewayWafProps

CloudKitect Api Gateway WAF component properties

interface CcApiGatewayWafProps {
    ccCloudWatchMetricsEnabled?: boolean;
    ccCloudWatchMetricsName?: string;
    ccHeaderName?: string;
    ccHeaderValue: string;
    ccSampledRequestsEnabled?: boolean;
    ccWafDescription?: string;
    ccWafName: string;
}

Hierarchy

Properties

ccCloudWatchMetricsEnabled?: boolean
ccCloudWatchMetricsName?: string
ccHeaderName?: string

Header name to match in WAF rule

Default Value

x-origin-verify
ccHeaderValue: string

Header value to match in WAF rule

ccSampledRequestsEnabled?: boolean
ccWafDescription?: string
ccWafName: string

Generated using TypeDoc