Interface CcLoggingProps

interface CcLoggingProps {
    ccAccessLogsBucket?: IBucket;
    ccDoNotAddLoggingBucket?: boolean;
}

Hierarchy

Properties

ccAccessLogsBucket?: IBucket

Property to configure access logs bucket for this bucket

ccDoNotAddLoggingBucket?: boolean

Property to not add logging bucket for this bucket

Generated using TypeDoc