MDAA TS Docs
    Preparing search index...
    interface MdaaLogGroupProps {
        createOutputs?: boolean;
        createParams?: boolean;
        encryptionKey: IKey;
        logGroupName?: string;
        logGroupNamePathPrefix: string;
        naming: IMdaaResourceNaming;
        retention: RetentionDays;
    }

    Hierarchy

    • MdaaConstructProps
      • MdaaLogGroupProps
    Index

    Properties

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    encryptionKey: IKey
    logGroupName?: string
    logGroupNamePathPrefix: string
    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    retention: RetentionDays