Request body for creating a Cognito connection.

interface PostCognitoConnectionBody {
    name: string;
    options?: Record<string, any>;
}

Hierarchy (View Summary)

Properties

Properties

name: string
options?: Record<string, any>