Patch body for Cognito connections.

interface PatchCognitoConnectionBody {
    metadata?: Record<string, any>;
    name?: string;
}

Hierarchy (View Summary)

Properties

Properties

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