@finnairoyj/cdk-constructs-lib - v0.1.11
    Preparing search index...

    Interface CfnResponseProps<T>

    interface CfnResponseProps<T extends Record<string, any> = never> {
        ctx: Context;
        data?: T;
        err?: Error;
        event: CloudFormationCustomResourceEvent;
        noEcho?: boolean;
        physicalResourceId?: string;
    }

    Type Parameters

    • T extends Record<string, any> = never
    Index

    Properties

    ctx: Context
    data?: T
    err?: Error
    event: CloudFormationCustomResourceEvent
    noEcho?: boolean
    physicalResourceId?: string