Type alias APIEnvironmentScheduledFunction

APIEnvironmentScheduledFunction: APIDeploymentPayloadScheduledFunction & {
    aws: {
        eventBridge: {
            name: string;
        };
        lambda: {
            functionArn: string;
        };
    };
    schedule?: APIEnvironmentSchedule;
}