GradientEdge CDK Utils
    Preparing search index...

    Interface ApiToAnyTargetRestApiProps

    interface ApiToAnyTargetRestApiProps {
        certificate: AcmProps;
        importedRestApiRef?: string;
        importedRestApiRootResourceRef?: string;
        methodErrorResponse: MethodResponse;
        methodResponse: MethodResponse;
        restApi: RestApigProps;
        useExisting: boolean;
        withResource?: boolean;
    }
    Index

    Properties

    certificate: AcmProps
    importedRestApiRef?: string
    importedRestApiRootResourceRef?: string
    methodErrorResponse: MethodResponse
    methodResponse: MethodResponse
    restApi: RestApigProps
    useExisting: boolean
    withResource?: boolean