@zarpay/zar-cdk-lib - v0.32.0
    Preparing search index...

    Interface LogGroupProps

    Props for createLogGroup factory function.

    interface LogGroupProps {
        deployEnvironment: string;
        logGroupName: string;
        retention?: RetentionDays;
    }
    Index

    Properties

    deployEnvironment: string

    Deployment environment (e.g., 'staging', 'production'). Used to determine removal policy.

    logGroupName: string

    Log group name.

    retention?: RetentionDays

    Log retention period.

    logs.RetentionDays.TWO_WEEKS