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

    The SSL/TLS certificate configuration

    importedRestApiRef?: string

    CloudFormation export name for an existing REST API ID

    importedRestApiRootResourceRef?: string

    CloudFormation export name for an existing REST API root resource ID

    methodErrorResponse: MethodResponse

    Custom method error response configuration

    methodResponse: MethodResponse

    Custom method success response configuration

    restApi: RestApigProps

    REST API configuration properties

    useExisting: boolean

    Whether to use an existing REST API instead of creating a new one

    withResource?: boolean

    Whether to create resources and methods on the REST API