GradientEdge CDK Utils
    Preparing search index...

    Interface ApiToEventBridgeTargetRestApiProps

    interface ApiToEventBridgeTargetRestApiProps {
        certificate: AcmProps;
        errorResponseModel?: ModelOptions;
        importedRestApiRef?: string;
        importedRestApiRootResourceRef?: string;
        integrationErrorResponse?: IntegrationResponse;
        integrationOptions?: IntegrationOptions;
        integrationResponse?: IntegrationResponse;
        methodErrorResponse?: MethodResponse;
        methodResponse?: MethodResponse;
        resource: string;
        responseModel?: ModelOptions;
        restApi?: RestApigProps;
        useExisting: boolean;
        withResource?: boolean;
    }
    Index

    Properties

    certificate: AcmProps

    The SSL/TLS certificate configuration

    errorResponseModel?: ModelOptions

    Custom error response model options

    importedRestApiRef?: string

    CloudFormation export name for an existing REST API ID

    importedRestApiRootResourceRef?: string

    CloudFormation export name for an existing REST API root resource ID

    integrationErrorResponse?: IntegrationResponse

    Custom integration error response configuration

    integrationOptions?: IntegrationOptions

    Custom integration options

    integrationResponse?: IntegrationResponse

    Custom integration success response configuration

    methodErrorResponse?: MethodResponse

    Custom method error response configuration

    methodResponse?: MethodResponse

    Custom method success response configuration

    resource: string

    The API resource path name

    responseModel?: ModelOptions

    Custom success response model options

    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 a resource and method on the REST API