@finnairoyj/cdk-constructs-lib
    Preparing search index...
    interface CFLogging {
        enabled?: boolean;
        includeCookies?: boolean;
        logFilePrefix?: string;
    }
    Index

    Properties

    enabled?: boolean

    Enable CloudFront access logging to the common CloudFront access log bucket. Access logs are replicated to the common LogArchive account and retained for the standard retention period

    false
    
    includeCookies?: boolean

    Include cookies in the access logs

    IMPORTANT! Including cookies in the access logs may expose sensitive information like user details, passwords, auth tokens etc. ENABLE WITH CARE!

    false
    
    logFilePrefix?: string

    Custom prefix that CloudFront will prepend to the log file names for this distribution

    No prefix